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.

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.