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
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to