Re: Multiple Selection in NSComboBoxCell
Re: Multiple Selection in NSComboBoxCell
- Subject: Re: Multiple Selection in NSComboBoxCell
- From: Fritz Anderson <email@hidden>
- Date: Thu, 02 Feb 2012 10:20:42 -0600
[Eliminated cross-post]
On 2 Feb 2012, at 5:22 AM, Abhijeet Singh wrote:
> in one of the NSComboBoxCell (col3) I want to give multiple selection option. Can I populate a list of check boxes inside NSComboBoxCell for multiple selection?
NSComboBox(Cell) is not a menu. It is a text field that offers a convenient list of optional completions for the text being edited. It makes no sense for a text field to have multiple "selections."
Investigate NSPopupButton(Cell) instead.
— F
_______________________________________________
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