Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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!

share|improve this question
You mean palette? – XTL Mar 29 '12 at 6:12

1 Answer

up vote 1 down vote accepted

Do you mean the color panel? There's a method orderFrontColorPanel in the Application place holder in IB -- just connect that to your button.

share|improve this answer
You can also send it to the first responder. – NSResponder Mar 29 '12 at 6:14

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.