Re: NSOutlineView at wits end
Re: NSOutlineView at wits end
- Subject: Re: NSOutlineView at wits end
- From: Matt Neuburg <email@hidden>
- Date: Wed, 3 Jul 2002 16:02:51 -0700
On Thu, 27 Jun 2002 14:27:52 -0400, Ken Tozier <email@hidden> said:
>
My outline view only displays data if I put all record adding or removal
>
code within the data source init routine
>
If I encapsulate the record adding or removal code and put it anywhere
>
other than the init routine, the resultant outline is completely empty.
>
>
I've tried sending "reloadData" to the outline view but that doesn't
>
work either
My only suggestion is that your data source must be answering at least one
of the Five Big Questions incorrectly (outlineView:numberOfChildrenOfItem:,
and so on). Log those and look at what you're saying. m.
--
matt neuburg, phd = email@hidden,
http://www.tidbits.com/matt
pantes anthropoi tou eidenai oregontai phusei
Subscribe to TidBITS! It's free and smart.
http://www.tidbits.com/
_______________________________________________
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.