5
votes
2answers
67 views

Focus the form and block anything else?

In order to disable everything else on the website and focus the user to what they are really doing, I came with the solution of adding a layer over everything except over the current form. I don't ...
3
votes
5answers
188 views

How to design a Win 7-like dialog for choosing One of N options without a confirm button?

The Copy file dialog of Win 7 constitutes an approach to presenting One of N options choices to users. This dialog, however, has been accused of being too hard to scan, and lacking click affordance. ...