Re: Tiger-style toolbars
Re: Tiger-style toolbars
- Subject: Re: Tiger-style toolbars
- From: "I. Savant" <email@hidden>
- Date: Fri, 18 Nov 2005 10:01:37 -0500
Dan:
You can do things only for specific OS versions by using the
following:
#ifdef MAC_OS_X_VERSION_10_4
//10.4-specific code here
#endif
I'm *guessing* you could put this in your -awakeFromNib method to
turn on the unified look. However, looking up the proper method(s) in
the docs reveals only the constant
"NSUnifiedTitleAndToolbarWindowMask" as a separate entry from the
rest of the NSWindow constants. At a quick glance, I have no idea how
to use this to change your window(s) using the above method. I've
filed an enhancement request to clarify the docs on this issue.
In the meantime, does anybody know how to use the
NSUnifiedTitleAndToolbarWindowMask constant to do the above?
--
I.S.
On Nov 18, 2005, at 9:30 AM, Dan Price wrote:
I've just upgraded from Panther to Tiger, and my app still has a
basic 'Aqua' style toolbar. I want to change it to use the new
smooth-metal/iTunes 5 look but I can't see any new options in IB.
Just the old metal texture.
How can I convert my toolbar window (which is of the utility-
type) to the new style, while maintaining compatibility with 10.3?
[sorry if this is obvious, but I can't see it]
---------------------------------
Yahoo! Model Search - Could you be the next catwalk superstar?
Check out the competition now
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40gmail.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden