Re: NSButton Colour?
Re: NSButton Colour?
- Subject: Re: NSButton Colour?
- From: Ondra Cada <email@hidden>
- Date: Tue, 17 Sep 2002 20:30:20 +0200
On Tuesday, September 17, 2002, at 05:32 , Colin Doncaster wrote:
Generally, you don't. The main reason is that Apple does not want us to
do that. The technical one is that, so far as I know (did not check
myself!) actually a bitmap image is used for the background, and thus
the change is non-trivial.
Wow! I understand having a standard interface but forcing a colour
palette is maybe a little extreme. I'm working on a graphics application
and when dealing with colour correction the last thing would want is
bright buttons sticking out, you want a neutral gray interface.
What you *really* want, I guess, is just
defaults write <your app domain> AppleAquaColorVariant 6
(or, which I strongly prefer myself, the same for -globalDomain).
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.