Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
NSDocument - preventing incomplete document from being saved
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSDocument - preventing incomplete document from being saved




What's the best way to prevent document closure when the document is in an incomplete state?


I have tried overriding NSDocument's
canCloseDocumentWithDelegate:shouldCloseSelector:contextInfo:

but this is overly complicated because the main thrust of this method is to let the user decide if he wants to save the document.

canCloseDocument

is very good, but it has been deprecated and is not called when quitting the app (only widow closing) under 10.3.
How does the document architecture allow the programmer to decide if a document should be closed? I just need a simple way to return NO if the document is incomplete.
_______________________________________________
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


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.