• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Tiger-style toolbars
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: Tiger-style toolbars
      • From: Uli Kusterer <email@hidden>
    • Re: Tiger-style toolbars
      • From: Jim Correia <email@hidden>
References: 
 >Tiger-style toolbars (From: Dan Price <email@hidden>)

  • Prev by Date: Re: Tiger-style toolbars
  • Next by Date: Re: Tiger-style toolbars
  • Previous by thread: Re: Tiger-style toolbars
  • Next by thread: Re: Tiger-style toolbars
  • Index(es):
    • Date
    • Thread