Re: Does NSTextField sends delegate messages to itself?
Re: Does NSTextField sends delegate messages to itself?
- Subject: Re: Does NSTextField sends delegate messages to itself?
- From: Ron Fleckner <email@hidden>
- Date: Tue, 16 Sep 2008 16:54:16 +1000
On 16/09/2008, at 4:46 PM, Graham Cox wrote:
On 16 Sep 2008, at 4:37 pm, Ron Fleckner wrote:
So my question is, I suppose, does NSTextField send delegate
messages to instances of itself?
It doesn't, but the shared field editor object does. The text field
is the delegate of the shared field editor when it is active.
see: http://developer.apple.com/documentation/Cocoa/Conceptual/WinPanel/Tasks/UsingWindowFieldEditor.html#/
/apple_ref/doc/uid/20000238
hth,
Graham
Thanks, Graham. That helps a lot because now I can proceed without
worrying about the fact that I haven't set a delegate, and in fact I
don't need to.
Ron
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden