KeyUp message has disappeared.
Posted: Thu May 29, 2025 8:44 pm
This started as a side issue in the thread: viewtopic.php?f=53&t=39738
I have a new stack in a new session with a single field, I cannot trap the "keyUp" message. In the field script:
What I get is the key value, which actually appears on "keyDown", and is normal behavior.
With an identical "keyDown" handler I get random numbers. By the way, "rawKeyUp" works fine.
Anyone know how to trap the "keyUp" message,, or what happened to it?
Craig
I have a new stack in a new session with a single field, I cannot trap the "keyUp" message. In the field script:
Code: Select all
on keyUp
put random(999) into me
end keyUp
With an identical "keyDown" handler I get random numbers. By the way, "rawKeyUp" works fine.
Anyone know how to trap the "keyUp" message,, or what happened to it?
Craig