Re: Bind NSOutlineView to database ( newbie )
Re: Bind NSOutlineView to database ( newbie )
- Subject: Re: Bind NSOutlineView to database ( newbie )
- From: Roarke Lynch <email@hidden>
- Date: Mon, 10 Feb 2003 12:18:08 -0500
On Monday, February 10, 2003, at 01:49 AM, Alvaro Muir wrote:
My problem is connecting the NSOutlineView, I cant find a lot of
documentation on it, although there is a lot for NSTableView.
Does anyone have any experience in this, or better yet, a working
example?
Tia
You're having problems connection the NSOutlineView to what?
NSOutlineView inherits from NSTableView, so it handles population by
use of a datasource (setDataSource: or adding the connection in IB).
There is an example of how to use an NSOutlineView in the sample
projects included with PB and a decent explanation of it in the
documentation.
Roarke Lynch
-------------------------------
email@hidden
_______________________________________________
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.