Re: Core Data and undo action names
Re: Core Data and undo action names
- Subject: Re: Core Data and undo action names
- From: Jack Nutting <email@hidden>
- Date: Wed, 24 Aug 2005 08:13:32 +0200
On 8/23/05, Bill Cheeseman <email@hidden> wrote:
> The secondary changes are triggered by Key-Value Observing, and I'm not
> confident that this happens synchronously. If it does, then perhaps this is
> an option.
Hmm, you may be right. In that case, you may be able to work around
that by calling setActionName: asynchronously as well. As long as you
do that after the actual edit, it should end up occurring after any
delayed calls to setActionName: triggered by kvo.
--
// jack
// http://www.nuthole.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden