On Thu, Apr 23, 2009 at 8:17 AM, ALEXander <alexan...@wackazong.com> wrote:
> In the renumbering routine, when I access [self arrangedobjects], or even if
> I do a new fetch on my managedObjectContext, the new object is not there
> yet. I tried all this:

>From the documentation on -[NSArrayController add:], found at
http://developer.apple.com/DOCUMENTATION/Cocoa/Reference/ApplicationKit/Classes/NSArrayController_Class/Reference/Reference.html#//apple_ref/doc/uid/20002042-DontLinkElementID_1
:

"Beginning with Mac OS X v10.4 the result of this method is deferred
until the next iteration of the runloop so that the error presentation
mechanism can provide feedback as a sheet."

So you can't expect that immediately after calling -add: that anything
will have changed.  Maybe you can instead override -newObject.

--Kyle Sluder
_______________________________________________

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

Reply via email to