Tagged Questions
5
votes
2answers
58 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
93 views
Group of controls depending on value of combo box
In a UI, I get the user to make a selection from a combo box. This selection influences what other controls will need to be shown. There are also other controls that need to be shown, independently of ...
9
votes
2answers
100 views
Borders editing control usability
I need a simple and intuitive control for editing rectangle borders.
At the moment I have the following:
At the left - preview box and current border selector at the same time. User can click on ...
1
vote
3answers
116 views
Android widget : how to tell users that a similar looking control does not perform same?
In my android application I am developing a desktop widget that mirrors many important tasks supported by my application. This widget contains two buttons that mirroring their counterparts in the app ...
3
votes
1answer
66 views
App menu created from keywords
I have application which allow users to select video and play it. I have for each video few keywords and with help of WordNet I created tree from these keywords. So now user can go from generally ...
2
votes
4answers
287 views
Combining email and phone inputs into a single text field
Let's say you want to combine both email and phone input into a single text field because you require either or, not both. What's the best way would you approach this? As far as making it clear ...
6
votes
6answers
312 views
Suitable alternative to trackbar control
I use a track bar control in two different places in an touch-screen application I have. The first to record a specific amount of Data. (lets say 260 samples) the second to record an unlimited amount ...
1
vote
1answer
182 views
Should you have rollover on a button?
download bmml source – Wireframes created with Balsamiq Mockups
This particular product has a couple of buttons. When you rollover them they pop up megamenus from which you can make ...
0
votes
1answer
72 views
Add more controls at Run Time
I am developing customized schedule generator application for which I need to design User Interface. This UI will have an option to select Date, Time and number of hours. This is simply possible by ...
1
vote
1answer
186 views
Intuitive design pattern for selecting indexed table combinations in a relational DB
Background
I am attempting to design an interface for users to browse data in a relational database.
The features are similar to PhpMyAdmin but is intended to be simpler and more user-friendly for DB ...
18
votes
2answers
729 views
Is there a visual glossary of (Windows) UI controls?
Some days it seems every member of my team calls each control by a different name. Is there a good resource, preferably with images, for what the official name of each control type is? I found a few ...
4
votes
1answer
136 views
Where to place optimization controls in a scheduling interface with several vehicles and optimization criteria?
I'm involved in the design of a vehicle routing interface. It mainly consists of a Gantt-Chart, where jobs are arranged in a timeline. Each job is carried out at a different location. The total travel ...
16
votes
11answers
1k views
What's a good scroll bar equivalent for a spiral script?
One of my friends is writing a fictional story about a people who use a script that is read in a spiral from the inside out. They write on long coils of flexible material, and longer texts are fed ...
4
votes
2answers
401 views
Alternative control to drag and drop for assigning tasks to an individual?
I am working on a web application for Branch Managers at an investment bank to assign accounts that are without Financial Advisers for whatever reason. Some reasons are the Financial Adviser has ...
2
votes
1answer
214 views
Best way to communicate the action of a non-button control
Question summary:
I'm wondering what are some recommended approaches for communicating to the user what will happen once he clicks on an object, in the case that it's not possible to spell out the ...
3
votes
2answers
222 views
View refresh frequency
My application displays data that can be periodically changed. Changes follow 5-10 times per second. I have to avoid so frequent updates to increase application performance. But I have to add some ...
11
votes
9answers
1k views
Scrollbar on the left
Is there a deep study that suggests to place a scrollbar on the right? Personally I move it to the left whenever it's possible (firefox allow this, as well as xterm and emacs).
I know that placing a ...