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