Re: [perl-win32-gui-users] Re: repeating keystrokes in Win32::GUI Textfield

2003-01-27 Thread Daniel Quinlan
Sean Healy <[EMAIL PROTECTED]> writes: > In the past, when I've had a loop that's expecially long, I've placed a > Win32::GUI::DoEvents call inside it so the window doesn't appear to be be > hanging. I've noticed this effect when such a loop is going. Do you by > chance have a loop with DoEv

Re: [perl-win32-gui-users] Re: repeating keystrokes in Win32::GUI Textfield

2003-01-27 Thread Glenn Linderman
Sean Healy wrote: I just had a user that upgraded to WinXP report this same thing on a program I wrote, that works fine on Win2K. Using Win32::GUI 0.0.668, and Perl 5.6 or 5.6.1 (I'm using 5.8 now, but I'm not sure which version of Perl the user is running). I have no clue why this would ha

[perl-win32-gui-users] How to manage objects within a window?

2003-01-27 Thread Mark Sutfin
I'm just working thru the *guitutx* tutorials that come with the Win32::GUI distribution (0.0.502 on W2K with 5.6.1 633) 2 questions: 1. Are the *top* and *left* options used to determine the location of an object (label, button, listbox..) in a Window? 2. Is there an ?object? manager (something

Re: [perl-win32-gui-users] Re: repeating keystrokes in Win32::GUI Textfield

2003-01-27 Thread Sean Healy
I just had a user that upgraded to WinXP report this same thing on a program I wrote, that works fine on Win2K. Using Win32::GUI 0.0.668, and Perl 5.6 or 5.6.1 (I'm using 5.8 now, but I'm not sure which version of Perl the user is running). I have no clue why this would happen, nor am I desir