Tagged Questions
3
votes
3answers
97 views
Saving multiple files on program close
I have a Windows desktop application that can handle multiple files open on one canvas (in one instance of the program). You can modify and save each file individually, or all in one go.
If a user ...
1
vote
2answers
200 views
Dialog asking to save changes when doing a selection change?
In our desktop application we have a viewer which shows the content of a selected item (both, viewer and list, are located in the same window). When the user selects a different item, its content will ...
11
votes
7answers
440 views
Saving & restoring undo stack — good or bad?
In a sovereign desktop app with multi-level undo/redo (ie Photoshop, Word, etc), would being able to save and restore the undo history of a file with the file itself be a good thing or a bad thing? My ...