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
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
[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
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