Re: Finder "like" NSView,
Re: Finder "like" NSView,
- Subject: Re: Finder "like" NSView,
- From: Shawn Erickson <email@hidden>
- Date: Thu, 25 Mar 2004 08:58:32 -0800
On Mar 25, 2004, at 8:11 AM, Matt Jaffa wrote:
Hi,
I asked this question already but reposting to see if I can get a
reply.
I want to implement a View like finder, in that on the left side can
click on the image and text,
and then on the right side display stuff according to what was clicked.
Want it to look very similar to accounts in System Preferences, select
something and according to
selection display related information.
Anyone know of any examples, or actually have done a project like this
themselves?
It is not clear if you want all of the bell and whistles that you see
in system preferences and finder or not (the drag and drop of item with
item slide effects, etc.). Those take extra work...
You can use a tab view [1] without tabs to switch between various views
in response to user input. For that input consider using a toolbar [2],
a matrix of buttons that are images [3], or possibly a segmented
control [4].
-Shawn
[1]
<
http://developer.apple.com/documentation/Cocoa/Conceptual/TabView/
index.html>
[2]
<
http://developer.apple.com/documentation/Cocoa/Conceptual/Toolbars/
index.html>
[3]
<
http://developer.apple.com/documentation/Cocoa/Conceptual/Button/
index.html>
[4]
<
http://developer.apple.com/documentation/Cocoa/Conceptual/
SegmentedControl/index.html>
_______________________________________________
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.