Re: textDidChange not firing
Re: textDidChange not firing
- Subject: Re: textDidChange not firing
- From: Andy Lee <email@hidden>
- Date: Sun, 21 May 2006 08:04:42 -0400
On May 21, 2006, at 6:28 AM, Angelo Chen wrote:
I put a NSTextField and create a MyObject, I connect
the MyObject to NSTextField as delegate and implement
following:
- (void)textDidChange:(NSNotification *)aNotification
{
NSLog(@"changed");
}
Look more closely at the documentation for -textDidChange:. It is
not a delegate method. It is a method of NSTextField itself. The
documentation tells you the correct delegate method.
--Andy
_______________________________________________
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