"Type" issue?

John Ridge ridge11103 at btinternet.com
Mon May 9 07:05:41 EDT 2005


Thanks, Alex - now I see what the Message Watcher is for!

It looks as if the command "type" is behaving improperly. It shouldn't send
a keyDown message as well as the rawkeyDown message. I infer that I must be
the first person to issue the command inside a keyDown handler. Well, I said
it was a silly script.

To get the infinite loop, try the following very simple script:-

on keyDown
type "Hello World"
end keyDown

But make sure you have saved all open documents first!


-- 




More information about the use-livecode mailing list