Dispatch-Sending keyDown

DunbarX at aol.com DunbarX at aol.com
Fri Oct 23 15:13:13 EDT 2009


Mark.

Thanks for the reply.

No problem with passing keydown, wherever it appears. Or explicitly putting 
the character after the field. I just wanted to understand why explicitly 
sending the message fails. Purely academic at this point.

Craig Newman
In a message dated 10/23/09 3:03:33 PM, mwieder at ahsoftware.net writes:


> on keydown var
>     dispatch "keydown" to this stack with var
>     pass keydown
> end keydown
> 
> on keydown var
>     dispatch "keydown" to this stack with var
>     put var after me
> end keydown
> 
> or in the stack script:
> 
> on keydown var
>     put var after field "blah"
> end keydown
> 




More information about the use-livecode mailing list