Radio Buttons

Colin Holgate coiin at verizon.net
Mon Jan 17 14:58:42 EST 2011


On Jan 17, 2011, at 2:49 PM, Peter Haworth wrote:

> >How can a user clear the highlight of  a radio button?  Clicking on it when it's not set highlights it but clicking it when it's highlighted has no effect.


If it could do that, it would be a checkbox. You could set the autohilite of a single radio button to be false, and then have a script like this:

on mouseUp
   set the hilite of me to not the hilite of me
end mouseUp






More information about the use-livecode mailing list