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: Graham Cox <email@hidden>
- Date: Tue, 16 Sep 2008 16:46:45 +1000
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
_______________________________________________
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