Re: Finder "like" NSView,
Re: Finder "like" NSView,
- Subject: Re: Finder "like" NSView,
- From: "M. Uli Kusterer" <email@hidden>
- Date: Mon, 29 Mar 2004 20:07:08 +0100
At 9:11 Uhr -0700 25.03.2004, Matt Jaffa wrote:
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.
You mean like the blue gradient thingie, i.e. the "Sidebar"?
Matt wrote something like that:
http://www.scotlandsoftware.com/products/source/
If you mean something like the Finder icon view, I wrote
UKDistributedView for that:
http://www.zathras.de/programming/cocoa_stuff.php
and if you mean something like "System Preferences" where you have a
toolbar at the top with icons, I wrote something like that as well
(look for UKPrefsPanel). If you're using Matt's gradiented list item
selection, you may still want to use UKPrefsPanel's trick with the
tabless tab control to switch between the various views, or if you
support an arbitrary view, check out UKProgressPanel, which loads new
copies of a view from a Nib file.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.