On Fri, Feb 20, 2009 at 6:58 AM, mukesh <[email protected]> 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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
