NSTreeController/OutlineView w/CoreData Bindings multiple selection?

2010-01-04 Thread Rick Mann
I have an NSTreeController and outline view displaying a hierarchy of Group 
objects. This works fine. The NSTreeController is bound to the managed object 
context, and uses a fetch predicate of parent == nil.

It won't let me select more than one row. Is it simply not possible to do so?

TIA,
Rick

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: NSTreeController/OutlineView w/CoreData Bindings multiple selection?

2010-01-04 Thread Sean McBride
Rick Mann (rm...@latencyzero.com) on 2010-01-04 4:08 AM said:

I have an NSTreeController and outline view displaying a hierarchy of
Group objects. This works fine. The NSTreeController is bound to the
managed object context, and uses a fetch predicate of parent == nil.

It won't let me select more than one row. Is it simply not possible to do so?

That should work.  You sure you have the 'multiple selection' checkbox on?

Sean


___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: NSTreeController/OutlineView w/CoreData Bindings multiple selection?

2010-01-04 Thread Rick Mann

On Jan 4, 2010, at 06:21:47, Sean McBride wrote:

 Rick Mann (rm...@latencyzero.com) on 2010-01-04 4:08 AM said:
 
 I have an NSTreeController and outline view displaying a hierarchy of
 Group objects. This works fine. The NSTreeController is bound to the
 managed object context, and uses a fetch predicate of parent == nil.
 
 It won't let me select more than one row. Is it simply not possible to do so?
 
 That should work.  You sure you have the 'multiple selection' checkbox on?

Well, now, I'm an idiot. I couldn't fund such a checkbox last night. That was 
the *first* thing I looked for, and when I didn't find it, I decided there was 
something else. I probably just had the wrong thing selected in IB. And I 
looked for it more than once!

Thank you!

-- 
Rick


___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com