Multiple Selection in NSComboBoxCell

2012-02-02 Thread Abhijeet Singh
of check boxes inside NSComboBoxCell for multiple selection? If yes please give some coding tips for the same. Or should i use some other control in place of NSComboBoxCell to achieve the same. Please suggestRegards AbhijeetGet Yourself a cool, short @in.com Email ID now

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

Re: Re: Multiple Selection in NSComboBoxCell

2012-02-02 Thread Abhijeet Singh
), Col3NSComboBoxCell (editable), Col4NSComboBoxCell (editable), Col5NSButtonCellMy requirement is 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? If yes please give some coding tips

Re: Re: Multiple Selection in NSComboBoxCell

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