Re: Look And Feel
Re: Look And Feel
- Subject: Re: Look And Feel
- From: Eric Peyton <email@hidden>
- Date: Thu, 12 Jul 2001 10:15:30 -0500
On Thursday, July 12, 2001, at 08:47 AM, Michael Stuurman wrote:
Is there an easy way to custumize the Look And Feel (skin) with
Cocoa Appkit?
The OS X operating system does not easily support skin usage of any
sort. There are hacks available but those aren't code hacks, they
are resource hacks.
Actually implementing a skinnable OS X application is doable
however. Look at the code for what used to be MacOSXAmp, I think
it is now called xAudic). It is a WinAMP/MacAMP clone for OS X and
is fully skinnable.
The code is available on
http://www.xaudic.net/.
It's probably the only skinnable Cocoa application that I have seen.
Eric
(Like for instance the lookandfeel implementation in swing)
Do I have to make a custom IB palette or something like that and
load a custom nib?
Michael Stuurman
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
References: | |
| >Look And Feel (From: Michael Stuurman <email@hidden>) |