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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com