Radio Buttons

David C. davidocoker at gmail.com
Mon Jan 17 15:41:19 EST 2011


Or....
If you were just going crazy wanting to use a single radio button, you
can get -->pretty close<-- by positioning an empty label field over
the label portion of the radio button, scripted with:

on mouseUp
   set the hilite of btn "MySingleRadioButton" to false
end mouseUp

Clicking the button selects, clicking the label deselects.

Best regards,
David C.




More information about the use-livecode mailing list