Hello Glenn,
>Any other ideas on how to tell if "changeColor:" really means "you
>should change color" as opposed to "somebody else should change
>color, and you're just caught in the crossfire"?
We ended up posing as NSColorPanel and overriding:
- (void) _forceSendAction:(BOOL)isAct notification:(BOOL)isNotif firstResponder:(BOOL)isFirstResp
When the target of the panel was a specific subclass of NSColorWell then we would simply set "isNotif" and "isFirstResp" to NO and let super do the work. I hope that helps.
~Martin
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden
This email sent to email@hidden