Matt Gerrans
Posts: 1153
Nickname: matt
Registered: Feb, 2002
|
|
Re: Event Queue Behavior
|
Posted: Apr 12, 2002 1:09 PM
|
|
I read your question twice, but I couldn't quite understand what your problem is, or what exactly you are trying to do. Are you trying to record the position of the mouse at the time of the click, or something like that?
Here's an idea that may help, or may just make more of a mess (in which case, you can exercise the full money-back guarantee). If you are opening a modal dialog in your event handler and that is somehow interfering with the flow you want, then maybe you could either start a thread, or fire a timer in your event handler instead. The thread or timer would then open the modal dialog at a slightly later time, allowing you to continue processing.
On the other hand, it may simply be a matter of doing whatever it is you wanted to do before opening the dialog box.
|
|