textDidChange not firing
textDidChange not firing
- Subject: textDidChange not firing
- From: Angelo Chen <email@hidden>
- Date: Sun, 21 May 2006 03:28:53 -0700 (PDT)
Hi,
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");
}
run the app and type something in the NSTextField and
change, but the textDidChange never fire, why? thanks
for any help.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
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