Tagged Questions

0
votes
1answer
83 views

NSToolbarItem image scaling

Why is this happening: As you can see, in the "Allowed Toolbar Items" the image looks fine for the "PHP" toolbar item, and when its actually in the toolbar, it scales weirdly. Thanks
1
vote
3answers
85 views

How to add a pop-up menu to a NSToolbarItem?

Hi, I'm trying to open a pop-up menu from a NSToolbarItem. I tried following this example but I can't use that class method because NSToolbar and NSToolbarItem inherit from NSObject and not from …
0
votes
1answer
67 views

Assigning key-equivalent to NSToolbarItem?

How can I set a key equivalent for a NSToolbarItem?
0
votes
2answers
67 views

Reset NSToolbar back to default configuration

I programatically create an NSToolbar in my application. I just added a new button to the toolbar and added that button to the default configuration of the toolbar. When I run my application the new …
0
votes
1answer
205 views

XCode / Interface Builder : How to rename the default NSToolbar Items?

When I add an NSToolbar to my application it comes with some default items like "Customize" or "Colors" and I am unable to rename them. These attributes are disabled and can not be edited. I am …