I am trying to develop a editor, for that i want to set color of button according to selected color from the color panel.button is NSToolBarItem...How can I do it???
A:
Subclass NSBarButtonItem and override the drawRect method based on the currently selected color.
Cory Powers
2010-08-26 13:49:55