[perl-win32-gui-users] eek! =)

2002-05-28 Thread FARRINGTON, RYAN
Using Win32::GUI and I'm having a problem with the program reporting to windows that it is not responding. I know that it is because of the loop I have the program in but I still want the user to work while I'm processing in the background. I found a reference to $win-DoEvents() but as far as I

RE: [perl-win32-gui-users] eek! =)

2002-05-28 Thread FARRINGTON, RYAN
. $line; } $win-reFileSelected()-Text($msg); return(1); } -Original Message- From: FARRINGTON, RYAN [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 28, 2002 8:48 AM To: 'perl-win32-gui-users@lists.sourceforge.net' Subject: [perl-win32-gui-users] eek! =) Using Win32::GUI and I'm having

Re: [perl-win32-gui-users] eek! =)

2002-05-28 Thread Morbus Iff
Using Win32::GUI and I'm having a problem with the program reporting to windows that it is not responding. I know that it is because of the loop I have the program in but I still want the user to work while I'm processing in the background. I found a reference to $win-DoEvents() but as far as I