A checkbox is a graphical user interface element that permits the user to make a binary selection.
4
votes
0answers
224 views
Formfields.BookMarks.get_Item().Checkbox.Value doesn't work (automation word)
I'm trying unsuccessfully to change the value of a word Checkbox (from developer tab) via automation in C#. I've tried different ways but the only one I always find when I search on internet is :
...
3
votes
0answers
111 views
(Android) List in dialog with only one item with a checkbox
Ok, I've searched for this for a while now, but I can't find anything. My app displays a students school schedule in a list and when the user clicks a class in the list it displays a dialog that ...
2
votes
0answers
72 views
How to make automatic onClick and update mark image in Gridview
The first question that I have is that I have downloaded from the Internet MarkableImageView class to add a marker to an image I have already selected. The class is as follows:
public class ...
2
votes
0answers
327 views
JSF2 or primefaces p:selectManyCheckbox styling with icons
One question who styled manycheckboxes with icons?
<p:selectManyCheckbox value="#{Step4Bean.selectedItems}" id="tag-list" >
<f:selectItems ...
2
votes
0answers
255 views
jQuery filter according to checkbox status
I'm using jQuery "filterable" plugin to filter data, this plugin originally filters data by clicking on category's name link, now I'd like to change link to check box, so if checkbox is checked that ...
2
votes
0answers
267 views
How to add checkbox values to the jQuery (Mobile) Listview filter input box?
I want to be able to use checkboxes and append their values into a jQuery (Mobile) Listview (this one). I managed to stick an id attribute onto the input-field which i thought might be necessary? Also ...
2
votes
0answers
729 views
Android; Using SimpleAdapter with setOnItemClick a Listview containing Checkboxes
I have a ListView in an Activity (Not ListActivity) that is populated by a SimpleAdapter.
public void updateGroupsInfoPane(){
final ListView m_listview3 = (ListView) ...
2
votes
0answers
883 views
Update Database From Checkbox In ListView Using CursorAdapter
I have a custom CursorAdapter that populates a ListView of Tasks from my database. Each ListView item has a checkbox and a button in it. When pressing the checkbox, the database gets updated to set ...
2
votes
0answers
636 views
Readonly property of checkbox in Dojo is not working
I am using Dojo 1.6. The question is regarding dijit.form.CheckBox.
I have a readonly checkbox on a form(*.jspx).
Am using Spring MVC 3.0,Roo 1.1.
when I click on that readonly checkbox, the value of ...
2
votes
0answers
365 views
Checkbox gets reset in WPF Datagrid when sorting
I have a WPF application with DataGrid
The DataGrid contains 4 columns with a checkbox template column on the first column
the problem is when i check some of the checkbox on the items, the checkbox ...
1
vote
0answers
52 views
Checkboxes loose 'Checked' after check all on ajax post PHP
I've got a page where if certain checkboxes are checked first, an ajax post updates which checkboxes are shown lower down the page.
Each section of checkboxes has a Check All, and Uncheck All button.
...
1
vote
0answers
40 views
PHP checkbox array count always equals 1 since moving to new server
I have a bunch of checkboxes in html with name="id[]" val="someUniqueValue" and when we had it deployed on our dev server (Mac OSX Mountain Lion built in Apache/PHP) and on our old production server ...
1
vote
0answers
64 views
Java Applet Checkbox bug
I am having problems with my java checkbox applet. I got it mostly working but I ended up with a minor bug. When I select soup the salad should be grayed out (and it is), but if I already have ...
1
vote
0answers
58 views
Issue binding checkbox in JavaFX TableView
I'm new to JavaFX so please bear with me. I am trying to have a TableView where some of the columns will be checkboxes. My intention is to bind these to boolean properties in a model object. The ...
1
vote
0answers
57 views
converting a asp checkbox to iphone style on-off slider
I had a checkbox in my asp.net page which I have to convert into iphonestyle on-off slider.
It uses javascript as follows:
<script type="text/javascript" charset="utf-8">
...