in tinyseq-0.8e4.win32, there is no way to close the
application. the dialog's close box is grayed out.
in fact, the application hangs and I have to do an
end-task to kill it.
Please read the help menu.
If a user want to exit the program,he/she should not exit by pressing upper right "x" button in MS WINDOWS or X Window system,
instead of it he/she should press ESC key or select Menu->exit.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
this behavior is *NOT* entirely GUI standard. it is not intuitive and this is now a usability issue. user will always assume he/she can close application ising the x button and will not look in help to find out how to work it. you need to put in handlers to catch and handle the message WM_QUIT at least at the top/owner window for Windows. or something. Menu items can simply do a PostQuitMessage() to top/owner window. Since I am not that great a windows programmer, maybe you can find a better solution. I don't know the equivelant in X.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1476673
windows XP.
Logged In: YES
user_id=600410
Originator: NO
Please read the help menu.
If a user want to exit the program,he/she should not exit by pressing upper right "x" button in MS WINDOWS or X Window system,
instead of it he/she should press ESC key or select Menu->exit.
Logged In: YES
user_id=1476673
Originator: YES
this behavior is *NOT* entirely GUI standard. it is not intuitive and this is now a usability issue. user will always assume he/she can close application ising the x button and will not look in help to find out how to work it. you need to put in handlers to catch and handle the message WM_QUIT at least at the top/owner window for Windows. or something. Menu items can simply do a PostQuitMessage() to top/owner window. Since I am not that great a windows programmer, maybe you can find a better solution. I don't know the equivelant in X.