I think it's addressed in the errata for the book on Bignerd's web site.

ScottB

On Dec 29, 2011, at 15:39 , Todd Heberlein wrote:

> 
> 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 (Cocoa-dev@lists.apple.com)
> 
> 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:
> http://lists.apple.com/mailman/options/cocoa-dev/scottbayes-dev%40comcast.net
> 
> This email sent to scottbayes-...@comcast.net

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to