[perl-win32-gui-users] Peekmessage (was Capture shutdown)

2001-11-06 Thread Rogers, John
Howdy, Marcus wrote, >How do you use PeekMessage? Yes, How do you use Peekmessage, my feeble attempt follows it dosnt work. Can any one help or is it truly broken or Am I just plain wrong? JohnR #!perl use strict; use Win32::GUI; use Win32::API; #Put the name of the window my $winname="Test Wi

[perl-win32-gui-users] Event Subroutines Inside Other Subroutines?

2001-11-06 Thread Matt Stegman
Hello, I'm a pretty new to both Perl, and the Win32::GUI module. If this isn't the right place to ask this question, let me know, and I'll go away. In my program, there's several times I come up with a list of items I want the user to choose from. So I wrote a subroutine to display a small dialo

[perl-win32-gui-users] Help on Win32::GUI

2001-11-06 Thread Johannes Gamperl
Hello, i'm new to Win32::GUI .. so i've a question about the options of the widgets. Is ther a list of all available options to the relevant widgets ...? i'm also looking for a few different eg. to the usage of the ListView Widget ... thx a lot for your help ;-) Hannes

RE: [perl-win32-gui-users] Capture shutdown

2001-11-06 Thread Rogers, John
I tried this, it half works, When shutting down windows, it would appear that the Perl window terminates before executing the sub. I put a file write and a $wait=<>; in the $Win_Shutdown sub so I dont think I missed it. The Gui.xs mod works though, If I send a WM_QUERYENDSESSION message manually