Re: [perl-win32-gui-users] cmd window when executing a perl skript

2003-01-08 Thread work
Or run with wperl.exe, this is good for use in shortcuts/scheduled tasks/double clicking. Note, to use with double clicking the script you will pry want to rename the script with a new extension, maybe .plx, and associate that extension with wperl.exe instead of perl.exe. -- Nathaniel G. Bartus

Re: [perl-win32-gui-users] WinXP draw/redraw issues with Win32::GUI

2003-01-08 Thread Jeremy White
Yeah, I've the same problem - I ended up explicity setting the colour of the window (to 16) - not sure what effect this has on windows pre XP. Hope that helps, Cheers, jez. From: "Joseph H. Schwendt II" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: perl-win32-gui-users@lists.sourceforg

[perl-win32-gui-users] Development activity and strange issues

2003-01-08 Thread Peter Köller
Hello list, first of all I wish a good new year to all! And now some questions :-) 1) I tried to port my app to the new event model, but not all events were thrown (e. g. I think click on StatusBar was not fired). So I gave up. 2) I read that mixing the old and new event model would be possible