Delegate's methods of NSTextFields aren't called
Delegate's methods of NSTextFields aren't called
- Subject: Delegate's methods of NSTextFields aren't called
- From: Giovanni Donelli <email@hidden>
- Date: Sat, 29 Mar 2003 15:23:22 +0100
Hello Gurus,
I have two NSTextFields on a NSDrawer and I would like to make some
operation after the field was edited...
so I made my controller object to be a delegate for NSTextFields but
these methods aren't called:
- (void)textDidChange:(NSNotification *)aNotification
- (void)textDidEndEditing:(NSNotification *)aNotification
is there anyone who had the same problem and know how to make it works?
thanks!
Giovanni
_______________________________________________
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.