RE: [perl-win32-gui-users] real-time output

2004-02-12 Thread Alex Lee
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

RE: [perl-win32-gui-users] real-time output

2004-02-12 Thread Stephen Pick
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