Re: Question about NSTreeController/NSOutlineView instance cleanup
Re: Question about NSTreeController/NSOutlineView instance cleanup
- Subject: Re: Question about NSTreeController/NSOutlineView instance cleanup
- From: Markus Spoettl <email@hidden>
- Date: Sat, 12 Apr 2008 00:09:04 -0700
Well, without knowing the details of what you're doing, it's
impossible to be certain, but this code certainly looks *very*
wrong. For one thing, 'insertObject' is (according to the
documentation) for controller subclasses to use to customize their
own behavior, not for other things to use to insert objects.
Normally, you don't want to mess with trying to change
arrangedObjects directly.
On the contrary, insertObject:atArrangedObjectIndex: is provided
precisely so that you can add an object at a particular location.
See Bookmarks at <http://homepage.mac.com/mmalc/CocoaExamples/controllers.html
> for an example.
Very interesting reading, thanks a lot. This will keep me busy I guess.
Regards
Markus
--
__________________________________________
Markus Spoettl
_______________________________________________
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