Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

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… :)

The Sprezzatura Group

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.

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/d4a9aecbcd3c236185256e44005f7053.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1