Re: NSComboBox Delegates
Re: NSComboBox Delegates
- Subject: Re: NSComboBox Delegates
- From: "Michael Ash" <email@hidden>
- Date: Tue, 20 Jun 2006 14:36:24 -0400
On 6/20/06, Charles Ross <email@hidden> 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
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden