Re: RaiseMan Exception
Re: RaiseMan Exception
- Subject: Re: RaiseMan Exception
- From: Todd Heberlein <email@hidden>
- Date: Thu, 29 Dec 2011 15:39:40 -0800
On Dec 29, 2011, at 1:50 PM, Conrad Shultz wrote:
> This sounds like Lion auto saving. Are you on Lion? If so, do you return YES from -autosavesInPlace in your NSDocument subclass?
Yes. I just created a new document-based app to test it, and sure enough, the template code that is created has
+ (BOOL)autosavesInPlace
{
return YES;
}
Commenting it out seems to have done the trick... I'll bring it back after I finish Chapter 10 on archiving.
Thanks everyone!
Todd
_______________________________________________
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