Re: Best practice for implementing multiple views?
Re: Best practice for implementing multiple views?
- Subject: Re: Best practice for implementing multiple views?
- From: j o a r <email@hidden>
- Date: Mon, 16 Dec 2002 20:50:45 +0100
I would suggest that you use a tab-less NSTabView where you place the
browser on one tab and the outline view on another tab.
It's much easier and cleaner to just flip between tabs when at the
users request, rather than have to hiding / showing views by adding /
removing them from their superviews, et.c..
j o a r
On Monday, Dec 16, 2002, at 20:34 Europe/Stockholm, Daniel Dulay wrote:
I am interested in building an interface similar to the Finder dialog
that supports multiple views. That is, the user can select to view a
set of objects as Icons, as List, and as Columns. Is there a best
practice for implementing this kind of interface?
I have built small, simple apps for viewing my data that use either a
NSBrowser or an NSOutlineView. May these be combined or should a new
custom View be developed?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.