Re: NSComboBoxCell & AutoComplete

2011-10-09 Thread Quincey Morris
On Oct 9, 2011, at 17:18 , livinginlosange...@mac.com wrote: > I have an NSComboBox bound to the selection of an NSArrayController. The > bound object is an NSDictionary. I use an NSValueTransfomer to represent the > NSDictionary. The ValueTransformer gives me the dictionary's summary property

NSComboBoxCell & AutoComplete

2011-10-09 Thread livinginlosangeles
I have an NSComboBox bound to the selection of an NSArrayController. The bound object is an NSDictionary. I use an NSValueTransfomer to represent the NSDictionary. The ValueTransformer gives me the dictionary's summary property which is useful for people choosing the appropriate NSDictionary fr