Selection of multiple radiobutton in a group

I have 8 option buttons that I placed in a RadioButtonGroup. I need the user to select but several radio buttons they want and be able to follow their selections. I learned that the Flex RadioButtonGroup will allow only 1 selectable radiobutton (being active) at a point which is not what I'm asking.

Is there a way for the above scenerio to handle? also if the user clicks a radiobutton already selected it must be deselected.

Thank you

Looks like you really want to use the components check box.

Tags: Flex

Similar Questions

  • How to disable/enable inputtextfileld on select of another radiobutton using adf12.1.3

    Hello

    How to disable/enable inputtextfileld on select of another radiobutton using adf12.1.3

    Can anyone provide a few points on that.

    I did it like below on my listner valuechange radiobutoon method but does not work

    {} public void onRadiobuttonVCE (ValueChangeEvent valueChangeEvent)

    Add the code in the event here...

    log.info ("GCONF1001Bean onRadiobuttonVCE() started:::"+valueChangeEvent.getNewValue()); ")

    concentratorMode = valueChangeEvent.getNewValue (m:System.NET.SocketAddress.ToString ());

    concentratorMode is the value of the selected radiobutton

    RichInputText r = findComponentInRoot ("it2") (RichInputText);

    log.info ("value of r GCONF1001Bean onRadiobuttonVCE:" + r);

    {if (concentratorMode.Equals("1"))}

    log.info ("GCONF1001Bean onRadiobuttonVCE() inside the 1st if :::"); ")

    r.setDisabled (false);

    log.info ("GCONF1001Bean onRadiobuttonVCE() after 1st if :::"); ")

    }

    {if (concentratorMode.Equals("2"))}

    log.info ("GCONF1001Bean onRadiobuttonVCE() inside the 2nd if :::"); ")

    r.setDisabled (true);

    log.info ("' GCONF1001Bean onRadiobuttonVCE (after if 2nd): '");

    }

    {if (concentratorMode.Equals("3"))}

    log.info ("GCONF1001Bean onRadiobuttonVCE() inside the 3rd if :::"); ")

    r.setDisabled (true);

    log.info ("GCONF1001Bean onRadiobuttonVCE() after the 3rd if :::"); ")

    }

    }

    --

    JS

    You can set a variable bean said "textBeanDisabled" and set the value of this 'Y' or 'n', based on your health status.

    Then set the disabled property

    Just copy - paste your logic to the above post:

    String textBeanDisabled = "N";

    {} public void onRadiobuttonVCE (ValueChangeEvent valueChangeEvent)

    Add the code in the event here...

    log.info ("GCONF1001Bean onRadiobuttonVCE() started:::"+valueChangeEvent.getNewValue()); ")

    concentratorMode = valueChangeEvent.getNewValue (m:System.NET.SocketAddress.ToString ());

    concentratorMode is the value of the selected radiobutton

    RichInputText r = findComponentInRoot ("it2") (RichInputText);

    log.info ("value of r GCONF1001Bean onRadiobuttonVCE:" + r);

    {if (concentratorMode.Equals("1"))}

    log.info ("GCONF1001Bean onRadiobuttonVCE() inside the 1st if :::"); ")

    r.setDisabled (false);

    textBeanDisabled = "N";

    log.info ("GCONF1001Bean onRadiobuttonVCE() after 1st if :::"); ")

    }

    {if (concentratorMode.Equals("2"))}

    log.info ("GCONF1001Bean onRadiobuttonVCE() inside the 2nd if :::"); ")

    r.setDisabled (true);

    textBeanDisabled = 'Y ';

    log.info ("' GCONF1001Bean onRadiobuttonVCE (after if 2nd): '");

    }

    {if (concentratorMode.Equals("3"))}

    log.info ("GCONF1001Bean onRadiobuttonVCE() inside the 3rd if :::"); ")

    r.setDisabled (true);

    textBeanDisabled = 'Y ';

    log.info ("GCONF1001Bean onRadiobuttonVCE() after the 3rd if :::"); ")

    }

    }

    See you soon

    AJ

  • To create an interactive report in the apex by selecting from multiple tables

    Hi, I am creating an interactive report by selecting from multiple tables.

    SELECT w.FIRST_NAME as name, w.SURNAME as name, i.ROAD Road, i.DATE_OF_INC as DATE_OF_INC, S.STATEMENT as a STATEMENT OF Declaration

    JOIN THE

    WITNESS w

    ON w.witness_id = s.FK1_WITNESS_ID

    JOIN THE

    Incident I have

    WE

    i.incident_no = w.FK1_INCIDENT_NO

    JOIN THE

    user_station ps

    ON ps.station_id = i.nearest_station_id

    JOIN THE

    the user in.

    WE

    in. STATION_ID = ps.station_id

    WHERE po.officer_id = 1

    by I continue to encounter this error "the report query requires a unique key to identify each row. The supplied key cannot be used for this query. Please change the report attributes to define a unique key column. "ORA-01445: cannot select ROWID from where sample, a join without key preserved table view '

    So I googled around and found that in the attibutres tables report, I need to change the "LINK" COLUMN so first, I changed "Link to custom target", but the report is so I changed it to "Exclude link Clolumn" again, the report didn't report and I STILL got a blank page with only the tabs.

    I wonder you can not create a report by selecting from multiple tables?

    If you can please I need your help.

    Thank you

    You can, but in this case, it might be easier to build your report tables that are joined Oracle views and then build your report out of the newly built sight...

    Or wrap a selection around your selection with joins, and then make the where clause on the external selection...

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • Select the anchor point of the Group and anchor it to the PointInsertion

    Hi all

    How to select the anchor point of the Group and dock it at the point of insertion of the document in indesign cs5.5 using javascript or vb.net

    You need get a reference to your group - call the myGroup - and the other to the PointInsertion where you want it anchored - call - the myIP. Given those, you can achieve your goal (in CS5 or later) by:

    myGroup.anchoredObjectSettings.insertAnchoredObject (myIP);

    You can specify a second parameter, if you want that specifies the position of anchor:

    myGroup.anchoredObjectSettings.insertAnchoredObject (myIP, AnchorPosition.anchored);

    That should help you get started.

    Dave

  • How to clear a selection in a radiobutton group.

    Hello

    I have a form where there is a Radio button group with 2 buttons. After reviewing one or the other button, I can't reset the buttons, so that neither button one or two are selected. The user has activated one of the buttons and decide that one button or two button should be checked, back the user to clear the check marks?

    Im a beginner using Live Cycle and language English for. :-)

    Hope a certain back have a solution for this problem.

    3 buttons: YES - NO - CLEAR.

    Script is the CLEAR button.

    In design mode, click the button CLEAR and in writing scripts

    window enter: xfa.host.resetData ("RadioButtonGroup name");

    Use Java Script and select ' click on ' in the drop-down list event on

  • multiple selection of data to create protection groups store

    Hello

    I do not understand why my create protection group box is only because I have 4 data store to protect (see image below).

    Any idea?

    vSphere 5.1u3

    vCenter 5.1u3 (windows)

    SRM 5.1.3

    EMC recoverpoint 4.1SP1 P1

    EMC VNX 5300 FCoE

    RecoverPoint SRA 2.2

    Kind regards.

    srm protection group.PNG

    Hello

    There are two possible reasons:

    1 LUN supporting these data stores are part of a consistency group defined at the level of the storage array

    2. There is one or more VMs with disks on several data warehouses

    Most likely, it is the second. Imagine that you have these 4 datatstores.

    If you have with VM1 of disks on the XX_HIGH_DCN and XX_HIGH2_DCN data store, then MRS. could group these data warehouses. So if you have VM2 with disks on XX_HIGH_DCN and XX_LOW_DCN (e.g., OS drive and application drive) then XX_LOW_DCN is added to the group. A VM more spanning 2 data warehouses and you own all 4 in a group. Or you can have 1 VM with disks on all 4 data storage. In any case MRS. try to calculate a group of data stores such as all the virtual machines in this group can be recovered successfully together.

    Best regards

    Stefan

  • Reference a radiobutton in a group of components

    I am new to export and work with catalyst for Flex project files. I imported a catalyst project into Flash Builder, and I have a problem.

    This is my problem:

    I have a component that contains a group that I must so I can add code to get the current value selected for the reference group. How can I make reference to this group? Catalyst the group name is "radioGroup". I don't see a reference like that in my Flash Builder project.

    for example, it is similar to the structure of the component:

    <>Group

    ...

    < radiobutton id = "radiobutton2" / >

    < radiobutton / >

    ...

    < / Group >

    Since I have an ID for the first item I thought I'd be able to get the parent group by referring to "radiobutton2". I don't know how to reference radiobutton2 with AS3 in Flash Builder/Flex.

    Does anyone know how could reference "radiobutton2" so I can get the group like this: radiobutton2.group?

    Thank you

    -Eric

    Main.MXML


    http://ns.Adobe.com/MXML/2009.
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:MX = "library://ns.adobe.com/flex/mx".
    "minWidth ="955"="600"xmlns:local = minHeight" * ">
       
       
            public function getValues (): void
    {
    Label1.text = myGroup.radioButton1.value.toString ();
    Label2.text = myGroup.radioButton2.value.toString ();
    If (myGroup.radioButtonGroup.selectedValue! = null)
    {
    Label3.text = myGroup.radioButtonGroup.selectedValue.toString ();
    }
    on the other
    {
    Label3.text = "nothing selected";
    }
    }
    ]]>
       

       
       
           
       

       
       
       
       
       
       
       

    MyGroup.mxml


    http://ns.Adobe.com/MXML/2009.
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:MX = "library://ns.adobe.com/flex/mx" >
       
           
       

       
       
           
       

       
       
       
       
           
       

       
       

  • Create a theme that, when selected, open multiple slides

    I can create a theme using Keynote 6.6.2-no problem. I can record on the theme selector, no problem.

    However, I would like to create a theme, which, when it is selected in the theme selector, open several slides prepared in advance, not only the title slide, in the presentation that results.

    I tried, but nothing seems to work.

    Anyone know if this is even possible? And if this is the case, how it's done?

    Thank you.

    I don't know if it is possible as a theme however keep a Keynote presentation with multiple slides pre-established appropriate can do what you want.

    If mark you as an element of Stationery Pad (via Get Info Finder), it should open as a copy so that you don't accidentally destroy your master.

  • Selection of multiple files

    I recently change from a PC to a macbook air, and I can't understand how to select multiple items in a list when are not contiguous, especially if I have to scroll down, I lose everything I framed execpt one.  Help, please!

    Command-click each file.

    (141695)

  • Selection mode multiple text Ring

    I want to make a drop down box in my program, works as a dropdown menu with multiple selection mode, use the shift key and the CTRL key.

    LabVIEW has control of this type?  I find enum, ring of text and drop-down list box can meet my needs.

    There is no such control. It isn't even one of those in Visual Studio. A drop-down list is intended to select an item. If you need to select multiple items, then you can use a ListBox control. You could also have it, so you have a ring of menu on the front panel, and when the user clicks on it, you show a ListBox that is normally hidden. This gives you the illusion of a drop-down list to multiple selections.

  • How can I select/move multiple photos in Windows 7?

    I'm used to be able to do it with windows vista. Then crashed our computer and Windows 7 was installed.  Since then, we were able to click on several thumbnails at a time to save.  My fiance is a photographer and having to click an image at its site of photoreflect is still holding and losing precious time!

    Hold down the CTRL key, and then select each picture you want to move or copy in any order.

    And select move or copy.

    Selects the first in a group you want to copy, and then hold down the SHIFT key and select the last in the group.

    And select move or copy.

    To select all in a folder, press CTRL + A.

    And select move or copy

  • Selection of multiple messages in app?

    I accidentally selected multiple messages in the email application (white controls presented themselves and more than one has been highlighted, so I know that this is possible), but may not know how I did it. Anyone know how? Shift/ctrl keys do not seem to do anything, or a click or right click.

    Using the standard email on Surface RT app, I can select an item in the list in a folder waiting by dragging it to the right.  It becomes white text on a dark green background. with cheque top-right.  I can select (and move, for example) several elements simultaneously.

    Hold down and drag to the left to deselect

    Is that what you ask?

  • How to select the same status in a group?

    Hi all

    How pulling the waiting for order status all the id, based on the group.

    For example,.

    ID of the command name status

    AAA 1 pending

    AAA 2 open

    AAA 3 open

    4 AAA approved

    AAA 5 approved

    BBB 1 pending

    BBB 2 pending

    BBB 3 pending

    1 approved CCC

    CCC 2 pending

    CCC 3 pending

    DDD 1 pending

    DDD 2 pending

    I need output like this:

    ID of the command name status

    BBB 1 pending

    BBB 2 pending

    BBB 3 pending

    DDD 1 pending

    DDD 2 pending

    Thank you

    Pradeep D.

    Seems (at least to me) it must be that the status "pending".

    with

    commands like

    (select name, 1 order_id ' AAA', 'pending' status of Union double all the)

    Select 'AAA', 2, 'Open' to all the double union

    Select 'AAA', 3, 'Open' to all the double union

    Select 'AAA', 4, 'approved' of all the double union

    Select 'AAA', 5, 'approved' of all the double union

    Select 'BBB', 1, 'pending' Union double all the

    Select 'BBB', 2, 'pending' Union double all the

    Select 'BBB', 3, 'pending' Union double all the

    Select 'CCC', 1, 'approved' of all the double union

    Select 'CCC', 2, 'pending' Union double all the

    Select 'CCC', 3, 'pending' Union double all the

    Select 'DDD', 1, 'pending' Union double all the

    Select 'DDD', 2, 'pending' double

    )

    SELECT name, order_id, status

    (select name, order_id, status, count (distinct status) on cd (partition by name)

    orders

    )

    When status = 'pending '.

    and cd = 1

    NAME ORDER_ID STATUS
    BBB 1 Pending
    BBB 2 Pending
    BBB 3 Pending
    DDD 1 Pending
    DDD 2 Pending

    Concerning

    Etbin

  • SELECT options (multiple), ignoring the selected attribute

    Hello, all,.

    I have the CF code that is used with a tag SELECT (multiple attribute), and it seems that the SELECT tag ignores the attribute selected for the options of the child.

    For example, I have the code that will generate the following HTML code:

    <select name="selectA" id="selectA" multiple>
        <option value="">ALL</option>
        <option value="Option 1" selected="selected">Option 1</option>
        <option value="Option 2">Option 2</option>
        <option value="Option 3" selected="selected">Option 3</option>
    </select>
    

    But when the page loads, none of these options are selected.  Any suggestions?  What do miss me here?

    V/r,

    ^_^

    There is no code javascript / jquery anywhere that interacts with this menu drop-down lists?

  • SQL column as a select to be referenced in a group of

    Y at - it a rating or solution to be able to make reference to a column that is an "inline" select statement in a group by such described below? Group a will not alias. I also tried to do the SQL a MAX to remove the need for the reference group and this returned invalid expression.

    SELECT DISTINCT hdr. BUSINESS_UNIT,
    HDR. SESSN_ID,
    HDR. STREAM_ROOT_ID,
    HDR. SESSN_STS_CD,
    HDR. SESSN_CRE_DTTM,
    CASE
    When C.OPRID <>' ' THEN C.OPRID
    OF OTHER S.OPERATOR
    END OPRID
    STRM. QS_APP_CONTEXT,
    RECV. QTY_SH_RECVD Quantity_Received,
    CASE
    WHEN hdr. BUSINESS_UNIT = "MFG01" THEN MAX (G.MFDS_SGRP_SIZE)
    ANY OTHER MAX (S.SESSN_SGRP_SIZE)
    END Quantity_Inspected,
    Max (S.QS_VALUEREADING_1) Defect_Count,
    CASE
    WHEN MAX (S.QS_VALUEREADING_1) = 0 THEN ' '
    ANY OTHER MAX (G.MFDS_NAME)
    Characteristic of the END,
    MAX (CMNT. QS_COMMENT2) COMMENTS.
    STRM. INV_ITEM_ID,
    ITM. DESCR,
    STRM. WORK_CENTER_CODE,
    STRM. VENDOR_ID,
    * (SELECT V.NAME1 FROM PS_VENDOR V WHERE strm. VENDOR_ID = V.VENDOR_ID AND V.SETID = (SELECT PS_SET_CNTRL_REC SETID *)
    WHERE RECNAME = "SELLER".
    AND SETCNTRLVALUE = strm. $vendor_name BUSINESS_UNIT));
    STRM. PRDN_AREA_CODE,
    strm.COMPL_OP_SEQ,
    STRM. PRODUCTION_TYPE,
    C.RECEIVER_ID,
    C.RECV_LN_NBR,
    RECV. PO_ID,
    RECV. LINE_NBR,
    RECV. SCHED_NBR,
    C.PRODUCTION_ID,
    C.SERIAL_ID,
    C.INV_LOT_ID
    OF PS_QS_SESSN_HDR8 hdr
    LEFT OUTER JOIN PS_QS_SESSN_TRACE8 C
    THE hdr. BUSINESS_UNIT = C.BUSINESS_UNIT
    AND hdr. SESSN_ID = C.SESSN_ID
    LEFT OUTER JOIN PS_RECV_INSPDTL_VW RECV
    ON C.BUSINESS_UNIT = RECV. BUSINESS_UNIT
    AND C.RECEIVER_ID = RECV. RECEIVER_ID
    AND C.RECV_LN_NBR = RECV. RECV_LN_NBR
    LEFT OUTER JOIN PS_QS_STREAM_ROOT strm
    THE hdr. STREAM_ROOT_ID = strm. STREAM_ROOT_ID
    AND hdr. BUSINESS_UNIT = strm. BUSINESS_UNIT
    LEFT OUTER JOIN PS_QS_STREAM8_VW G
    THE strm. STREAM_ROOT_ID = G.STREAM_ROOT_ID
    AND strm. BUSINESS_UNIT = G.BUSINESS_UNIT
    LEFT OUTER JOIN PS_QS_SUBGROUP S
    THE hdr. BUSINESS_UNIT = S.BUSINESS_UNIT
    AND hdr. SESSN_ID = S.SESSN_ID
    AND S.STREAM_ID = G.STREAM_ID
    LEFT OUTER JOIN PS_QS_SESSN_COMM8 CMNT
    WE S.BUSINESS_UNIT = CMNT. BUSINESS_UNIT
    AND S.SESSN_ID = CMNT. SESSN_ID
    AND S.STREAM_ID = CMNT. STREAM_ID
    AND C.SAMPLE = CMNT. SAMPLE
    LEFT OUTER JOIN PS_MASTER_ITEM_TBL itm
    ON itm. INV_ITEM_ID = strm. INV_ITEM_ID
    LEFT OUTER JOIN PS_SET_CNTRL_REC cntrl
    ON itm. SETID = cntrl. SETID
    AND cntrl. RECNAME = "MASTER_ITEM_TBL."
    AND cntrl. SETCNTRLVALUE = strm. BUSINESS_UNIT
    WHERE S.QS_VALUEREADING_1 = (SELECT MAX (S2. QS_VALUEREADING_1)
    OF PS_QS_SUBGROUP S2
    WHERE S2. BUSINESS_UNIT = S.BUSINESS_UNIT
    AND S2. SESSN_ID = S.SESSN_ID
    AND S2. STREAM_ID = S.STREAM_ID)
    GROUP BY hdr. BUSINESS_UNIT,
    HDR. SESSN_ID,
    HDR. STREAM_ROOT_ID,
    HDR. SESSN_STS_CD,
    HDR. SESSN_CRE_DTTM,
    C.OPRID,
    S.OPERATOR,
    STRM. QS_APP_CONTEXT,
    RECV. QTY_SH_RECVD,
    STRM. INV_ITEM_ID,
    ITM. DESCR,
    STRM. WORK_CENTER_CODE,
    STRM. VENDOR_ID,
    $VENDOR_NAME,
    STRM. PRDN_AREA_CODE,
    strm.COMPL_OP_SEQ,
    STRM. PRODUCTION_TYPE,
    C.RECEIVER_ID,
    C.RECV_LN_NBR,
    RECV. PO_ID,
    RECV. LINE_NBR,
    RECV. SCHED_NBR,
    C.PRODUCTION_ID,
    C.SERIAL_ID,
    C.INV_LOT_ID

    No, you must use the Group of against advice online. For example:

    SQL> select  distinct deptno,
      2                   (select dname from dept d where d.deptno = e.deptno) dname,
      3                   job,
      4                   sum(sal)
      5    from  emp e
      6    group by deptno,
      7             dname,
      8             job
      9  /
               dname,
               *
    ERROR at line 7:
    ORA-00904: "DNAME": invalid identifier
    
    SQL> select  distinct deptno,
      2                   dname,
      3                   job,
      4                   sum(sal)
      5    from  (
      6           select  deptno,
      7                   (select dname from dept d where d.deptno = e.deptno) dname,
      8                   job,
      9                   sal
     10             from  emp e
     11          )
     12    group by deptno,
     13             dname,
     14             job
     15  /
    
        DEPTNO DNAME          JOB         SUM(SAL)
    ---------- -------------- --------- ----------
            20 RESEARCH       MANAGER         2975
            30 SALES          MANAGER         2850
            10 ACCOUNTING     PRESIDENT       5000
            30 SALES          SALESMAN        5600
            10 ACCOUNTING     CLERK           1300
            10 ACCOUNTING     MANAGER         2450
            20 RESEARCH       ANALYST         6000
            20 RESEARCH       CLERK           1900
            30 SALES          CLERK            950
    
    9 rows selected.
    
    SQL> 
    

    SY.

Maybe you are looking for

  • PlayReady

    PlayReady root Public key - where is that stored key? This part of the microsoft Root CA certificate?

  • My HP Pavilion a350n does not either of my DVD players or CD.

    It's a weird thing! The 1 Apr 09 I bought two new combo CD/DVD internal LITE-ON writers that support DVD + r DL/DVD + / DVD + RW / DVD - RW / DVD-RAM / CD - R / CD - RW writing. The DVD write speed was an ardent 22 X! This is what appealed to me. Thi

  • External display using Vision Switcher issues

    * Original title: external display issues Hi all I have problems with external screens. First of all: Windows 7 pro ATI Radeon HD 5450 I need to be a source of the computer, a switch of vision vision. When I plug the changer (after that I got the com

  • 19\installer_msi_win.msi RarSFX failed error message:

    I receive a notice of default with this title. How can I fix the problem. The title is "C:\Users\...\Temp\RarSFX 19\installer_msi_win.msi". and the message says: "Windows cannot access the specified device, path or file. May not permissions to access

  • Fusion Audio / video in CS6 - same as CC?

    Hey everybody,I usually work on CC, but I'm on another computer with CS6 editing, I can't seem to do a very simple thing that I always do in CC.I want to merge audio files and video files together by "audio" not starting point or endpoint.and it seem