• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
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


  • 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
  • Prev by Date: Re: Can't obtain any more NSPipe instances
  • Next by Date: Re: NSAttributedString drawing and NSText drawing
  • Previous by thread: [Moderator] EOT (Re: Installer Check to see if it's an Intel Mac)
  • Next by thread: CILinearGradient not linear?
  • Index(es):
    • Date
    • Thread