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
> -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
2 matches
Mail list logo