Re: Finder "like" NSView,
Re: Finder "like" NSView,
- Subject: Re: Finder "like" NSView,
- From: Michael Becker <email@hidden>
- Date: Thu, 25 Mar 2004 17:45:37 +0100
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.
If you truly want something like the Finder, you should go for
NSBrowser. But I don't think, that's what you want.
Want it to look very similar to accounts in System Preferences, select
something and according to
selection display related information.
Well, that depends on the information you want to display. If the
information structure is always the same, you would simply set the GUI
outlets to display the information of the currently selected object
etc.
The other way would be to specify several (custom) views and switch
between them (maybe by using the -setHidden: method)
Bye,
Michael
_______________________________________________
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.