Re: Undo and Core Data issue
Re: Undo and Core Data issue
- Subject: Re: Undo and Core Data issue
- From: Michael Latta <email@hidden>
- Date: Tue, 4 Mar 2008 20:55:25 -0800
I call processPendingChanges from both the *Will* and *Did*
notifications.
Michael
On Mar 4, 2008, at 8:45 PM, Dave Fernandes wrote:
Did you also call processPendingChanges before trying to undo? You
may get flakey undo behavior if not.
On Mar 4, 2008, at 11:31 PM, Michael Latta wrote:
I have a Core Data based application that is running into issues
with Undo/Redo.
When I select undo the notifications for Undo happen, but the
values in the managed object do not change.
I have tried adding processPendingChanges in the notification
handler, but that did nothing. The value in question is a
CATransform3D stored as an NSData (binary attribute).
Any suggestions welcome.
Thanks,
Michael
_______________________________________________
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
_______________________________________________
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