Re: how to change NSButton color
Re: how to change NSButton color
- Subject: Re: how to change NSButton color
- From: John Joyce <email@hidden>
- Date: Sun, 23 Jan 2011 09:43:07 -0600
On Jan 23, 2011, at 8:14 AM, Dianne wrote:
> I want to change the buttons color from the normal gray to dark gray to indicate
> whether the button is assigned to other values other than its default value.
>
> Is there any other or best way to do this? what you can suggest?
> Thanks,
> Yani
>
>
>
Normally, if a button changes its functionality, you should at least change the label or icon inside the button.
Effectively, you are changing the button to perform a different action.
You might actually want to consider what the button needs to do in your application and revisit the types of controls already available in Cocoa and described in the Human Interface Guidelines. There might be a better control for the purpose of this button._______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden