Re: Re: Multiple Selection in NSComboBoxCell
Re: Re: Multiple Selection in NSComboBoxCell
- Subject: Re: Re: Multiple Selection in NSComboBoxCell
- From: Abhijeet Singh <email@hidden>
- Date: Fri, 03 Feb 2012 11:56:20 +0530
Beside NSPopupButtonCell Is there any other control that i can use in place of NSComboBoxCell.Earlier I was using NSPopupButtonCell only. But the problem was by default in Cocoa applications NSPopupButton doesnt respond to Tab key press on Keyboard. We have to change the Keybaord settings in System Preferences to make it working. My application primarily depends on Keybaord inputs (Tab key) and for some reason if the keybaord settings are not changed my app will not work. Thats why I replaced NSPopupButtonCell with NSComboBoxCell. Original message From:"Fritz Anderson"< email@hidden >Date: 2 Feb 12 21:53:09Subject: Re: Multiple Selection in NSComboBoxCellTo: Cc: cocoadev [Eliminated crosspost]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 c
onvenient 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.— FGet Yourself a cool, short @in.com Email ID now!
_______________________________________________
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