NSTextField: textDidEndEditing delegate isn't firing
NSTextField: textDidEndEditing delegate isn't firing
- Subject: NSTextField: textDidEndEditing delegate isn't firing
- From: "Frederick C. Lee" <email@hidden>
- Date: Wed, 28 Dec 2005 15:12:02 -0800
1) I've selected a particular NSTextField to be the 1st Responder.
2) I've connected this NSTextField with the File's Owner as the delegate
2a) I also added the [<field link> setDelegate:self] within the
File's Owner (to be double sure).
Yet, I can't get the following to fire within the File's Owner
(NSPersistentDocument obj) when I leave the field:
- (void)textDidEndEditing:(NSNotification *)aNotification {
NSLog(@"{textDidEndEditing}");
}
What am I missing?
Ric.
_______________________________________________
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