Re: Can I determine who is calling a delegate
Re: Can I determine who is calling a delegate
- Subject: Re: Can I determine who is calling a delegate
- From: Jens Alfke <email@hidden>
- Date: Fri, 26 Apr 2013 17:34:21 -0700
On Apr 26, 2013, at 5:18 PM, email@hidden wrote:
> Is there a way for me to find out what object is posting a -[NSNotificationCenter postNotificationName:object:userInfo:] that eventually calls my NSComboBox delegate?
Well, according to the backtrace you posted, it's an NSTextView (frame #9). It's probably the window's shared field-editor.
But I'm not sure what you're asking about, exactly. Is your object the delegate of the combo-box that's being typed into?
—Jens
_______________________________________________
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