10.05.2013, 01:02
Looking at the practical uses, "quit" is a rather useless option, "back" will be more useful.
In the cases where you got an input dialog, the user could just leave it blank to cancel the action and quit the dialog. For list dialogs you could add a quit option. Just if you only display a message in a dialog without any input, you cant have both choices. But mostly users will rather need to go back after reading the message instead of quitting the whole menu (errors, infos about something, etc).
In the cases where you got an input dialog, the user could just leave it blank to cancel the action and quit the dialog. For list dialogs you could add a quit option. Just if you only display a message in a dialog without any input, you cant have both choices. But mostly users will rather need to go back after reading the message instead of quitting the whole menu (errors, infos about something, etc).