RE: [perl-win32-gui-users] Click subroutine doesn't get control when script is executing

2003-07-21 Thread Dennis Putnam
At 06:31 AM 7/21/2003, you wrote: Forget the timer ( in this situation) sub Button_click { my $var =1; while ($var) #long running loop { Do somestuff here and then repeat Win32::GUI::DoEvents(); $var =0; } } "JUDICIOUS" use of DoEvents will help as long as you are not actually r

RE: [perl-win32-gui-users] Click subroutine doesn't get control when script is executing

2003-07-21 Thread Frazier, Joe Jr
> -Original Message- > From: Dennis Putnam [mailto:[EMAIL PROTECTED] > Sent: Sunday, July 20, 2003 10:00 AM > To: perl-win32-gui-users@lists.sourceforge.net > Subject: RE: [perl-win32-gui-users] Click subroutine doesn't > get control > when script is executing > > > > -BEGIN PGP SIG