I'm creating a simple Cocoa non-document based application. I want to show visually that the "document" app is working with has unsaved changes (the close button displaying a dot).

Is this possible to do without changing app's architecture to document based?

link|improve this question
feedback

1 Answer

up vote 3 down vote accepted

Call [window setDocumentEdited:YES];

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.