NSOutlineView at wits end
NSOutlineView at wits end
- Subject: NSOutlineView at wits end
- From: Ken Tozier <email@hidden>
- Date: Thu, 27 Jun 2002 14:27:52 -0400
My outline view only displays data if I put all record adding or removal
code within the data source init routine. The code now has more NSLogs
than code and judging by the logging, everything is added exactly as I
expect it to be.
If I encapsulate the record adding or removal code and put it anywhere
other than the init routine, the resultant outline is completely empty.
Checking the member variables of the data source, in the "awakeFromNib"
routine (with more NSLogs), revealed that it still contains all expected
values so it isn't getting inadvertently released, but it won't display.
I've tried sending "reloadData" to the outline view but that doesn't
work either. I'm sure this is a simple fix it's just that after two days
trying, I'm no closer to an answer.
Any outline or table view guru's out there have any insights into what I
might be doing wrong?
Thanks
Ken Tozier
_______________________________________________
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.