NSComboBox and Multiple Selection
NSComboBox and Multiple Selection
- Subject: NSComboBox and Multiple Selection
- From: email@hidden
- Date: Tue, 12 Feb 2013 00:07:15 -0800
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?
Thanks,
Patrick
_______________________________________________
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