Tagged Questions

11
votes
6answers
10k views

Client/JS Framework for “Unsaved Data” Protection?

Hey all- we have a typical web application that is essentially a data entry application with lots of screens some of which have some degree of complexity. We need to provide that standard capability ...
0
votes
1answer
94 views

Mark document as dirty in non-document based application

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 ...