Depending on the effect and need (e.g., iCal calendar choice check boxes?), you might do fine with those, but you may have to update your app every release of the OS. Another way to do something like this, provided you have a well-defined mask, is to use an overlay window in the same way that Safari's inspect elements does it—the WebKit code is available for you to view.
- Gary L. Wade (Sent from my iPhone) On Jan 20, 2011, at 11:49 PM, Dianne <[email protected]> wrote: > Hi List, > > I would like to know what you can suggest when changing the color of NSButton. > I have read everywhere that I need to subclass NSButtonCell and NSButton as > well, is this the only way to do it for Mac? > I'm surprised that this is how complicated it is in Mac. Why NSButton doesn't > have any property to set its color? > > Thanks in advance for your help. > Thanks, > yani > > _______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > 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: > http://lists.apple.com/mailman/options/cocoa-dev/garywade%40desisoftsystems.com > > This email sent to [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
