Re: NSOutlineView question
Re: NSOutlineView question
- Subject: Re: NSOutlineView question
- From: Stéphane Sudre <email@hidden>
- Date: Wed, 20 Aug 2003 14:03:11 +0200
These informations are set in the nib.
On mercredi, ao{ 20, 2003, at 11:08 Europe/Paris, Pascal Goguey wrote:
Hello,
I need to display some hierarchical data, and NSOutlineView seems
to do what I want.
There is one sample code with the development environment, and I
am trying to figure out how it works.
The program name is [path to
developer]/Developer/Examples/Appkit/OutlineView
Basically, there is a single window with a single outline view in it
and a few 1-line functions, and this displays the whole file system,
which is very impressive.
However, looking at the GUI, I noticed that there are no outlets, no
methods, nothing to be seen from the nib file.
At least, I expected a reference to the outline view somewhere,
for example:
Outlet id OutLineView = [...];
DataSource * S = [...];
[OutLineView setDataSource:S];
but there is nothing alike.. Could anybody explain me how it works,
or at least give me some pointers to useful docs?
"Building cocoa applications" does not even bother talking about
outline view.
Thanks,
Pascal
_______________________________________________
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.
_______________________________________________
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.