Re: Irregular layout of radio buttons
Re: Irregular layout of radio buttons
- Subject: Re: Irregular layout of radio buttons
- From: Lee Ann Rucker <email@hidden>
- Date: Mon, 8 Nov 2010 13:22:25 -0800
- Acceptlanguage: en-US
- Thread-topic: Irregular layout of radio buttons
On Nov 8, 2010, at 11:17 AM, vincent habchi wrote:
> Le 8 nov. 2010 à 18:35, Keary Suska a écrit :
>
>> Well, kind of. You can still use radio buttons--you will simply have to mimic the "radio" effect across the unrelated buttons. Not difficult really...
>
> Indeed, that's not very hard to do. But I just expected to be able to define radio button groups outside a well-defined-table-like-layout.
It is annoying that you can't do it; Java let you make a group of radio buttons without affecting their layout.
We have several places where we need this, so I created a custom NSView subclass that found all its radio buttons and added observers on "state" with option NSKeyValueObservingOptionNew. When a button's state changed to NSOnState, it set all the other buttons to NSOffState. _______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden