Re: Working around radio button grouphing behaviour in 10.8 SDK?
Re: Working around radio button grouphing behaviour in 10.8 SDK?
- Subject: Re: Working around radio button grouphing behaviour in 10.8 SDK?
- From: Jo Meder <email@hidden>
- Date: Sun, 03 Jul 2016 18:19:58 +1200
Hi,
Sorry, I thought I’d said enough.
From the 10.8 SDK onward radio buttons which have the same superview and action now all behave as if they’re part of one radio group. Prior to this each radio button was independent, it was just a button. You had to use an NSMatrix or something to get radio group behaviour.
Our framework expects the radio buttons to be independent. You can choose to place them in a radio group and have the framework manage them, or you can manage them independently. Having AppKit manage them automatically short circuits our UI framework.
The framework is C++ with an Objective-C back end on the Mac. There is one action set on radio buttons which basically hands off to the framework to do notifications and such.
The radio buttons are always created programatically.
Regards,
Jo Meder
On 3/07/2016, at 5:33 pm, email@hidden wrote:
> You haven't really described anything about what problem it causes for you and your framework.
>
>
>> On Jul 3, 2016, at 2:07 PM, Jo Meder <email@hidden> wrote:
>>
>> Hi,
>>
>> Our application finally links against the 10.9 SDK. We have a cross platform UI framework and have been bitten by the change to radio buttons in 10.8 SDK, where radio buttons with the same superview and action now behave as if they’re all part of the same radio button group. Our framework expects the buttons to be independent and then manages radio button groups in its own way.
>>
>> Has anyone else had problems with this too? A few solutions suggest themselves to me, but I’d appreciate hearing how others have worked around this behaviour.
_______________________________________________
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