What is the 'correct' behavior for a "tray" program vis-a-vis "end" versus "return to the tray?"
The one I am working on now....
When you cick on tray icon .. your options are "Restore" (bring the full main screen into view), "Setup" (invokes a "setup" dialog, which can also be reached via a button on main screen) and "End Program" (guess what that does).
On the 'restored' main screen, I currently have the "X" (close program) and "mimimize" available in the upper right-hand corner of the screen (and on system menu).
On "Minimize" I think it's pretty clear I should just hide the screen, leaving the tray icon in place.
But what about "X?" Should I end the program? Or just minimize to tray?
Should I offer either a button or a menu for "end program" or should I make the user return the program to the tray (minimize), and "End program" from there?
What I have now 'feels' wrong, but darned if I know what is "right" in this case.
Any comments appreciated.
Thanks,
MCM
The one I am working on now....
When you cick on tray icon .. your options are "Restore" (bring the full main screen into view), "Setup" (invokes a "setup" dialog, which can also be reached via a button on main screen) and "End Program" (guess what that does).
On the 'restored' main screen, I currently have the "X" (close program) and "mimimize" available in the upper right-hand corner of the screen (and on system menu).
On "Minimize" I think it's pretty clear I should just hide the screen, leaving the tray icon in place.
But what about "X?" Should I end the program? Or just minimize to tray?
Should I offer either a button or a menu for "end program" or should I make the user return the program to the tray (minimize), and "End program" from there?
What I have now 'feels' wrong, but darned if I know what is "right" in this case.
Any comments appreciated.
Thanks,
MCM
Comment