How can I create an action so when a button is clicked the Apple color palette window appears? I do not want to use an NSColorWell.
Thanks!
|
How can I create an action so when a button is clicked the Apple color palette window appears? I do not want to use an Thanks! |
||||
|
|
Do you mean the color panel? There's a method orderFrontColorPanel in the Application place holder in IB -- just connect that to your button. |
|||
|
|