[perl-win32-gui-users] Win32::Gui built-in functions?

2005-09-02 Thread Steven Lloyd
There are quite a few Win32::GUI functions like Win32::GUI::GetOpenFileName that are built in but not listed on http://perl-win32-gui.sourceforge.net Where can I find a reference to these? Shouldn't these be added the http://perl-win32-gui.sourceforge.net? Steven Lloyd http://www.basgetti.co

RE: [perl-win32-gui-users] Win32::Gui built-in functions?

2005-09-02 Thread Jeremy White
There are quite a few Win32::GUI functions like Win32::GUI::GetOpenFileName that are built in but not listed on http://perl-win32-gui.sourceforge.net http://perl-win32-gui.sourceforge.net/docs/Win32/GUI/Reference/Methods.html Cheers, jez.

[perl-win32-gui-users] Win32::GUI::MessageBox with a timer?

2005-09-02 Thread Lloyd, Steve
Does anyone know how I can call Win32::GUI::MessageBox and have it close after a certain number of seconds? Is this possible? Steven Lloyd http://www.basgetti.com This email, and any files previous email messages included with it, may contain confidential and/or privileged material. If you are n

Re: [win32gui] [perl-win32-gui-users] Win32::GUI::MessageBox with a timer?

2005-09-02 Thread Robert May
Lloyd, Steve wrote: Does anyone know how I can call Win32::GUI::MessageBox and have it close after a certain number of seconds? Is this possible? Not easily. MessageBoxes use their own internal message loop, so your application doesn't get to see events (including timer ones) while the messa

Re: [win32gui] RE: [perl-win32-gui-users] Win32::Gui built-in functions?

2005-09-02 Thread Robert May
Jeremy White wrote: There are quite a few Win32::GUI functions like Win32::GUI::GetOpenFileName that are built in but not listed on http://perl-win32-gui.sourceforge.net http://perl-win32-gui.sourceforge.net/docs/Win32/GUI/Reference/Methods.html Or, evem more precisely: http://perl-win32-gui

[perl-win32-gui-users] -pushstyle => NUMBER

2005-09-02 Thread Wiswell, Virginia
What does this NUMBER relate to? I have looked at the lists of windows styles that other people have posted, but they are not numbers, they are strings. I can't find anything in the Win32::GUI docs and I didn't see any numbers in the generic windows stuff either. Lil' help? TIA. Virginia