vote up 1 vote down star

I have created a simple NSWindow with an NSTextField and an NSButton in Interface Builder on Leopard. I set the window background color in my program. Everything looks fine when I run the program in Leopard. But when I run it in Tiger, the background color of the window is not set. It has a default Tiger look with horizontal stripes.

Weirdly, the background colors of the NSTextField and NSButton controls are set to the specified window color, so they look really awful.

How can I convince Tiger to respect the color I choose in the setBackgroundColor call?

flag

If you're building for earlier OS versions, make sure you set your target as that in IB and pay attention to the warnings ;-) – Jason Coco Apr 25 at 23:36

2 Answers

vote up 2 vote down check

If I recall correctly, under Tiger you had to set the background pattern of the window if you wanted to change its color - the 'color' was overridden by the (ugly) default aqua pattern.

On the other hand, why the heck are you writing code for Tiger? Something like 0.3% of machines out there run Tiger, and something like 100% of those are run by luddites.

-Wil

link|flag
I love all my customers, even the luddites. But now that Tiger is two major releases old we will be phasing out support for it. – gauss256 Sep 26 at 20:11
vote up 0 vote down

I guess the interface builder is generating some Leopard only styling code somewhere (valid but non functional in api or somesuch), tried creating it on the Tiger machine and see what it looks like in Leopard?

link|flag
1  
Interface Builder does not generate code; it generates archived objects. – Peter Hosey Aug 18 at 11:45

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.