Tagged Questions
3
votes
3answers
103 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 ...
3
votes
2answers
157 views
Should a popup close automatically after a user selects an option from a tree menu?
For a popup window that requires the user to select one option only from a tree menu, should the selection of this option automatically close the popup?
I think this would break the fundamental rule ...
14
votes
3answers
413 views
Save vs Save & Exit
We're desigining an application for creating personalized photo books through a Flash-based interface. When the application first opens, we display a dialog encouraging the user to give their project ...