Tagged Questions
5
votes
2answers
56 views
Choice Box or Tabs for multiple contents in a view [duplicate]
I am going to display a small view in my application that contains contents to be picked. The contents are sorted in an undetermined quantity of categories.
Would it be preferred to sort them in ...
6
votes
2answers
242 views
Best way to give user two controls (expand and select) on a single object
We're working on an organizational tree visualization, for each node (circle) in the tree the user has two options - expand the node to see its children OR select the node
In general, the primary ...
10
votes
8answers
419 views
How to make the relationship between two related lists more obvious?
I've got two horizontal lists - one that contains Chinese characters (list A) and the second that contains the decomposition of the selected character (list B). Currently, when the user clicks on ...
4
votes
3answers
155 views
Input control and concept of default values
I'm working on an application which purpose is to edit data from a specific domain.
The domain has a concept of default/inherited values.
For instance:
Let say I have a control with an edit box to ...
7
votes
4answers
2k views
Timezone selection best practices
I am looking for ways to design a UI where the user selects their timezone. I would like to avoid having a map as that can be slow people down on small screen devices. I currently have 2 options:
...
4
votes
3answers
323 views
User control for a two level selection
I'm about to develop an application that will be used by revisers to compile the errors they find while reviewing a translation. The application will consist of a simple form in which they will have ...