Tagged Questions
0
votes
1answer
94 views
Updating NSDocument status without undo?
I have a document-based application but I am not using undo. How do I change the status of my window to be 'dirty' and certain times?
Thanks.
0
votes
1answer
199 views
Closing a document's window and opening a new one, without closing the document
My app is document-based, but the “document” consists of two folders, not one file. The document's initial window contains a couple of file pickers and a button; the action closes that window and ...