Tagged Questions
4
votes
2answers
78 views
What is the best way to communicate that certain functionality is currently unavailable in an application [duplicate]
Let's say there is some feature in an application (accessed via a button) that only becomes available once a number of criteria are met.
Off the top of my head, there are 3 options here:
Hide the ...
3
votes
1answer
135 views
Legacy Text Interface (e.g. Telnet) to GUI [closed]
I work in a very large, established company with a consistent philosophy of, "If it's not broken, don't fix it." The (large) division of the company that is responsible for maintaining customer ...
8
votes
5answers
483 views
Are double tabs on the same level acceptable?
In my Windows application, I want to show the user some kind of map. The information displayed on this map can vary a lot, depending on filters set by the user. With these filters set, the user will ...