2
votes
2answers
86 views

What is the best way to demonstrate the value of registration to unlock features?

I'm not sure if I phrased that right, so perhaps my specific case will explain for me. I have buttons for "fave"-ing and marking-as-solved on puzzles in my blog. The users that know the features exist ...
5
votes
1answer
106 views

Should user be notified about technically unavailable features?

I'm going to implement a non-essential feature on a website. This feature will not be available for all browsers and, therefore, all users. Should I just hide the button that activates it? Or should ...
3
votes
2answers
115 views

Why don't applications explain reason for greyed-out icons/menu options? [duplicate]

Possible Duplicate: Don’t hide or disable menu items? I think applications should explain why an option of clickable icon is greyed-out i.e. not selectable or not active. For example a ...
5
votes
3answers
165 views

Should the user be able to press disabled buttons on a touch screen?

I'm designing a touchscreen app and there are certain scenarios when the server cannot be reached, a printer is disabled, etc. that will disable a button (like the print button). My question is: if ...
0
votes
3answers
171 views

Should we show/hide/disable functional buttons based on state? [duplicate]

Possible Duplicate: Should disabled options ever be hidden? I'm currently working with a project team that has a requirement to make additional reports/data available to end-users with a ...
7
votes
2answers
362 views

Inactive State of buttons, to hide or not to hide…that is the question

On a windows based LOB application for data capturing. Is it better to hide a button completely when it is inactive, or simply show a disabled state for the button.
11
votes
5answers
324 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). ...
5
votes
4answers
303 views

Disabled buttons while long running task

My application has a toolbar and a lot of buttons on it. Some buttons start a long running processes(tasks). At this moment every task executes asynchronously to allow user to do something else while ...