All questions involving the selection objects to be acted upon, including contiguous selection (e.g. strings of text), multiple selection (e.g. checkboxes), and single selection (e.g. radio buttons).

learn more… | top users | synonyms

3
votes
2answers
69 views

Intuitive colour pickers for non-expert users?

Does anyone have examples of favourite colour pickers for common, 'everyday' colours - not for RGB or HSL values? I find traditional colour wheels really unintuitive for common colours - hard for ...
4
votes
2answers
59 views

How to indicate selected item in table if I'm already using formatting?

I have a table of related items. Let's call them orders. Users can select an item from the table and full details will be displayed in a separate section below the table. I move the currently selected ...
1
vote
3answers
72 views

Consistent UI with different actions

I've got a bit of a dilemma and was wondering if you could help. In a checkout flow the user has a choice between collection of tickets at the store, or from a kiosk in a complex. The store select ...
14
votes
4answers
652 views

What is the expected timeframe of a double click?

In the web application, the user draws a polygonal area on a map each click setting a vertex. A double click allows the user to finish the area. Due to technical circumstances, I have to detect double ...
15
votes
2answers
218 views

Slanted cursor+background for italic text?

In most applications that I'm familiar with, a text cursor in insertion mode is universally represented as a vertical blinking bar: As you can see, for some italic letters this creates visual ...
4
votes
2answers
93 views

Why the default behavior of a selection in text editor is self-destructive?

What I mean is the following standard behavior: If you select a text and then press any key, the text will be deleted and replaced with the character that you just entered. The only notable exception ...
0
votes
1answer
106 views

Handling selection and navigation in the same table view cell in iOS

I've a list of items in a table view, each of which display a small image and a name, as well as a disclosure indicator to navigate to a view with the item's details: The behavior I want is to be ...
1
vote
2answers
56 views

Hiearchichal Selection for Grouping (ie Teams)

Say I have a page where I want to be able to select what people are on what team. Each team can have up to 3 participants(so height shouldn't be an issue) but the same people can appear on multiple ...
15
votes
6answers
2k views

Hierarchical multi-state tree check box selection

I'm searching for a good/alternative solution to handle multi-state selections in a check box tree. A normal check box tree is mostly doable, because it has three different states. It might not be ...
1
vote
2answers
114 views

When should a select be replaced with a combobox?

I'm working with a site that is currently making heavy use of comboboxes. In fact, every select in the whole application is automatically turned into a combobox on page load. My first inclination is ...
6
votes
5answers
294 views

Accordion Menu or Static Menu Options for Touch Screen optimization

I'm in the process of redesigning dialog menus for our application. The biggest reason is to make the application touch friendly. But these menus will be used in both touch and mouse environments. ...
1
vote
2answers
54 views

Generic picker for FMCG analysis site?

As it says in the title I'm working on a site that analyses FMCG market (basically anything you can find in supermarket). I need to redesign our current "picker". There are a number of pickers across ...
6
votes
4answers
515 views

What android UI control fits for selection of number in large range?

I'm working on a application for tracking body mass measurements. I need the user to be able to input a number representing body weight, whose magnitude ranges from 0.00 kg to normally 300.00 kg. The ...
2
votes
1answer
180 views

What is the best method to show selected filters from very long lists?

I need to find a solution for displaying flagged items from a very long list. The following pics shows the filter panel of the iPad App. Users can select all the items or search for specific items ...
9
votes
5answers
258 views

Selecting many elements from a long list

I have a scenario where my 'create user' dialog has a very long list of options, of which the user needs to select many. The project manager has suggested a 'dual list' approach: a long (scrolled) ...
10
votes
5answers
882 views

Should i use country flags in language selection fields?

My users can create content in different languages, and i need to provide an option to choose the language when they enter new content. Right now there are only 5 languages (en, fr, de, pt, es), and ...
10
votes
2answers
202 views

What is the best practice for checking a series of checkboxes?

I have a large table (some 100 rows) for setting user permissions. Each set of permissions has a set of 4 possible items, which in many cases will all be checked but not by default. For efficiency we ...
5
votes
4answers
139 views

A scalable solution to define user-group membership

I am trying to solve this design question for my class. The problem is simple - there are thousands of users and I have to design a UI that lets you associate them with a group. I found this ...
5
votes
2answers
69 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 ...
17
votes
9answers
885 views

Should radio buttons be pre-selected?

I am working on a re-design for a eCommerce site and they have a section where they offer a free gift card if the user makes a purchase over $1000. The idea of the gift card is to get users to ...
9
votes
3answers
347 views

Interact with small objects

The objects (the small squares) can be selected/deselected. The small objects are contained in the larger container box. There can be several container boxes rowed up on the x axis. I would ...
1
vote
2answers
88 views

What should the Double-Click behaviour be in a treeview which is in a selection dialog

Normally when using treeview I would expect that when the user double-clicking on a node that has children the tree will expand/collapse. However, Say we have a tree in a selection dialog. We ...
18
votes
14answers
2k views

Choose Your Country: Best Usability approach

I'm looking at potentially designing a site which will have 'mirrors' in multiple sites around the world. I am experimenting with the best method to help users change both their country and language ...
7
votes
2answers
152 views

Differentiate between exact date and date period (e.g., month vs. month of year)

I'm working on a web-based reporting system that allows users to create ad-hoc charts. The user selects the data to be analyzed (e.g., sales dollars, sales volume, number of employees, etc.) in ...
2
votes
4answers
135 views

How to allow quick toggling between two out of several values?

An Android app provides several possible values for a setting. The user needs to be able to quickly toggle between two of the settings, A and B. 95% of the time they will only be interested in A and ...
4
votes
3answers
167 views

Clear selection in Android

When using standard Android apps (like Gmail) which have multiple items to select, a contextual action bar (CAB) comes up showing a checkmark (tick) and some other information (such as "3 selected"). ...
8
votes
4answers
227 views

Submit textbox input without button

The users have a table and in the last row they have 6 different text inputs, one per column. This inputs will define a variable in the Database. I am trying to think how can I do it to avoid ...
2
votes
1answer
51 views

Importing and Updating Old Records within a Grid

I am in the process of designing a feature that allows a teacher to select students from the previous year who they used our product with, and be able to update the records of those students to the ...
5
votes
5answers
178 views

Best wording of “blank” option for an optional select?

For <select> elements that require the user to select at least one option, basic wording for the "blank" option is fairly easy: "Select..." or something similar. However, for <select> ...
15
votes
8answers
420 views

How to undo a 'select all' action

download bmml source – Wireframes created with Balsamiq Mockups The convention for a 'Select All' checkbox is simple: if blank, click to select all. If ticked, click to de-select all. ...
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: ...
6
votes
5answers
176 views

Is there a pattern for cycling or toggling through time periods?

I'm looking for a pattern for toggling between different periods of time. Currently I've prototyped an example which is a single button that, when tapped, will cycle through 3 time periods: by month, ...
3
votes
2answers
127 views

Changing the language of a website

While travelling abroad, I often get pages on websites that are normally in English for me (e.g. images.google.com) served instead in whatever the local language is. The problem is that I can't read ...
2
votes
2answers
146 views

Drag-scroll (iOS-like flicker) and text selection

I am thinking of adding drag-scroll function for a mouse (aka iOS-like flicker) on a textarea by using some jQuery library, where I also want to allow selection of the text with mouse drag. As they ...
2
votes
1answer
106 views

Three-dimensional matrix of tristate selections

I am building a configuration UI for a client's desktop application. This could be called metaconfiguration, i.e. it allows the client to determine which options are actually available in the eventual ...
1
vote
1answer
64 views

“Responsively” select an item from a large closed collection?

I'm building a responsive web application. One of the main focus of this application is to efficiently collect information. In some fields, I need the user to select one value from a large collection ...
3
votes
2answers
160 views

Touchscreen: Select small zones from a huge scrollable image

My app lets the user take a picture of a sheet of paper, then select a block of 2-3 words, then another block. The user must be able to clearly read the (potentially tiny) written words, so she will ...
0
votes
2answers
126 views

What is an effective way to allow user select from a list of thousands of customers

For browser based web application, I need the user to select a customer from thousands of available customers. The user may have the ID of the given customer or just the Full Name & Address. In ...
2
votes
3answers
117 views

Name for widget with side-by-side available/selected listboxes?

Two list-boxes, side by side, one with available items, the other with selected items, with arrows in between to move items back and forth.
2
votes
1answer
165 views

Alternative to a popup table

I need some advice please. I currently have a screen and the plan is to completely redesign it. But first, to tell what is does. It is a screen for managing orders, much lick a standard order form, ...
4
votes
5answers
522 views

What is the maximum recommended number of item to put in a drop down list?

I am introducing searchable drop down lists to filter grid data. The number of items in a list could range from anything like ten to a ten thousand. The larger the number of items, the more awkward ...
6
votes
3answers
502 views

Best practices for selecting time

I am building a web application that will allow users to create custom forms. There are numerous widgets that can be added to the form. One of them is the time picker. What is the best way to present ...
4
votes
2answers
161 views

List of values vs radio button group vs drop-down list

In the thread on GUI Design - ComboBoxes Versus Lists or RadioButtons and Dropdown vs radio button, I've read about comboboxes vs. radio button groups. In our legacy application, we also use lookup ...
3
votes
2answers
132 views

Segment control with NULL selection

In our Android application we have a list view of items. The items can be members of two different groups, Group 1 and Group 2, but can also be without group. To filter the list to show the items in a ...
3
votes
2answers
244 views

Two panel multi select on mobile

I'm trying to develop a system where users can add financial symbols to activities, almost as you would tags to a blog post. The user should be able to easily add or remove symbols. They can add as ...
1
vote
1answer
585 views

Multiple selection in an iOS picker view

The iOS SDK doesn't have a multiple selection picker view. However Safari's picker view allows multiple selection. Fortunately ALPickerView was created to allow multiple selection in a picker view. Is ...
1
vote
3answers
90 views

Does a group of select boxes or a search box always need a heading?

Do the select boxes and the search box really need a heading to explain what their function is? The first heading in English reads "Filter the results". The second heading reads "Search within ...
1
vote
1answer
94 views

Best controls for nesting items

I am trying to develop a page editing backend, and one of my problems is about how to let the user choose where to nest the page he/she is editing. My boss came up with this solution: download ...
2
votes
1answer
77 views

Selecting ranges for report generation

In an old Oracle Forms application, we have certain forms for providing report settings and starting the report. In many cases, a from/to range can be given, for example from Customernr. 1 - 10. In ...
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 ...

1 2