Re: NSTextField Delegate
Re: NSTextField Delegate
- Subject: Re: NSTextField Delegate
- From: James Spencer <email@hidden>
- Date: Fri, 26 Mar 2004 19:25:35 -0600
On Mar 26, 2004, at 7:05 PM, Seth Willits wrote:
On Mar 26, 2004, at 5:00 PM, j o a r wrote:
Which delegate methods have you implemented, and how? Show some code.
@implementation MyDocument
(blah blah blah)
- (void)textDidChange:(NSNotification *)aNotification
You said these are text fields and your subject line says NSTextFields,
right? These are controls and the textDidChange: delegate method
doesn't get called; rather controls have the controlTextDidChange:
method called.
Spence
James P. Spencer
Rochester, MN
email@hidden
"Badges?? We don't need no stinkin badges!"
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.