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