In a modal panel I have a NSColorWell. Clicking the NSColorWell display a NSColorPanel.
The NSColorPanel docs say that the method -(void)changeColor:(id)sender is sent to the first responder and that you can override this method in any responder that needs to respond to a color change. I have implemented this method in the class that is the file's owner for the modal panel which is a NSWindowController. The method -(void)changeColor:(id)sender is not called on a color change in the NSColorPanel. How do I get the method -(void)changeColor:(id)sender called. -koko _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com