Re: Delegate's methods of NSTextFields aren't called
Re: Delegate's methods of NSTextFields aren't called
- Subject: Re: Delegate's methods of NSTextFields aren't called
- From: Giovanni Donelli <email@hidden>
- Date: Sat, 29 Mar 2003 16:58:58 +0100
Thank you very much! it works!
On Sabato, mar 29, 2003, at 16:50 Europe/Rome, Justin Lundy wrote:
>
Actually, you have to use NSControl's delegate methods
>
>
- (void) controlTextDidEndEditing: (NSNotification *) aNotification
>
- (BOOL) control: (NSControl *) control textShouldBeginEditing:
>
(NSText *) fieldEditor
>
>
in your delegate. If you re-read NSTextField's documentation:
>
>
This posting causes the receiver's delegate to receive a
>
controlTextDidEndEditing: message.
I see
Thank you I didn't read that...
_______________________________________________
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.