Tagged Questions
4
votes
4answers
189 views
Which button should get the focus at delete dialogs?
I thought that most destructive actions should be avoided from default actions. But when a delete dialog comes, I see that most Windows applications (even the OS), by default, set the focus at ...
7
votes
2answers
398 views
What's the best positioning strategy for dialog boxes?
In a Windows application, there are many options for determining the starting position of a dialog.
In the center of the application's main window
In the center of the screen where the application's ...