May refer to a scenario where you can select multiple items from a list of items in a user interface.
0
votes
0answers
53 views
ABPeoplePickerNavigationController multiple select loosing checkmark on scrolling
I have implemented ABPeoplePickerNavigationController for multiple records selection. But, after scrolling, checkmarks that are being set on selected rows is being lost. This is on iOS 6.
Can anyone ...
0
votes
1answer
66 views
How to get selected value of multiple-selection listbox (InfoPath)
How to get the selected value from the multiple-selection listbox ( InfoPath form)
I have a multiple selection listbox like this:
Display text , Value
110-SS , 110
120-ST , 120
130-SW , 130
how ...
0
votes
1answer
33 views
Multiple row selction not working in advanceddatagrid
In the adobe flex documentation it says that to make multiple rows selectable that I should add allowMultipleSection = "true" and selectionMode = "multipleRows". For some reason in my Advanced Data ...
0
votes
0answers
44 views
how to create checkboxes with multiple fields in rails?
I have created a list of names in a rails like so:
<% if [email protected]?%>
<% @contacts.each do |c|%>
<ul>
<li><%= c[:name]%> : <%= ...
-1
votes
1answer
32 views
Select menu behaving differently
When I add "multiple" attribute to select menu, it behaves differently & doesnt show all options in a drop down list.
How it looks:
Here's the html code:
<select name="advertLocation" ...
0
votes
2answers
881 views
Adding values to a multiple select with jQuery's select2
I'm using the select2 jQuery plugin on a <select> with multiple="multiple". I need to add values to the selected list (i.e. not to all the options, but to the selected options, without adding a ...
0
votes
2answers
133 views
GWT: Multi Selection model does not update the celltable status in some cases
I am using the GWT MultiSelectionModel within a CellTable in which I have a checkbox in one column and a widget in the other column. I have added handlers to update the selection status based on user ...
0
votes
0answers
93 views
Selecting UITableViewCell in editing mode doesn't show rounded checkmark on the left
I have a UITableViewController that toggles into its editing mode when the user presses a button in the toolbar. I want the user to select multiple cells and then put a rounded red checkmark on the ...
1
vote
2answers
450 views
symfony2 form multiple select with arraycollection
I would like to create a form to edit my users.
Users and roles connected with ManyToMany.
In UserUsers entity I have a $roles variable which is ArrayCollection:
public function __construct()
{
...
1
vote
2answers
61 views
To select similar records from grid1(account) and grid2(group) simultaneously
I want to select similar records from grid1(account) and grid2(group) simultaneously.
Scenario :
For example say that if group 1 has account A and B and group 2 has account C,D and E.
A user ...
0
votes
0answers
29 views
ror multiple select using chosen
I'm trying to set up 'chosen-rails'gem, but this step confuses me:
Add to one coffee script file, like scaffold.js.coffee
$ ->
# enable chosen js
$('.chzn-select').chosen
...
0
votes
1answer
45 views
In Sublime Text, I keep experiencing accidental multiple cursors, which destroys my code
I'm using Windows and trying to use Sublime Text, because all the cool kids say it is awesome and I had been using Homesite from 2003. I have a habit of leaning on the control key when I'm cutting ...
0
votes
0answers
17 views
Keep selection in QGraphicsScene?
In QGraphicsScene, with Ctrl modifier I can select multiple items. But, if I click on blank field on QGraphicsScene (even though I press "Ctrl" Key), it lose it's own previous selection. I want to ...
0
votes
1answer
85 views
Accessing the multiple selection UIView when tableview.allowsMultipleSelectionDuringEditing=YES
I iOS 5 Apple added functionality to make it easier to make a multiple selection table view through:
self.tableView.allowsMultipleSelectionDuringEditing = YES;
When the table is in edit mode I can ...
0
votes
1answer
115 views
Jquery datatable row selection
I am using the jquery data table. I need to select the rows using the ordinary click, ctrl+A and shift key selection. sample is given below, using javascript and store the rows id in any variable. how ...
0
votes
0answers
78 views
Force a <select multiple> box to open by default for mobile view?
Thanks for any help you can provide!
I have a box. I want to display all of the contents in the box by default.
In a desktop view, no problem; it does this automatically. In a mobile view, ...
1
vote
0answers
911 views
Android ListView multiple selection
I have a listView which is multiple selection here is the code:
public void setItemList() {
cartListView = (ListView)findViewById(R.id.cartListView);
...
1
vote
0answers
75 views
Multiple selection listview with two textviews
Is't possible to use android.R.layout.simple_list_item_multiple_choice default format to make listview with two textview inside? i want to make a multiple selection listview in a simplest way.
Like ...
1
vote
1answer
329 views
Implement Jquery autocomplete with multiple values and images (SOLVED)
I'm new to jQuery, and facing a problem while trying to implement autocomplete that returns images (made by a member of the Stack) but with the possibility of choosing various values (Multiple ...
0
votes
0answers
460 views
Android: Select and highlight multiple ListView items with CAB
What I do: I have a ListView in an Activity. I set a custom Adapter extending ResourceCursorAdapter to the ListView to fetch data from an SQLiteDatabase. I'm using ...
0
votes
1answer
155 views
GWT: get backing object for row by id in table
Is there any simple way to get the object, used to render given row in CellTable, by index of the row?
I am using AsyncDataProvider, and don't want to remember lists of data objects, returned from ...
2
votes
1answer
113 views
QTableView advanced selection
I work with a QTableView and I would like to develop an advanced selection mode. I have not managed to do it with SelectionBehavior nor with SelectionMode.
The user shall be able to pick up some ...
0
votes
0answers
198 views
multiple dates are selected on calendar view htc 4.1
I have a problem with calendar view . While everything is alright in 2.3.3 phone , in htc 4.1
I can select multiple days in calendar. I have searched and could not find anything useful and then came ...
0
votes
0answers
222 views
Access VBA Runtime error 9: subscript out of range on listbox query
I have a count distinct query on a multi-select listbox in Access. The query works fine when there are a small number of values such YES/NO fields. But for fields such as City where a file may contain ...
1
vote
1answer
777 views
Multiple ListBox/Collection Items Selected for MVVM
I have a listbox that is bound to an ObservableCollection of Names. Some of the items in the list will have a checkbox that is toggled on/off, indicating the item has been selected.
How do I create ...
0
votes
1answer
783 views
Generate a multiple checkbox in codeigniter?
i am trying to generate a multiple chechkbox in codeigniter which will allow to send emails to the email selected from the checkbox.
The form_multiselect didnt help me ...
Thanks..
0
votes
0answers
211 views
Code for Multiple Selection for Data Validation Dropdown list
Please, could anyone help me to create the code in Excel that will be able to choose multiple items on the drop down list using Data Validation and the items are added to the same cell and separated ...
0
votes
2answers
5k views
Inserting multiple checkbox values into a single SQL database column
I'm looking for a simple solution to inserting multiple checkbox selections into a single database column. User selects box 1, 4 and 6 - so the database would reflect "1, 4, 6".. the commas would be ...
0
votes
0answers
195 views
Oracle adf table clicktoEdit multiple rowselection bug?
We have a af:table with following properties:
- rowSelection="multiple"
- editingMode ="clickToEdit"
If you click on a row to select it, then scroll down so new data is being fetched, then press ...
4
votes
1answer
1k views
Implement items list with multiple selection
In my WP8 application I would like to implement a functionality that is very similar to what is present in standard mail app - an ability for user to select multiple items from list. I've provided ...
1
vote
1answer
277 views
Load data from database to Jcheckboxes for each field
am creating an analysis system using JFreechart Library and I want to have something like pivot table functionalities like the one in MS excel, I want to Pool a certain database field so that I have ...
3
votes
1answer
514 views
How to copy and paste multiple lines/selections to the same number of multiple lines/selections without mapping them 1:1 in Sublime Text 2?
Every so often, I copy multiple lines of code and then paste them into multiple selections expecting each selection to have that block of code, but instead the block of code gets split into the ...
1
vote
2answers
515 views
Setting multiple Selections args in SQLite database query
How would i go about querying more than one selection arg? For example here is how my database is formatted
Here is the code i used to search with just one seletion arg:
public Cursor ...
6
votes
1answer
751 views
Chosen: Keep Multiple Selection Order
I am using Chosen's Multiple selection. I want to be able to track user selected order. For example, if a user select option2 first then option1, I want to get the result in the order of option2 and ...
4
votes
1answer
272 views
Approach for selecting multiple phone numbers and email address
In an iPhone App, I want to add functionality of inviting friends from the Addressbook of iPhone. I have successfully fetched contacts from Addressbook and displayed them in UITableView (using custom ...
0
votes
1answer
84 views
how can i make a selection on an image map?
http://magic.cardbinder.com/
I'm tinkering on my website... still learning. I'd like to be able to make some selections on an image. Specifically, I'd like to know how to choose up to 2 options in ...
6
votes
1answer
1k views
WPF & Listview. Shift - selecting multiple items. Wrong start item
Problem explained:
Given a list containing 10 items.
My first action is to (mouse) click on the second item.
Secondly I have a button which is supposed to programmatically select an item.
For ...
1
vote
3answers
798 views
Hide Options from Multiple Selection Box
I need to hide certain options from Multiple selection box using Javascript. I can't got for jQuery, and I am not allowed to.
I have one more dropdown box, I am calling a js function which will be ...
1
vote
0answers
226 views
multiple selection of NSPopUpButton
does any know how to make a NSPopUpButton with multiple selections which is like this.
0
votes
0answers
8 views
prevent app from showing in defautl app selection with gps
My app plots locations on a google map. When user selects the location a popup comes up to get directions to the place. Selecting directions opens google navigation and gps is selected to give ...
0
votes
0answers
50 views
Select similar rows from a table [duplicate]
Possible Duplicate:
SQL COUNT & GROUP BY
I have this table favid | tutname | tutlink | userid | by_user now the tutlink will have duplicated numbers all I want is how to select all the ...
0
votes
0answers
88 views
How do I make a multiple Selection in a Rails From for one part of the form/table/model?
I have a nested table called products nested under the parties table and one of the comluns is "brand". A product has a quantity, color and "brand". For "brand" I want the user to be able to do a ...
0
votes
0answers
164 views
preserving a contenteditable div selection while having the caret in an text input
I have a contenteditable div but I want to allow the user to make a selection then click over into a text input field and enter a value without the highlighting of the contenteditable selection to be ...
1
vote
3answers
1k views
primefaces dataTable multiple selection using List instead of Array
i want to obtain this:
<h:form id="form">
<p:dataTable value="#{testBean.allItems}" var="item" selection="#{testBean.category.itemList}" selectionMode="multiple">
...
-1
votes
1answer
319 views
MenuItem multiple parent
I have a menu item that appears when right clicking over a datagridview. From their the user hovers over a menuitem and a list of other menu items appears, once again this repeats. Giving soemthing ...
1
vote
1answer
563 views
Custom multiple selection for QListWidget
I have Qt application with splitter based view: on the left side is QListWidget containing files that can be selected; selected file's contents are displayed in an appropriate format on the right side ...
1
vote
1answer
465 views
GWT: CheckBoxCell and Selection change event
I am using the following constructor to create a checkboxcell in an editable data grid.
CheckboxCell(false, true)
When I use this and click at any place in the row, selection change event does not ...
0
votes
1answer
630 views
How to select multiple contacts and pass them to another Intent in android
I have a list of items with a checkbox before each item in a activity. use can select multiple items and then those items should be passed to another intent.
Can one please tell me how can I identity ...
1
vote
0answers
592 views
Android File Explorer using ListView with thumbnails with multiple_selection (switched form single_selection by long_press on a row)
I have a file manager that uses a ListView (icon + text) .. and only for the photos(jpg) I want to show the preview instead of a default icon .. like es file explorer or similar...
and i would like ...
1
vote
4answers
3k views
Multiple IF statements on MYSQL
I'm trying to Display somes values in my database result, I am using this code but I can not succeed:
SELECT item_code, IF(category_code = 'HERR1', 'NO', 1) OR (category_code = 'COLN5', 'NO', 2) AS ...