Hi,
Can any one give a link to sample example for NSToolbar for MAc OS X 10.5.8.
I had checked with the apple sample iSpend and others, but tehy are all for Mac OS X 10.6.
Thanks
I have created desktop application for mac.I want to put some image and item name on the customize toolbar.I dont know how to implement that things.can you give me some advice for that.thanks in advance.
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 NSView.
Apart from creating a custom view, what is the best way to open a pop-up menu from a NSToolbarItem?