[perl-win32-gui-hackers] DoEvents() bug.

2003-12-09 Thread Stephen Pick
Hi all. When I do this: Win32::GUI::Dialog() I receive all my events like WM_LBUTTONDOWN (-onMouseDown) once, as should happen. When I do this: while(1) { Win32::GUI::DoEvents() print "Loop!\n"; } I get endless calls to my event handler so long as the mouse button is down. I h

Re: [perl-win32-gui-hackers] DoEvents() bug.

2003-12-09 Thread Glenn Linderman
On approximately 12/9/2003 2:59 AM, came the following characters from the keyboard of Stephen Pick: Hi all. When I do this: Win32::GUI::Dialog() I receive all my events like WM_LBUTTONDOWN (-onMouseDown) once, as should happen. When I do this: while(1) { Win32::GUI::DoEvents()