Started by AutoKAD ·
2009-07-16 16:48 UTC ·
6 replies · SMF topic #850
AutoKAD
2009-07-16 16:48 UTC
How do I keep these two events from printing a new line to the command prompt every time I enter or exit?
owenwengerd
2009-07-16 17:45 UTC
Set the form's Event Invoke property to 'Synchronous'.
AutoKAD
2009-07-16 19:59 UTC
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!
velasquez
2009-07-16 21:17 UTC
I can be late but this doesn't happen in OpenDCL 4.1.2.2
Perhaps this helps to understand the problem.
AutoKAD
2009-07-16 22:32 UTC
Here's my usual test file.
owenwengerd
2009-07-17 00:47 UTC
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.
AutoKAD
2009-07-17 01:02 UTC
Awesome.
Thanks Owen!