Re: NSTreeController with Garbage Collection without CoreData causes problems

2008-02-25 Thread Jonathan Dann
On 25 Feb 2008, at 22:31, Eckart Schlottmann wrote: Hi, I need some help on NSTreeController usage. I use an NSTreecontroller with Garbage Collection and OBJ C 2.0. I have a Structure of Nodes (class FileSystemEntry) which provide children as a NSMutableArray with a getter and setter for t

NSTreeController with Garbage Collection without CoreData causes problems

2008-02-25 Thread Eckart Schlottmann
Hi, I need some help on NSTreeController usage. I use an NSTreecontroller with Garbage Collection and OBJ C 2.0. I have a Structure of Nodes (class FileSystemEntry) which provide children as a NSMutableArray with a getter and setter for the complete arrays: - (NSMutableArray *)internalCh