OnMouseEntered and OnMouseMovedOff events

Started by AutoKAD · 2009-07-16 16:48 UTC · 6 replies · SMF topic #850

How do I keep these two events from printing a new line to the command prompt every time I enter or exit?
Set the form's Event Invoke property to 'Synchronous'.
I set the form Event Invoke to 'Synchronous' in Studio and it still prints a new line to the command prompt when moving the cursor over the form and moving the cursor off of the form.  I tried changing the state during runtime, as well.  Then, I replaced all my code in both events with just T and it still occurs.  Not sure what I am doing wrong.  Tried it in the stable version and beta 7 of the Runtime.

I'll post an example later today.

Thanks!
I can be late but this doesn't happen in OpenDCL 4.1.2.2 
Perhaps this helps to understand the problem.
Here's my usual test file. 
Attachments
For some reason the modeless dialog was coded to ignore the Event Invoke setting and always use Asynchronous. I've fixed it now for the next build.
Awesome.

Thanks Owen!