NSDocument - preventing incomplete document from being saved
NSDocument - preventing incomplete document from being saved
- Subject: NSDocument - preventing incomplete document from being saved
- From: Lon Giese <email@hidden>
- Date: Mon, 29 May 2006 10:42:50 -0700
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