Re: Drawers and Omniweb
Re: Drawers and Omniweb
- Subject: Re: Drawers and Omniweb
- From: stuartbryson <email@hidden>
- Date: Thu, 16 Aug 2001 01:17:53 +1000
I am totally overwhelmed by NSOutlineView and how to use it. I
understand that it needs to connect to a datasource that you define by
implementing the required methods. I know that you need to set it a
delegate. But it doesn't get me anywhere. The examples are great but I
don't understand what they are doing. I understand most of the
Appkit/NSOutlineView example but don't understand the finer points of
getting it all to work.
Does anyone know where I might find an in depth tutorial on
NSOutlineView? And I also don't think I understand delegates properly. I
can't find anything in the Doco about what and how to use a delegate?
Call me stupid but it just ain't coming together for me.
Thanks all.
Stuart
On Monday, August 13, 2001, at 09:35 PM, Stiphane Sudre wrote:
On mardi, ao{t 14, 2001, at 06:48 AM, stuartbryson wrote:
Secondly, what controls does Omniweb use within the drawer? Obviously
there is a NSTabView control but within that what are they using to
display the list of history sites and then if you click on the small
arrow on each site it expands to show the pages from that site?
NSOutlneView or a subclass of it,I guess.
A very good example showing how to use it is in
/Developer/Examples/AppKit/DragNDropOutlineView