outlineViewSelectionDidChange not called
outlineViewSelectionDidChange not called
- Subject: outlineViewSelectionDidChange not called
- From: "Adam Gerson" <email@hidden>
- Date: Tue, 25 Mar 2008 00:18:48 -0400
I have an NSOutlineView column bound to an NSTreeController. When I
remove an object from the TreeController the row representing the
deleted object disappears and OutlineView selects the next row, but
does not send a notification to the delegate method
outlineViewSelectionDidChange. When I manually change the
OutlineView's selection with the mouse or keyboard
outlineViewSelectionDidChange gets called just fine. I update some non
controller bound GUI controls when the selection changes and I need to
know when to do this.
On a separate but related note, when I add an object to the
TreeController is there away to get the OutlineView to automatically
select the new row?
Any help with this would be much appreciated,
Adam
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden