Radio Buttons
Peter Haworth
pete at mollysrevenge.com
Tue Jan 18 12:37:33 EST 2011
Thanks to all how replied to my question about radio buttons. Initially I was thinking that radio buttons should behave like checkboxes without having to write a handler but, as various people have pointed out, that's not the "official" way that radio buttons are supposed to be used. It turns out that I could use 2 radio buttons in a group to implement what I was trying to do and that works fine.
Thanks,
Pete Haworth
On Jan 18, 2011, at 3:41 AM, Martin Meili wrote:
> Hi
> I don't know whether I've understood your problem correctly or not. But, just in case, I usually do these things the following way:
>
> on mouseup
> if the hilite of me <> true then
> set the hilite of me to true
> break
> end if
> if the hilite of me = true then
> set the hilite of me to false
> end if
> end mouseup
>
> Make sure that the autohilite property of your button is set to false.
>
> Cheers
> Martin
>
> _______________________________________________
> 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