Richard.

Thanks for the reply.

I tried that, after finding the link to "dispatch" while rereading stuff 
about "send" in the dictionary. But although the typed letter appears in msg, 
it does not appear in the field. At least I get no errors, though.

My uninformed opinion is that "send" and "dispatch" must use similar 
internal code:

send "message" && paramList to object
dispatch message to object with paramList

But that is not pertinent.

Passing "keyDown" is the only thing that works for me. I cannot see the 
problem.

Craig Newman


In a message dated 10/22/09 11:04:27 AM, [email protected] writes:


> Oddly enough, the dispatch command works well here (provided you're
> using v3.5):
> 
> on keyDown var
>    dispatch "keydown" to this stack with var
>    put var
> end keyDown
> 
> 

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to