Re: NSTreeController, NSOutlineView and Core Data (again)

2009-03-02 Thread Peter Ferrett
Quincey, Thank you very much. I think you have hit the nail on the head there. Because I wanted to do some alterations (ordering, etc) to the children objects I actually bound the tree controller to a custom children method. When I bind the tree controller to the original children met

Re: NSTreeController, NSOutlineView and Core Data (again)

2009-03-02 Thread Quincey Morris
On Mar 2, 2009, at 11:41, Peter Ferrett wrote: I have Core Data objects bound to an NSOutlineView via a NSTreeController. It is a schema that is common to other threads on this group: one entity for the group, one entity for the leaf, and a with the "children" relationship containing the

NSTreeController, NSOutlineView and Core Data (again)

2009-03-02 Thread Peter Ferrett
I have Core Data objects bound to an NSOutlineView via a NSTreeController. It is a schema that is common to other threads on this group: one entity for the group, one entity for the leaf, and a with the "children" relationship containing the groups/leafs of the next level. The control