Heirarchy and where the mouseUp signal is detected.

Richmond richmondmathewson at gmail.com
Wed May 15 15:54:46 EDT 2013


On 05/15/2013 10:52 PM, Mark Schonewille wrote:
> Richmond,
>
> You need to pass the mouseUp command on to the card.
>
> on mouseUp
>     if fld "FF" contains "dog" then
>        put "cat" into fld "FF"
>     else
>        put "dog" into fld "FF"
>     end if
>     pass mouseUp
> end mouseUp
>
>

Now that is a piece of extremely useful information, although, if you 
read my reply to Randy, you will see why
I will not be that keen on it.

Richmond.

> -- 
> Best regards,
>
> Mark Schonewille
>





More information about the use-livecode mailing list