rawKeyStillDown ?

Paul Hibbert lc at pbh.on-rev.com
Fri Mar 22 17:24:53 EDT 2013


Richmond,

I found that both…

on rawKeyDown RAWK
   put RAWK into fld "ff"
   Beep
end rawKeyDown

on rawKeyDown
   put keysDown() into fld "ff"
   Beep
end rawKeyDown

…Fire off repeated Beeps if the script is on the card or stack, but not in a field, it also doesn't work if the field has focus even with pass rawKeyDown in the field script.

Looking at the message watcher, if the field has focus, it doesn't progress beyond the first rawKeyDown message, but if the focus is on the card, the rawKeyDown message repeats as long as a button is held down

Don't know if this helps, but thought I'd mention it.

Paul



More information about the use-livecode mailing list