The custom-control tag has no wiki summary.
22
votes
8answers
847 views
How do you deal with very long dropdown values?
Usually, dropdown menus are made as long as their longest value. However, that works well only for dropdowns with a predefined set of values. How can we deal with a dropdown that receives its values ...
14
votes
4answers
688 views
How to deal with tab overflow of dynamic tabs?
Tabbed interfaces where the number of tabs is up to the user employ different solutions for the point where tabs of the default size no longer fit on the screen.
Google Chrome begins to reduce the ...
18
votes
6answers
532 views
Custom rating slider
I have made a custom interface object to handle user rating in a take-away app I am currently building.
But I am not sure if it's intuitive enough in its form.
Q : Would you understand an object ...
4
votes
4answers
500 views
UI for multi-select with at-least-one requirement?
I have a field for which the user may select multiple responses, and is likely to be implemented as a drop-down with checkboxes. The user can select one, two, or many from the list of options. We're ...
2
votes
9answers
12k views
Examples / best practices for dropdown menus with checkboxes [closed]
I'm looking for websites with good examples of a dropdown with checkboxes. I know that the gmail labels menu is one, but I'd like to see some more. General best practices are also very welcome.
Is ...
0
votes
1answer
71 views
Skipped vs Unknown indication
I've got a form where you can make some stuff become arbitrarily unknown and some stuff become skipped based on the way you answer the questions (there is some overlap, things can be both skipped and ...
-1
votes
1answer
219 views
ui controls for asp.net [closed]
i have been using the basic toolkit that is provided with VS 2008
I am currently looking for UI control toolkit from third party.
I am basically concentrating on Gridview, treeview, textboxes, ...
10
votes
7answers
664 views
Any examples or suggestions for working with timelines [closed]
I'm going to be writing an application that needs to handle linear work flows. For simplicity, there are two types of entries:
Events: A trigger condition that allows you to move forward. It may ...
4
votes
6answers
411 views
Best way to display numerous dates on a data form?
I've got the task of finding a way to display numerous (10) dates on a data entry form. They pertain to the dates that certain paperwork was received, acknowledged, evaluated, etc.
All the dates are ...