Re: NSTreeController and setSelectionIndexPaths
Re: NSTreeController and setSelectionIndexPaths
- Subject: Re: NSTreeController and setSelectionIndexPaths
- From: Greg Herlihy <email@hidden>
- Date: Sun, 09 Apr 2006 16:56:38 -0700
- Thread-topic: NSTreeController and setSelectionIndexPaths
Use Interface Builder to bind the selectionIndexPaths of the NSOutlineView
to the selectionIndexPaths of the NSTreeController. With this binding in
place, changing the current selection in the controller will also change the
selection in the outline table.
Greg
On 4/9/06 4:38 PM, "Greg Hoover" <email@hidden> wrote:
> When setting a selection for an NSOutlineView using
> setSelectionIndexPaths on the view's controller object, the view is
> not updated with current selection. Setting the selection using
> selectRow on the view works fine, however. I suspect that the
> selection maintained by the view and the controller are not
> necessarily synced, but am not sure. Is there a way to force the
> view to update its selection from the controller?
>
> Thanks.
> -GH
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden