Tagged Questions
13
votes
6answers
516 views
Greyed-Out vs Invisible
What is a good criterion or rule-of-thumb for determining when a control should be greyed-out and when should it be completely invisible?
4
votes
3answers
456 views
hide vs disable and redistribute empty space
I have complex UI form dialog with ~12 tabs and want to decide what is best:
enable/disable (gray out) fields - classic convention
hide/show if not necessary - could be confusing + jumping GUI
hide ...
11
votes
5answers
320 views
Button placement while others ones are invisible/disabled
I have a tool bar of buttons. The state changes every time user interact with it (fig. 1).
Fig. 1
Sometimes application allows user to refresh view only, so other buttons are invisible (fig. 2).
...