Re: Reordering of outlineview objects after rename
Re: Reordering of outlineview objects after rename
- Subject: Re: Reordering of outlineview objects after rename
- From: Hal Mueller <email@hidden>
- Date: Thu, 15 Mar 2007 09:49:51 -0700
I would think you want an observer on the item's name; maybe the
observer would be the item itself. When the observer gets the
-observeValueForKeyPath... message it would trigger [treeController
rearrangeObjects] or whatever other methods are needed.
I've never actually used a tree controller, so there may be a better way.
Hal
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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