Archive for tag: NSButton

How to Change the text Color of a NSButton in Objective-C

10 July, 2008 (23:44) | Apple, Objective-C, internet explorer, xCode, xna, youtube | By: Niels Hansen

One of the things that I need to do is simply change the text of a NSButton (or NSButtonCell) to a different color.  No problem I thought. I can easily do this in any language since I started developing Windows 3.1 Applications.
Boy was I wrong. There is no simple way to do it.   
Before the [...]