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: "Jon C. Munson II" <email@hidden>
- Date: Fri, 20 Feb 2009 12:48:11 -0500
- Organization: JTA Enterprises LLC
Namaste!
If cover flow stuff is in your requirements, you'll want to look at Apple's
CovertFlow sample project. That should be in the Core Animation stuff.
It is a beast to pick up and attempt to understand if you don't have any
foundation in how it all works, so you may want to start with some
simplified cover flow stuff, such as the videos found at Pragmatic Bookshelf
(http://www.pragprog.com). More specifically to cover flow:
http://www.pragprog.com/screencasts/v-bdcora/creating-a-compelling-user-inte
rface-with-core-animation
I found those videos extremely helpful.
For a scrollbar to go with the cover flow, see here:
http://sunflower.coleharbour.ca/cocoamondo/category/core-animation/
HTH!
Peace, Love, and Light,
/s/ Jon C. Munson II
> -----Original Message-----
> From: cocoa-dev-bounces+jmunson=email@hidden [mailto:cocoa-dev-
> bounces+jmunson=email@hidden] On Behalf Of I. Savant
> Sent: Friday, February 20, 2009 12:35 PM
> To: mukesh
> Cc: email@hidden
> Subject: Re: Want to display different views of files/folders (Icon view,
> list view, thumbnail view ) in the Application Window
>
> 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
_______________________________________________
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