Re: Want to display different views of files/folders (Icon view, list view, thumbnail view ) in the Application Window
Re: Want to display different views of files/folders (Icon view, list view, thumbnail view ) in the Application Window
- Subject: Re: Want to display different views of files/folders (Icon view, list view, thumbnail view ) in the Application Window
- From: "I. Savant" <email@hidden>
- Date: Fri, 20 Feb 2009 12:34:39 -0500
On Fri, Feb 20, 2009 at 6:58 AM, mukesh <email@hidden> wrote:
> I am developing an application in which I have to display different
> views(Icon view, list view, thumbnail view and Columns flow ) for the file
> list in the application window, depending on the mode selected by the user
> as in the Finder Application Tool, named view.
Break It Down
http://linuxmafia.com/faq/Essays/smart-questions.html
For example, rather than asking such a broad, sweeping question
(which is nearly impossible to answer without copying and pasting most
of a good Cocoa development book into a reply), perhaps you could
tackle each view type and the problems you're having with them one at
a time ...
In general, the columns view is NSBrowserView. The list view is an
NSOutlineView. The Icon view is custom (there are third-party examples
- Google is your friend). I'm guessing you also mean cover flow ...
there are examples for this in Apple's example code.
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden