Checkbox List  & mutiple selection

I've added checkboxes to a list component using the
cellrenderer however the behavior is different from what i expcted.
I'm only able to check one box in the list at a time. I need to be
able to check mutiple boxes in the list.
I'm aware you could hold down the control key and select
individual the checkboxes, but the application i'm developing is a
touch screen aplication hence no keyboard, no control key. I've
tried programmaticaly setting the selectedindicies but the
checkboxes don't appear checked after the selectedindices have been
set.
Any help is appreciated.
©®

I'm in the same situation... do you have a solution... or do I go off to reinvent the wheel?

Similar Messages

  • How to display multiple categories of webapp items in list view? Changing listbox list to checkbox list to select category in submission process?

    Hello!
    1.
    I am trying to get my page to list webapp items that are part of a few categories. I understand that if i want to view only one category, I just need to do the normal process of choosing that category and placing it out. So my question is: How do I display multiple categories of items in a webapp in a single page. I've tried this
    {module_webapps,WEBAPP_ID,c,CATEGORY_ID1,,,,10,,1} {module_webapps,WEBAPP_ID,c,CATEGORY_ID2,,,,10,,1}
    This only displays the everything from the first category, then everything from the next, which will not make it in order of date.
    I've also tried this for fun:
    {module_webapps,WEBAPP_ID,c,CATEGORY_ID1&CATEGORY_ID2,,,,10,,1}
    How can I go about doing it?
    2.
    I am looking to allow users to input a webapp item and allow them to select a category to tie to that item.
    <label for="CAT_Category">Category (You may select more than 1)<span class="req">*</span></label>
        <select name="CAT_Category" id="CAT_Category" class="cat_listbox" rows="4" multiple="multiple" style="height: 60px;">
        <option value="CATEGORY_ID1">--- Option 1</option>
        <option value="CATEGORY_ID2">--- Option 2</option>
        </select>
    Is it possible for me to change the listbox style into a checkbox style such that the user doesn't have to control+click multiple options?

    No answer to No.1 but I really want to find it out too.
    No.2 
    If you already know list of the categories & ID you can manually create a list of checkboxes
    <input type="checkbox" name="CAT_Category" value="89081" />
    <input type="checkbox" name="CAT_Category" value="89082" />
    <input type="checkbox" name="CAT_Category" value="89083" />
    something like that should work

  • How can I have multiple-selection list box "select at least one checkbox" option active only when the section it's in is visible?

    Hi, I'm using SP13 and InfoPath2013.
    I created a custom form and published it to SP13 document library.  This form has many MSLB.  Depending on the checkboxes selected in the 1st MSLB, the other MSLB will either hide or show.  Each MSLB is in its own section.  The requirement
    is to have each MSLB to have at least one checkbox selected.  Well, the problem is that when that MSLB isnot checked in the 1st MSLB it is not visible and shouldn't require any checkbox to be selected.  However, the form can't get submitted instead
    an error dialog would pop up and ask user to make a selection for MSLB that is not even displayed.  Is there any way to fix this besides unchecking all MSLB to be not required at least one selection?  Thank you.

    Eric, 
    I follow your reply post here and still doesn't work.  I also noticed your screen shot of selecting a field is not the same as what I see in InfoPath 2013.  
    Here is what I did, 
    1.Check At least one selection required for
    these Multiple-selection List Boxes
    as you want .
    2.Create a Formatting  rule for the 2nd
    Multiple-selection List Box.
    3.Add a  Condition as below:
    4.  I get a validation error if I don't
    select at least one checkbox in the hidden MSLB control when submitting.
    I think I'm following all the steps correctly
    but please let me know if I'm not.

  • Checkbox list not working on ipad

    Having a checkbox list for a product attribute isn't working on ipad and other Apple devises. The drop down list works fine. Is this a known problem? Is there an easy fix? Thanks!

    Thanks for the offer for help!
    http://www.solaray.com.au/solaray-specials/4kw-enphase-sale
    So this is one product as an example. On an ipad it wont select the check box for the terms and conditions. It is a checkbox list and a product attribute.
    Tom.

  • [CS2/CS3] - Checkbox list

    Hello everyone,
       I have problem with checkbox widget, I would like to generate list of checkboxes (as you can see from snapshot), the quantity of checkboxes is known during runtime of code, so I want to be able to add (remove) checkbox from list and be able to get infos about checkboxes(Selected/Unselected). I have spent a lot of time searching for some solution and I'm sure, I'm not the first one who is solving mentioned problems.
    Please could anyone suggest some solution or even add some source files for this kind of problems ?
    Thank you very much and I'm looking for your posts
    Snapshot:
    marxin

    Thanks for the offer for help!
    http://www.solaray.com.au/solaray-specials/4kw-enphase-sale
    So this is one product as an example. On an ipad it wont select the check box for the terms and conditions. It is a checkbox list and a product attribute.
    Tom.

  • Disable checkbox lists while clicking Radio button

    Hi ,
    I have a checkbox list come from LOV based on a select from database table.
    I have added a Radiobutton only (not redirect not submit since I have to restrict the option as this is based on requirement).Now I want to disable the checkbox while I am clicking the radio button .
    Is it any way possible .
    Thanks in advance .
    Cheers,
    Debashis.

    ok, I create two radio buttons (Enable and Disable)(P8_RADIO). I created a LOV of users with checkboxes (P8_CHECK). When I click on disable all the checkboxes are disabled and enabled when I click on enable.
    First add this to your radio
    P8_RADIO's HTML Form Element Attributes
    onclick="disable(this)"
    Then, add this to the page HTML Header
    <script language="JavaScript" type="text/javascript">
    <!--
    function disable(pThis)
    var trigger = document.wwv_flow.p_v02.value ;
    var rads = document.wwv_flow.p_v02 ;
    if (pThis.value == 'ENABLE')
    for(var i=0; i<rads.length;i++ )
    { document.wwv_flow.p_v02[i].disabled = false; }
    } //end of if
    else
    for(var i=0; i<rads.length;i++ )
    { document.wwv_flow.p_v02[i].disabled = true; }
    } //end of else
    } //end of disable funtion
    //-->
    </script>
    **note**p_v02 is the name of the checkboxes.
    Hopefully this will help you and i explained it better than I did last time

  • Are mutiple selections possible

    I have a Search Page, Result Page and Detail Page working. I
    need to be able to allow for mutiple selections on the dynamic
    select list box I have on my search page. I can not find any
    instructions on how to do this.
    I appreciate any tutorials or help anyone can give!
    Crystal

    CDROUSE wrote:
    > I have a Search Page, Result Page and Detail Page
    working. I need to be able
    > to allow for mutiple selections on the dynamic select
    list box I have on my
    > search page. I can not find any instructions on how to
    do this.
    >
    > I appreciate any tutorials or help anyone can give!
    If what you are asking is how to make the list so that you
    can selection multiple items, then all you need to do within
    Dreamweaver is to select the list (make sure that Type is set to
    list, and then check the Allow Multiple box. Or go into the code
    for the select tag and add multiple="multiple" in the opening tag
    of the select.
    If what you are asking is how to handle the multiple
    selection on the server side to filter your recordset that is
    different and a bit more involved and will require the knowledge of
    the server language you're working with (and possibly the database
    too).
    Danilo Celic
    |
    http://blog.extensioneering.com/
    | WebAssist Extensioneer
    | Adobe Community Expert

  • Disable text box on selecting a checkbox of multiple selection lookup field in infopath 2010

    Hi
    In edit mode of the form,
    We have added one field in infopath which is lookup column and shows multiple selection chekboxes.
    One of the option from that lookup checkbox list is "Other".
    There is one textbox field which will be disabled by default.
    We want to enable this text box on selection of "Other" from lookup field checkbox list.
    Is it possible?
    if yes how can we do this?

    Hi Vyanky, I don't believe that's possible without some major functionality. The problem, as you probably know, is that it's a lookup with checkboxes. If it was added directly in InfoPath, then it wouldn't be an issue. You should consider adding "Other"
    as a separate yes/no field instead. That way you'll be able to add an action rule to it to enable the text box.
    cameron rautmann

  • Choices - Checkboxes (allow multiple selections) Links

    Is there a way to make the below possible:
    This is with respect to Sharepoint 2010 list functionality
    I have a list with 7 choices 
    The type of choices is: Checkboxes (allow multiple selections)
    Is it possible to have links as the various choices as compared to plain text?
    Is there any other alternative to have links with multiple selection option which works like choices option in a list?
    Thanks,
    Abhilasha Thackur

    Hi,
    According to your post, my understanding is that you wanted to have links as the various choices as compared to plain text.
    There is no out of the box way to accomplish this with SharePoint.
    By design in SharePoint, the options in the Choice filed look like Single line of text type.
    To achieve what you want, you need to custom filed Type programmatically.
    More information:
    Walkthrough: Creating a Custom Field Type
    Creating Custom SharePoint 2010 Field Types
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to disbale a group of checkboxes when i select one check box WEBDYNPRO

    Hi Friends,
    Can any body help me how to disbale a group of checkboxes when i select one check box WEBDYNPRO Abap
    Also can any body tell me how to handle chain endchain type of scenario in WEBDYNPRO Abap
    Thank you..
    Sai

    Hi
    In the context tab , create 2 context attributes ca_attr1 and ca_attr2   of type WDY_BOOLEAN under a context node cn_node
    now in ur Layout , bind the ENABLE property of CheckBoxGroup UI Element with this attribute ca_attr1
    bind the ENABLE property of CheckBox UI Element with this attribute ca_attr2
    create a action for ur Checkbox , for the OnToggle property of ur checkbox
    in OnactionToggle , check if ca_attr2 is 'X' , set ca_attr2 to ' ' ( for disable)
    this can be done by code wizard , press control +f7 and use read/set context attributes , use get_attribute and set_attribute methods
    // if ca_attr2 is 'X'
    DATA lo_nd_cn_node TYPE REF TO if_wd_context_node.
        DATA lo_el_cn_node TYPE REF TO if_wd_context_element.
        DATA ls_cn_node TYPE wd_this->element_cn_node .
        DATA lv_attr  LIKE ls_city-ca_attr2.
        lo_nd_node = wd_context->get_child_node( name = wd_this->wdctx_ca_attr).
    *   get element via lead selection
        lo_el_cn_node = lo_nd_cn_node->get_element(  ).
    *   get single attribute
        lo_el_cn_node->get_attribute(
          EXPORTING
            name =  `CA_ATTR2`
          IMPORTING
            value = lv_attr ).
    // if lv_attr2 is 'X' , use set_attribute method for ca_attr1
    IF lv_Attr EQ 'X' .
    DATA lo_nd_cn_node TYPE REF TO if_wd_context_node.
        DATA lo_el_cn_node TYPE REF TO if_wd_context_element.
        DATA ls_cn_node TYPE wd_this->element_cn_node .
        DATA lv_attr  LIKE ls_city-ca_attr.
    *   navigate from <CONTEXT> to <CN_VISIBLE> via lead selection
        lo_nd_node = wd_context->get_child_node( name = wd_this->wdctx_ca_attr).
    *   get element via lead selection
        lo_el_cn_node = lo_nd_cn_node->get_element(  ).
    *   set single attribute
        lo_el_cn_node->set_attribute(
          EXPORTING
            name =  `CA_ATTR1`
            value = ' ').
    ENDIF.
    regards,
    amit

  • Auto-populating Infopath fields from a Sharepoint list after selecting a drop down

    I currently have two lists one titled 'Book of Work' which holds details around on-going projects and the other titled 'Book of Work Amendments' which are requests submitted by users to change project details (through an infopath form).
    There is a column in the BoW Amendments list entitled 'Select Project' which has a lookup to 'Project Name' in the BoW list. The aim is that when a user chooses an option from the 'Select Project' drop-down, other fields in the form such as 'Project Manager',
    'Project Description' will be automatically populated with data from that row in the BoW table.
    I have connected both Sharepoint Lists as data connections with BoW Amendments being the primary and BoW the secondary. If we take the Project Manager field as an example the method I have attempted is as follows:
    . Create a rule with condition Select Project is not blank
    . Action - Set a field's value: Field: Project Manager (BoW Amendments - Primary) Value:
    Project Manager (BoW - Secondary) Add Filter: Project_Name (BoW - Secondary) =
    Select Project (BoW - Primary)
    Currently this is not populating the field when the project is selected in the drop down, any assistance would be greatly appreciated.

    Hi Josh,
    This should be straight forward. You do not need BOW Amend data connection. You are creating requests in this list so this will be your Main Data Connection.
    When creating the rule on the drop down, select Action:
    Condition: anytime the value changes, Set a field's value - Project Manager (Main); Value - Project Manager(BOW) where Project[BOW] = Project [Main]
    Hope it helps.
    Regards, Kapil ***Please mark answer as Helpful or Answered after consideration***

  • Getting list of selected Rows of a Table

    Hi Experts,
    Im having a table with 500 elements, among them i select few of them to process, for exmpl consider my table has 500 rows , where each row represents a Invoice Payment, among them only few i select and process those or reject those.
    Now my problem is here when i select 1 Inv payment  or 100 Inv Payments or 50 Inv Payments , i have to iterate throught the table node using for() loop to take the selected ones for processing, i.e i have to iterate 500 times, instead is there any single function that can give me only the list of selected elements, so iteration of 500 elements is avoided. So that performance is increased.
    Regards
    Govardan Raj S

    What you can do is use the onSelect event (fired when you click and select a row) to copy the row into another context node which is the same as your table context node. When you have selected all the records you want to process, then use the table which you copied the selected records to instead of the one which has 500 entries. Make sense?
    Kunal

  • How can only one Checkbox can be Selected in Table with Boolean CheckBoxes?

    I have an editable ADF table where one of the attributes is a Boolean Checkbox... and stores the value with Y or N.
    Is there any way where only one checkbox should be selected at the time of commit ?
    For example, in case its an Answers Table to a Single Choice Question of a Questionnaire application, while adding new answers to the table..., the user inserts 3 rows (answers)... then the boolean checkbox for only one of those 3 rows can be checked.
    Thanks
    DJ

    Thanks... I tried it by writing some code ... But it doesn't seem to work. Can you please have a look... and make the changes.
    public class checkBean {
    public void validateCheck(LaunchEvent launchEvent){
    BindingContext bctx1 = BindingContext.getCurrent();
    DCDataControl dc1 = bctx1.findDataControl("QuestionnaireAMDataControl");
    ApplicationModule service1 = (ApplicationModule)dc1.getDataProvider();
    ApplicationModule am1 = service1.findApplicationModule("QuestionnaireAM");
    ViewObject vo1 = am1.findViewObject("QuestionVO");
    String newValue = (String)vo1.getCurrentRow().getAttribute("QuestionTypeId");
    if(newValue.equals("10881")){
    System.out.println("Inside single");
    BindingContext bctx = BindingContext.getCurrent();
    DCDataControl dc = bctx.findDataControl("QuestionnaireAMDataControl");
    ApplicationModule service = (ApplicationModule)dc.getDataProvider();
    ApplicationModule am = service.findApplicationModule("QuestionnaireAM");
    ViewObject vo = am.findViewObject("QuestionResponseVO");
    int numRows;
    int j=0;
    numRows = vo.getRowCount();
    String rowValue = "a";
    int k = vo.getCurrentRowIndex();
    for (int i=0; i<numRows; i++){                   
    rowValue = (String)vo.getCurrentRow().getAttribute("CorrectResponseFlag");
    if(rowValue.equals("Y")){                           
    j++;
    if(j>1)
    System.out.println("same rows exist");
    FacesMessage msg = new FacesMessage(FacesMessage.SEVERITY_ERROR, null, "Two correct respones!");
    FacesContext.getCurrentInstance().addMessage(null, msg);
    k++;
    vo.next();
    Thanks
    DJ

  • Adding criterias for Price List Criterias Selection

    Hi,
    I searched but did not find if this is possible to add criterias on the Price List Criterias Selection form and using this new information to filter the result ?
    I would need to add OITM.FirmCode as a list under the Article and having this new field used to filter the price list
    I know how to add the control on the form however I don't know if I can change the SQL or whatever it is used behind to get the result...
    SAP 8.81
    Thank you

    Hi,
    Which form is your targeted form?
    Thanks,
    Gordon

  • Setup Manager - List of selection sets

    Hi All,
    Can some one help me in finding the list of selection sets (Configuable items) available in Setup Manager. Request you to provide a link or provide me a document which consists of list of Selection sets.

    This shall do, run it as sysman against your EM DB.
    select
    EBS_AZ_SELECTION_SETS.RELEASE,
    EBS_AZ_SELECTION_SETS.SELECTION_SET_CODE,
    -- EBS_AZ_SELECTION_SETS.STRUCTURE_CODE,
    -- EBS_AZ_SELECTION_SETS.REF_SELECTION_SET_CODE,
    -- EBS_AZ_SELECTION_SETS.ACTIVE,
    -- EBS_AZ_SELECTION_SETS.HIERARCHICAL_FLAG,
    -- EBS_AZ_SELECTION_SETS.PARTIAL_SELECTION,
    EBS_AZ_SELECTION_SETS.SELECTION_SET_NAME,
    EBS_AZ_SELECTION_SETS.SELECTION_SET_DESC,
    EBS_AZ_SELECTION_SETS.SEQ_NUM,
    -- ebs_az_selection_sets.seeded,
    -- EBS_AZ_SELECTION_SET_ENTITIES.SELECTION_SET_CODE,
    ebs_az_selection_set_entities.entity_occurance_name,
    -- EBS_AZ_SELECTION_SET_ENTITIES.ENTITY_OCCURANCE_CODE,
    -- EBS_AZ_SELECTION_SET_ENTITIES.ENTITY_CODE,
    -- EBS_AZ_SELECTION_SET_ENTITIES.FILTERING_PARAMETERS,
    -- EBS_AZ_SELECTION_SET_ENTITIES.SELECTION_FLAG,
    EBS_AZ_SELECTION_SET_ENTITIES.ALLOW_FILTER_FLAG
    -- EBS_AZ_SELECTION_SET_ENTITIES.FILTER_SET_FLAG,
    -- EBS_AZ_SELECTION_SET_ENTITIES.ALLOW_SET_TARGETVAL_FLAG,
    -- EBS_AZ_SELECTION_SET_ENTITIES.UPDATABLE_FLAG,
    -- EBS_AZ_SELECTION_SET_ENTITIES.CHANGE_UPDATABLE_FLAG,
    -- ebs_az_selection_set_entities.seq_num
    -- EBS_AZ_SELECTION_SET_ENTITIES.REF_ENTITY_OCCURANCE_CODE,
    -- ebs_az_selection_set_entities.seeded
    from ebs_az_selection_set_entities,
    ebs_az_selection_sets
    where ebs_az_selection_set_entities.selection_set_code=ebs_az_selection_sets.selection_set_code
    and ebs_az_selection_sets.release='R12'
    and nvl(ebs_az_selection_sets.active,'Y')='Y'
    order by EBS_AZ_SELECTION_SETS.SELECTION_SET_CODE, ebs_az_selection_set_entities.seq_num

Maybe you are looking for

  • Upgrade path for 11.5.10.2 to R12.1.3

    Hi All, We are in the process of upgrading our 11.5.10.2 instance to R12.1.3. Could anyone tell me the upgrade path for this Do we have to mandatorily upgrade first to R12.1.1 and then apply R12.1.3 MP? Also Please confirm if we have any R12.1.3 soft

  • Drawing this shape 'x' wide and with 'y' character, according to input

    I need to draw a diamond shape with the character in which the user enters. It also has to be as thick as the user enters. So it would with $ and 5 spaces long it would be something like:   $ $$$ $$$$$ $$$   $Ican get the input and all that stuff cor

  • SAP R3 Conector System at the Adaptative RFC model

    Hi folks! We´ve generated a Web Dynpro project using the Adaptative RFC model. When running the application we get the exception: com.sap.dictionary.runtime.DdException: at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker$1.fillSldConnecti

  • Deletion of CMS transport list

    Hello, When XI objects are transported using CMS, a transport list gets created and thus we can track the transports. My question is - After XI objects are successfully transported from say source XI to target XI system, is it possible to <b>delete</

  • Loading BI Apps with demo (sample) data

    I would like to load the out of the box OBI apps with sample data from Oracle so that the clients see how Emoployee Expense reports would look like. does anyone know how to go about it . In simple terms , this is more like using BISAMPLE schema in OB