Re: Multiple Select Widget
Ryan <[email protected]> Fri, 16 Oct 2009 18:06:52 -0400
| Newsgroups | gmane.org.user-groups.bay-area |
|---|---|
| Message-ID | <C6FE66BC.17E26%[email protected]> |
Thanks again. In this case the task is to choose multiple countries. The list would be quite large. Of course you could group checkboxes by continents or something. r On 10/16/09 6:03 PM, "Yasser A Sowb, PhD" <[email protected]> wrote: Logical intuitive grouping of selections, as well as using Expand/Collapse panels for subgroups to minimize complexity. Expand/Collapse can be manual (using button controls) or by mouse (eg, mouse over). Depending on how often the user is likely to change selections, the different methods suggested such as Add/Remove can be more suitable. - Yasser ________________________________ From: Jaime Guerrero <[email protected]> To: Ryan <[email protected]> Cc: "[email protected]" <[email protected]> Sent: Fri, October 16, 2009 1:17:14 PM Subject: Re: [BayCHI Discussions] Multiple Select Widget On Oct 16, 2009, at 1:21pm, Ryan wrote: > Wondering what the best practice is for a multiple selection situation on a > web page outside of using a modifying keyboard key (Control or Command) with a > html list control. Multiple checkboxes work until you have a long list of > options. (1) many times such tasks are better supported with the "Add/Remove" idiom (two side-by-side lists, with arrows to move each lists' selection to the other list)*. Add/Remove can sometimes be advantageous because the real selection is more persistent and less fragile than typical widget selections-- for example, in multiselect List Boxes, a single accidental click can clobber a carefully assembled multiple selection. * http://developers.sun.com/docs/web-app-guidelines/uispec4_1/08-complex.html#8 .2 (2) many times such tasks are better supported with a "Shopping Cart" idiom (pick items from a list and put them into a cart). Shopping Carts similarly have the advantage of a relatively persistent selection. Shopping Carts work well when your lists are so large as to require other navigational machinery such as Browsing, Search, Filters, Sorting, etc. for the user to easily and successfully find the items s/he needs to select. Some tasks are faster and more reliably done by selecting-all (or selecting many) and then selectively REMOVING items from the selection. Consider that. _______________________________________________ This is the BayCHI Discussions mailing list, [email protected] To change your subscription options, or to unsubscribe, visit http://baychi.org/mailman/listinfo/discussions ________________________________ From: Shimone Samuel <[email protected]> To: Ryan <[email protected]> Cc: "[email protected]" <[email protected]> Sent: Fri, October 16, 2009 12:33:43 PM Subject: Re: [BayCHI Discussions] Multiple Select Widget Hi Ryan, Perhaps you could consider grouping related check boxes and adding a "check all" option for each group. Shimone On Fri, Oct 16, 2009 at 1:21 PM, Ryan <[email protected]> wrote: > Hello, > > Wondering what the best practice is for a multiple selection situation on a > web page outside of using a modifying keyboard key (Control or Command) with a > html list control. Multiple checkboxes work until you have a long list of > options. > > Thank you, > Ryan > _______________________________________________ > This is the BayCHI Discussions mailing list, [email protected] > To change your subscription options, or to unsubscribe, visit http://baychi.org/mailman/listinfo/discussion _______________________________________________ This is the BayCHI Discussions mailing list, [email protected] To change your subscription options, or to unsubscribe, visit http://baychi.org/mailman/listinfo/discussions