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.

link|improve this question

50% accept rate
feedback

1 Answer

up vote 6 down vote accepted

NSDocument has an -updateChangeCount: method. The constants you can pass are described in Apple's documentation.

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.