• 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: How to make a UI like in Mail?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to make a UI like in Mail?


  • Subject: Re: How to make a UI like in Mail?
  • From: Thomas Engelmeier <email@hidden>
  • Date: Thu, 13 Mar 2008 10:04:00 +0100


On 12.03.2008, at 23:54, Thomas Wickl wrote:

I´m new to Cocoa and I really need a hint in UI Design. How can I create this Panel like it is shown in a lot of
Application like Mail?


That is not a panel (a panel is a window with a small title bar), it is a "source list", a special case of a "outline view".
Starting with Leopard, you can use the system NSOutlineView. For Tiger there are some opensource implementations floating around.
What you won't get with most implementations are the "unread message" badges.


And also how do they make this Bar at the Bottom?


The only real answer to that is "Use FScript to find out". http://www.fscript.org . You'll need to download a separate version of "FScript Anywhere" for Leopard. Apple is usually not eating it's own dog food, Apple apps notoriously use their own UI implementation.

If you are interested how _you_ can achieve something similar, there is a chance to build a view containing some NSButtons with gradient look and either add manually the pulldown functionality to them or use an NSPopupButton and tinker with the menu contents so it always shows the icon and not the selected item.

The NSActionTemplate and NSAddTemplate should also be handy. Many goodies (gradient look, system provided images) are Leopard only.

Regards,
	Tom_E
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: How to make a UI like in Mail?
      • From: Stephane Sudre <email@hidden>
References: 
 >How to make a UI like in Mail? (From: Thomas Wickl <email@hidden>)

  • Prev by Date: Re: NSPersistentDocument Tutorial (SOLVED)
  • Next by Date: Re: performSelectorOnMainThread problem
  • Previous by thread: Re: How to make a UI like in Mail?
  • Next by thread: Re: How to make a UI like in Mail?
  • Index(es):
    • Date
    • Thread