Skip navigation.
 
mlRe: NSComboBox Delegates
FROM : Michael Ash
DATE : Tue Jun 20 20:36:24 2006

On 6/20/06, Charles Ross <<email_removed>> wrote:
> I have an NSComboBox with the delegate set to my NSPersistentDocument
> subclass. I've successfully implemented a comboBoxSelectionDidChange
> method in the document class, but I also want to catch when the user
> changes the text without selecting something. I noticed that
> NSComboBox is a subclass of NSTextField and that this class has a
> delegate method for textDidChange


No, it does not. It does, however, have controlTextDidChange:.

Mike

Related mailsAuthorDate
mlNSComboBox Delegates Charles Ross Jun 20, 18:18
mlRe: NSComboBox Delegates Michael Ash Jun 20, 20:36