Re: NSComboBox and Multiple Selection
Re: NSComboBox and Multiple Selection
- Subject: Re: NSComboBox and Multiple Selection
- From: Keary Suska <email@hidden>
- Date: Tue, 12 Feb 2013 08:22:37 -0700
On Feb 12, 2013, at 1:07 AM, email@hidden wrote:
> I have an NSCombox bound to an NSArrayController's "name" attribute. If I choose multiple items and click on the pop up button in the NSComboxBox, the NSComboBox clears the name value for all of the different items' name attribute. This is less than ideal. I don't necessarily wish for the the value to be cleared when I click on the pop up button. The NSComboBox does not do this if I select items that share the same name attribute. In that case, the NSComboBox selects the name in the pop up window. What I would prefer is that the NSComboBox exhibit the same behavior as when I tab into the control when I have multiple values selected. Does any one have an idea?
Look at the "value" binding options to disallow editing multiple values selection. The archives contain a more detailed conversation about why NSComboBox does this.
HTH,
Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"
_______________________________________________
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