in my current project I've got an NSOutlineView's content bound to an NSTreeController (which is bound to CoreData Entities).
So far everything works fine.
But: in the moment I try binding the OutlineView's selectionIndexPaths to the TreeControllers selectionIndexPaths (for beeing able to use remove: etc) the OutlineView is left blank, completely empty.
Does someone have an idea what I am doing wrong?
Thanks.