Tagged Questions
1
vote
1answer
733 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 ...
0
votes
2answers
67 views
How to implement TopBar in a Cocoa Application?
I am new in Cocoa development. I want to implement this type of Bar (below image) in my application. How can i implement this? Which control using for this ?
0
votes
1answer
84 views
Customize NSToolbar - Disable “Use small size”
How do I disable the "Use small size" option in the toolbar? I am using Xcode 4.
(That's the option that appears when users go to customize the Toolbar.)
0
votes
1answer
64 views
How to use NSProgressIndicator as NSToolbarItem
How to add NSProgressIndicator(NSProgressIndicatorSpinningStyle) to toolbar as NSToolbarItem?
0
votes
1answer
242 views
NSToolbar special area
I like to try to completely take over the area where the NSToolbar resides so I can put my own custom controls, views and background. The advantages of using this area are:
Any sliding panels appear ...