Re: Field editor delegate doesn't work
Re: Field editor delegate doesn't work
- Subject: Re: Field editor delegate doesn't work
- From: publiclook <email@hidden>
- Date: Mon, 7 Jul 2003 23:08:43 -0400
On Monday, July 7, 2003, at 10:44 PM, Sailor Quasar wrote:
shouldChangeTextInRange
controlTextDidChange:
- (void)controlTextDidChange:(NSNotification *)aNotification
Sent by the default notification center to the delegate when the text
in the receiving control (usually a text field, a form field, or
NSMatrix with editable cells) changes. The name of notification
aNotification is always NSControlTextDidChangeNotification. Use the key
@"NSFieldEditor" to obtain the field editor from aNotifications
userInfo dictionary. If the delegate implements this method, its
automatically registered to receive this notification.
_______________________________________________
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.