NSColorWell and target/action
NSColorWell and target/action
- Subject: NSColorWell and target/action
- From: Andreas Schweizer <email@hidden>
- Date: Fri, 15 Jun 2001 22:40:14 +0200 (MET DST)
Hi,
I'm using an NSColorWell in my application. It works, but I have a problem
with the action method:
If I switch on the 'continuous' flag in IB, I get messages whenever I
select a new color in the color panel, even without pressing the 'apply'
button; I assume this is ok.
But if I switch that flag off, I don't get any action messages any more,
even if I press the 'apply' button.
Is it somehow possible to make the NSColorWell send an action message
whenever I press the 'apply' button?
Thanks,
Andy