Re: NSOutlineView problems
Re: NSOutlineView problems
- Subject: Re: NSOutlineView problems
- From: Rick Bischoff <email@hidden>
- Date: Fri, 18 Jun 2004 01:04:22 -0500
Hate to reply to myself, but....
1) The OutlineView was calling for data before I had it ready ( it
called it before awakeFromNib even)
2) and my memory management was very bad, so even after I forced the
NSOutlineView to reload
the data, there was nothing there.
Thanks,
Rick Bischoff
Blog, and home for some MacOS X apps --
http://rickjr.org
On Jun 17, 2004, at 9:53 PM, Rick Bischoff wrote:
>
Hello all,
>
>
I have a realllly simple app at the moment, trying to get an
>
NSOutlineView to work correctly; I setup the nib, connected the
>
datasource and delegate, but it never seems to be calling the accessor
>
methods
>
>
(outlineView:(NSOutlineView*)ov numberOfChildrenOfItem:(id)item, etc,
>
etc, etc)
>
>
I know this because I placed NSLog(@"you are now in this function");
>
at the tops of each of the datasource methods-- to no avail. Also, on
>
my Controller, I checked to see if the outline view pointed to the
>
same object as my datasource and it does.
>
>
Any ideas? (10.3.4)
>
>
Rick Bischoff
>
Blog, and home for some MacOS X apps -- http://rickjr.org
_______________________________________________
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.