Re: Re: Multiple Selection in NSComboBoxCell

2012-02-02 Thread Abhijeet Singh
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 Sys

Re: Re: Multiple Selection in NSComboBoxCell

2012-02-02 Thread Abhijeet Singh
Earlier I used to work on Windows platform. On Windows I have seen interface in that we can have list of check boxes inside combo box. So I thought I might have done something similar here. If not NSComboBoxCell please suggest how can i give multiple selection option inside NSTableView cell

Re: Multiple Selection in NSComboBoxCell

2012-02-02 Thread Fritz Anderson
[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 tha

Multiple Selection in NSComboBoxCell

2012-02-02 Thread Abhijeet Singh
Hi,There are 5 columns in my table view.Col1 Non editable, Col2 NSComboBoxCell (editable), Col3 NSComboBoxCell (editable), Col4 NSComboBoxCell (editable), Col5 NSButtonCellMy requirement is in one of the NSComboBoxCell (col3) I want to give multiple selection option. Can I populate a list