Re: [perl-win32-gui-users] PeekMessage, keyboard, DoEvents

2003-02-08 Thread Glenn Linderman
Glenn Linderman wrote: Anyone have some other ideas of things to try? Sorry for following up my own post, but no one else did Seems like if the problem were PeekMessage it would be possible to cause problems replacing the GetMessage call inside Win32::GUI::Dialog with PeekMessage, so I r

Re: [perl-win32-gui-users] PeekMessage, keyboard, DoEvents

2003-02-08 Thread Glenn Linderman
Glenn Linderman wrote: Sorry for following up my own post, but no one else did So then I thought maybe I was on to something when I discovered that Dialog uses ENTER; SAVETMPS; ... FREETMPS; LEAVE; but DoEvents doesn't. Well, I tried adding that, and it didn't help a bit. At least n