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
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