• 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: HIG help: how to handle multiple views of the same data
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HIG help: how to handle multiple views of the same data


  • Subject: Re: HIG help: how to handle multiple views of the same data
  • From: John Brownlow <email@hidden>
  • Date: Mon, 18 Apr 2005 15:39:28 -0400

if you are going to use inspectors in an NSDocument based app it is really worth separating them out and making them NSPanels which belong to the Application delegate or something. This way when you swap between documents, the inspectors just update to reflect the new document.

This is much more intuitive than using drawers, which in any case can be painful if you a short of screen real estate... since the user can't put them where s/he wants. I can't think of a single multiple-drawer main-window design that actually works.

You can save screen real estate by using the same inspector window to show multiple views onto the data, controlled by an NSTabView or a segmented control.


On Apr 18, 2005, at 3:31 PM, Scott Ellsworth wrote:

This is currently an NSDocument-based application. Am I going to just suffer when I try to convert it to a multi-window app?

--
John Brownlow
Deep Fried Films, Inc

http://www.johnbrownlow.com
http://www.pinkheadedbug.com

_______________________________________________
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


References: 
 >HIG help: how to handle multiple views of the same data (From: Scott Ellsworth <email@hidden>)

  • Prev by Date: HIG help: how to handle multiple views of the same data
  • Next by Date: Re: Gracefully failing on unsupported OS version
  • Previous by thread: HIG help: how to handle multiple views of the same data
  • Next by thread: Re: HIG help: how to handle multiple views of the same data
  • Index(es):
    • Date
    • Thread