Re: Core Data & Undo Problem
Re: Core Data & Undo Problem
- Subject: Re: Core Data & Undo Problem
- From: Jim Correia <email@hidden>
- Date: Tue, 6 Feb 2007 16:50:04 -0500
On Feb 6, 2007, at 4:27 PM, Jean-Olivier Lanctôt wrote:
It seems like the NSArrayController is -registerUndoWithTarget
*later* (after the manager has been enabled).
So the problem is -- where/when should I call -
enableUndoRegistration (it should be AFTER the array controller
tries registering the action)?
I even tried to enable with a delay (perform selector with delay),
but no luck there.
Thanks for any help.. I'm totally puzzled here.
This is covered in the documentation.
http://developer.apple.com/documentation/Cocoa/Conceptual/CoreData/
Articles/cdUsingMOs.html#//apple_ref/doc/uid/TP40001803-207821-TPXREF148
Jim
_______________________________________________
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