AW: How to hilite a checkbox with send mouseup?

Robert Brenstein rjb at robelko.com
Tue Feb 15 11:52:17 EST 2011


On 15.02.11 at 17:24 +0100 Tiemo Hollmann TB apparently wrote:
>Hi Jim,
>thanks for your coaching. I wasn' t aware that sending the mousup message
>wouldn't trigger the needed event.
>So I was correct that I have to script both the message and the event.
>Thank you
>Tiemo

In this case, you can use click instead of send:

click at the loc of btn "test"

This will create the event and send the mouseUp.

Robert




More information about the use-livecode mailing list