[perl-win32-gui-users] Minimized window inactive

2002-10-17 Thread carollyne courtney
How do I ensure that the counter continues running when the window is minimized? Thanks -snip- use strict; use Win32::GUI; my $count = 0; my $W = new Win32::GUI::Window( -left = 558, -top= 122, -width = 300, -height = 255, -name = W, -text = Test

RE: [perl-win32-gui-users] Minimized window inactive

2002-10-17 Thread Motesicky Alojz
Try this: #- use strict; use Win32::GUI; my $count = 0; my $W = new Win32::GUI::Window( -left = 558, -top= 122, -width = 300, -height = 255, -name = W, -text = Test ); $W-AddLabel( -text=

[perl-win32-gui-users] LWP + Fork + Win32::GUI

2002-10-17 Thread Michael Alaly
Hello, I don't know how to continue a thread that started before I joined the list so I apologize in advance: Is possible to modify LWP module in order to avoid a frozen window ? I have spent the morning searching for some solutions involving LWP, Fork and Win32::GUI. I saw in the archives for

[perl-win32-gui-users] I'M BACK!!!

2002-10-17 Thread Aldo Calpini
hello people! finally I'm back on this list (I had lost any hope it would happen again :-). to make a long story short, this is what happened: 1. at some point, SourceForge decided to refuse receiving mail from servers that didn't allow null sender (don't ask me why, it's some SMTP stuff

Re: [perl-win32-gui-users] LWP + Fork + Win32::GUI

2002-10-17 Thread Kevin . ADM-Gibbs
Michael, I did quite a bit of experimenting with Fork and Win32::GUI a while ago. The main problem I hit was perl crashed when the window closed. I guessed there was some sort of memory management problem but couldn't figure out what. Eventually I gave up and used a doevents approach (I did

Re: [perl-win32-gui-users] LWP + Fork + Win32::GUI

2002-10-17 Thread Alex Lee
Did you try using: Win32::Shell::Execute instead of fork. I had a lot of problem with fork under win32 in the past and finally found this little gem. Alex ;) = ** * END OF MESSAGE * __ Do you Yahoo!? Faith

[perl-win32-gui-users] Double events with DoEvents

2002-10-17 Thread Johan Lindstrom
Weird effect. Using 0.0.558, I call Win32::GUI::DoEvents() manually from a main loop . I have a popup-menu on a NotifyIcon, nothing else. This is the weird thing. When I select something in the menu, the event handler gets called twice. The main loop is basically:

Re: [perl-win32-gui-users] Double events with DoEvents

2002-10-17 Thread Morbus Iff
Using 0.0.558, I call Win32::GUI::DoEvents() manually from a main loop . I I've noticed it as well. I just check to see if I've $already_called: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/amphetadesk/AmphetaDesk/ lib/AmphetaDesk/OS/Windows.pm?rev=1.7content-type=text/vnd.viewcvs-markup

Re: [perl-win32-gui-users] Double events with DoEvents

2002-10-17 Thread Johan Lindstrom
At 16:51 2002-10-17 -0400, Morbus Iff wrote: Using 0.0.558, I call Win32::GUI::DoEvents() manually from a main loop . I I've noticed it as well. I just check to see if I've $already_called: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/amphetadesk/AmphetaDesk/

Re: [perl-win32-gui-users] Double events with DoEvents

2002-10-17 Thread Johan Lindstrom
At 00:25 2002-10-18 +0200, Johan Lindstrom wrote: sub ::mnu_tray_config_open_Click { return(1) if(!$workaround_handler_semaphore++); Hrmm... Thinko. Remove the ! for a more solid solution :/ /J -- --- -- -- -- -- - - - Johan Lindström

Re: [perl-win32-gui-users] toolbar gui loft

2002-10-17 Thread Johan Lindstrom
At 15:24 2002-10-16 -0400, Magnone, Angelo wrote: Has anyone had any success with creating a toolbar using The GUI LOFT and then act upon the different buttons clicked? How can I tell which button has been clicked? I have never used it myself, I basically positon ordinary buttons so they

Re: [perl-win32-gui-users] (no subject)

2002-10-17 Thread Johan Lindstrom
At 09:02 2002-10-16 -0700, Rodriguez, Peter wrote: I do not have a 'C' compiler on the NT machine I need to run perl on. I downloaded the NT executables for 5.8 from cpan. Is there a similar distribution for the GUI interface? Not for 5.8. ActiveState haven't released a Perl 5.8 yet, and the