Re: NSToolbarItem Action Not Passed to NSButton...
Re: NSToolbarItem Action Not Passed to NSButton...
- Subject: Re: NSToolbarItem Action Not Passed to NSButton...
- From: Andy Lee <email@hidden>
- Date: Thu, 24 Apr 2014 22:41:19 -0400
On Apr 24, 2014, at 10:23 PM, "Peters, Brandon" <email@hidden> wrote:
> Yesterday, I got the view for the NSToolbarItem to show the desired image by putting the set image code for the button in the toolbar item’s validate() method, then setting the toolbar item’s view to the button in that method. However, now when I click the toolbar item in the app, the action does not get called even though I used IB to set the action. If I put the code back in the init() method, the default button shows and not what I want, but the action gets called.
In your init method, if you use NSLog to print self.toolbarItem, what do you get?
--Andy
_______________________________________________
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