Re: HIG help: how to handle multiple views of the same data
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