Wow! thank you -- thank you -- everyone for your help.
Win32::GUI::DoEvents worked great and is exactly what I am looking for.
final solution -- in case anyone wants to know -- look something like this:
foreach(0..10){
$Win->main->Text($_);
sleep 1;
Win32::GUI::DoEvents
}
al
--- Stephen P
Hi,
Try calling Win32::GUI::DoEvents after each output update. This performs
one GUI event tick and returns immediately afterwards.
Steve
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> Alex Lee
> Sent: 12 February 2004 04:35
> To: perl-win32-gui-us
2 matches
Mail list logo