Re: determine which NSTextView is sending to delegate?
Re: determine which NSTextView is sending to delegate?
- Subject: Re: determine which NSTextView is sending to delegate?
- From: Jonathon Mah <email@hidden>
- Date: Sat, 6 Nov 2004 00:09:19 +1030
On 5 Nov 2004, at 22:27, John James wrote:
s there a way to use IB to mark a NSTextView in some way so that the
info can be retrieved by the delegate to determine which view is
sending the message. (in my case "textDidEndEditing"). I could
subclass but it seems this should be a common task and settable in IB.
If your object is in IB, make outlets and connect them to the text
views. Then when you receive the notification, you can just check if
the notification object is any of the text views.
Jonathon Mah
email@hidden
_______________________________________________
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