Radio Buttons

Peter Haworth pete at mollysrevenge.com
Mon Jan 17 15:23:07 EST 2011


You're right!  Just looked at the Apple User Interface guidelines and radio buttons are indeed supposed to be used in sets with only one checked within the set.

Pete Haworth

On Jan 17, 2011, at 11:58 AM, Colin Holgate wrote:

> 
> 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
> 
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
> 





More information about the use-livecode mailing list