Re: Temporarily disabling autosave
Re: Temporarily disabling autosave
- Subject: Re: Temporarily disabling autosave
- From: Quincey Morris <email@hidden>
- Date: Fri, 19 Apr 2013 14:52:35 -0700
On Apr 19, 2013, at 14:39 , Steve Mills <email@hidden> wrote:
> so autosave will happen again during playback
You may have covered this ground already and I missed it, but what happens if you return NO from the autosave, along with a cancel error (that is, domain=NSCocoaErrorDomain code=NSUserCancelledError).
On iOS, the document has a special "save failed" state, and I believe it will try again later. It's possible that something similar may occur on OS X. Or, if it just stops autosave cold, perhaps you can forcibly dirty the document again later.
The point of returning a cancel error is that NSDocument tends not to report that particular error via a sheet.
_______________________________________________
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