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"< fri...@manoverboard.org >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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to