Re: Problems with NSOutlineView in Java?
Re: Problems with NSOutlineView in Java?
- Subject: Re: Problems with NSOutlineView in Java?
- From: Brendan Younger <email@hidden>
- Date: Fri, 22 Jun 2001 09:56:35 -0500
Please not that I am not a Java developer, but I have seen a few posts
like this one before. If I am correct, the Java implementation of
NSOutlineView does not retain the objects which you pass to it such as
its data source. The most likely explanation therefore is that your
data source was garbage collected and you need to retain it manually. I
don't know if MallocDebug works on Java programs, but you might want to
fire that up to see if your data source really is sticking around or not.
Brendan Younger