Re: Reloading root of NSOutlineView
Re: Reloading root of NSOutlineView
- Subject: Re: Reloading root of NSOutlineView
- From: Gore <email@hidden>
- Date: Fri, 18 Jan 2002 09:17:05 +0200
if your root object includes 0 children, then there will not be anything
displayed, but if you are adding children to it then make sure you are
using [myOutlineView reloadData]; AFTER adding the child object to your
root object.
On Friday, January 18, 2002, at 08:29 , Ben Chess wrote:
Hi,
I have a quick question about NSOutlineView. I can't find a way to
successfully force a reload of the root items. My OutlineView starts
out with 0 items, but I'd like to add to it later. I've tried
[outlineView reloadData], [outlineView reloadItem:nil] and even
[outlineView reloadItem:outlineView], the latter two with and without
withItem:YES, and nothing seems to be working.
Thanks
Ben
_______________________________________________
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.