Mouse over event disable (OpenInsight 32-Bit)
At 24 FEB 2004 12:22:26PM Richard Hunt wrote:
Once I qualify the mouse over event for the window and a button, I can not revoke it.
Here is the code for the qualify (create event)…
DECLARE FUNCTION SEND_MESSAGE
WINDOW=@WINDOW
BUTTON_FOCUS=WINDOW:'.GO'
RESULT=SEND_MESSAGE(WINDOW,'QUALIFY_EVENT',512,1)
RESULT=SEND_MESSAGE(BUTTON_FOCUS,'QUALIFY_EVENT',512,1)
Here is the code for the revoke (button click event)…
DECLARE FUNCTION SEND_MESSAGE
WINDOW=@WINDOW
BUTTON_FOCUS=WINDOW:'.GO'
RESULT=SEND_MESSAGE(WINDOW,'QUALIFY_EVENT',512,0)
RESULT=SEND_MESSAGE(BUTTON_FOCUS,'QUALIFY_EVENT',512,0)
I am using the OpenEngine window to view the event scrolling, that is how I know it was enabled and not revoked.
Can anyone help or comment on what I am doing wrong? Or is this a bug???
At 25 FEB 2004 08:19AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
Richard,
Tried your code on OI7 and I can't get it stop either. Suspect it's bug… :)
World Leaders in all things RevSoft
At 25 FEB 2004 11:25AM Richard Hunt wrote:
Thanks for testing it. I appreciate it. I really think it is a bug.
I did try using decimal numbers and hex numbers as the "Umsg", and got the same results.