Re: NSOutlineView
Re: NSOutlineView
- Subject: Re: NSOutlineView
- From: James Bucanek <email@hidden>
- Date: Fri, 20 May 2005 08:25:32 -0700
Mahesh Vyas wrote on Friday, May 20, 2005:
>Needs to display folders in NSOutlineView using Obj-C in Cocoa not from
>the roolt level but starting at a particular path.
>I am able to display it when path is one level deep e.g. /Volumes but
>for deeper paths it does not display anything.
The NSOutlineView is controlled by your NSOutlineDataModel. Make sure your data model indicates that folder/volume items can be expanded, and that each folder node returns the number of children for that directory.
--
James Bucanek <mailto:email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden