Fwd: Getting the lead out
Jim Hurley
jhurley at infostations.com
Thu Jan 15 13:04:49 EST 2004
>(Snip)
>When I grab and move the check box it turns gray, which is
>customary, but it stays gray after mouseUP.
>
>The only way I can remove the gray is to select the box with the pointer tool.
>
>I assume this is a bug, but I am looking for a work-around. How
>would I execute a "click on me with the pointer tool" as part of a
>mouseUP handler?
>
>Jim
>
I found the answer. To get the gray out:
on mouseUp
set the hilite of me to true
set the hilite of me to false
end mouseUp
Jim
More information about the use-livecode
mailing list