How to integrate the 2 buttons

Hello

I tried to integrate the two buttons. I mean: when I switch on the first button, it will disappear and the second convocation, when I turn on the second button - first appears while the second is hidden.

Help, please

Kind regards

Mike

MeeHow wrote:

I do not want to cause I'm running LabView continually and it's make the problems (program won't leave this structure and I can not use the other buttons, cheating etc.)

One of the first things to learn is spelled "LabVIEW" and not "LabView".

So is running continuously there are problems, why you insist on the use of this tool for debugging? Why do you not use "another button" or "cheating"? What structure may not leave? You may have a few simple beginners problems that would be very easy to solve if you give us more details.

In any case, here's my solution of the radiobutton. I've also attached a simple VI to use it. Look ma, no code!

Tags: NI Software

Similar Questions

  • How to integrate the work of Commit in action Delete

    Hello
    In the sample the more I learn, there are some buttons to the user interface, New, Update, Delete, Commit and Rollback. When I click on the button Delete, the Entity object is removed from the Cache and pool, not actually removed from db, that after the validation button, the entity will be removed from the db indeed. But in most real world cases of use, when the user deletes a line, she always popup a "confirm". If it selects Yes, the line will be removed from db directly. I want to know how to integrate the button post button Delete?


    Bob Zhou

    Hi, you can achieve this way:

          
          
    

    Kind regards

    Branislav

  • How to remove the download button located next to my home button? I continue to by clicking on it when I want the House and it's annoying.

    How to remove the download button located next to my home button?

    You can use customization feature to move it to a less irritating location. I suggest the bar the module if you keep this poster.

    Start customizing with one of these, and then drag the arrow to a new location, or in the dialog box to remove all the bars:

    • Right click on a zone empty of the tab bar > customize
    • Press the Alt key > menu view > toolbars > customize

    You will notice that some combined controls separate in the view to customize. If you put something between them, they will not be able to recombine. (For example, if you separate stop and reload or put something between front/rear and area URL.)

  • How to fix the main button to paste constantly

    How to fix the main button to paste constantly

    Short of getting a replacement from Apple or risk a repair third shop there is nothing you can do. How about a button on the home screen? Go to settings > general > accessibility > assistive touch > on.

  • How to disable the setting button in Tools - Options - advanced - network of windows registry?

    Dear support,
    Now, my office has use Firefox as default browser to access the Web server. And there is a policy that users must use ProxyServer. I don't want to change user setting in Firefox proxy. How to disable the setting button in Tools - Options - advanced - network of windows registry?
    Thank you.
    Treky

    You cannot use the Windows registry to disable the elements in Firefox. This link shows how to lock the proxy settings of Firefox, change the values as needed:
    http://www.stbernard.com/ip5kb/iPrism/whatsnew/50SupportFiles/SupportFiles/IP0460.htm

    A change of minor importance, in step 4, instead of add this line to all-js, you can create a file called local - settings.js containing the indicated line and save the file in the same folder as all.js

  • How to use the prtsc button please, so I can capture Bank to receive the shipment?

    How to use the prtsc button please, so I can capture Bank to receive the shipment?

    If you can view receipts from the Bank to the screen... just left
    Click on your print screen button to copy the screen of your
    Windows Clipboard. Then... Open Windows Paint and
    Reach... Editing / paste. Then go to... File / save as / JPEG.

    If the file needs cropping... you can use the 'Fix' edition
    option in the Windows Photo Gallery.

    Another option:

    If you run any version of Vista Basic...
    the capture tool can be a better tool for the job:

    Use capture tool to capture screenshots
    http://Windows.Microsoft.com/en-us/Windows-Vista/use-Snipping-Tool-to-capture-screen-shots
    (Vista Home Premium, Business, Ultimate, Enterprise)

    Windows Vista - activate the Vista Snipping Tool
    http://www.PCWorld.com/article/137099/activate_vistas_snipping_tool.html

    Vista tutorial - How to use the tool captures of Vista
    http://www.Vistax64.com/tutorials/148532-how-use-Snipping-Tool-Vista.html

  • How to disabled the alt button?

    How to disabled the alt button?

    Wednesday, October 17, 2012 12:48:11 + 0000, ArielPilapil wrote:

    How to disabled the alt button?

    Why do you do this? This can screw up a lot of things.

    But you can disable any key or keys by using software such as the free
    SharpKeys to http://www.randyrants.com/sharpkeys/

    Ken Blake, Microsoft MVP

  • How to disable the cc button animate html5 canvas files?

    Hello!

    How to disable the cc button animate html5 canvas files?

    ex:

    this.mc.on('click',function(){alert('this')})
    this.mc.enabled=false
    

    question 1:

    When you click on the 'mc', it always run. How can I control the button of the deactivate and activate?

    question 2:

    The mc is not an image, it's a movieclip. How can I change the colors of the mc? example: default of the mc color red, I want to click change black!

    Thank you!

    use addEventListener instead of 'on '.  You can then use removeEventListener to disable.

    or you can intemperies to use 'on' using the mouseEnabled property to disable this.mc:

    this.mc.mouseEnabled = false;

  • How to integrate the police Segoe Script in a saved pdf file?

    When I save a file .psd in .PDF (with Photoshop elements 12), two of the three fonts do appear fine in the .pdf file, but not the third (Segoe Script).  I open the PDF with Adobe Reader XI.

    How to integrate the police Segoe Script in the .pdf file?   (Depending on the printer, it must be there.)

    Thank you.

    Yes you will not be able to use either the distorted text.

    (these kinds of properties do not appear in this font)

    If you want to tilt the text as it would be for the italicized text, you can use Image > transform > Skew.

  • How uncheck you the option buttons in Adobe Acrobat Pro XI?

    How uncheck you the option buttons in Adobe Acrobat Pro XI?

    OK, so I have a three sets of radio buttons each three choices, so, basically, it looks like this

    Cheques:          (    )          (     )          (     )

    Deposit slips: () ())

    Envelopes:        (    )          (     )          (     )

    In case anyone is confused, () are radio buttons. Basically, I want radio buttons to act as check boxes, I want to be able to click them and outside. I don't want us boxes because I want them to be circles and not square. Is there a way to do this? Maybe using javascript, what code would be?

    Radio button names: QTY.

    XQTY

    XPrice

    Thanks in advance guys

    You don't have to use a script. I rarely use the option button because they cannot normally be deselected once in the Group has been selected, but here's a backdoor method I use in the mouse event to the top:

    Uncheck the box if the SHIFT key is pressed while clicking on

    If (event.shift) event.target.value = "Off";

    The user will know that it is available. You can also configure a button that resets the value of the button to "Off".

    Another option is to add another choice, as "not applicable".

  • How to disable the close button during execution

    Hello world.

    Please help me how to disable the close button at the top of the window during execution. I don't want the user to use this button to close. I used the button called out in this form but sometimes users of closing by clicking this button.

    I use the formula of Oracle 10 g R1.

    Thanks in advance,

    Or if you want to stop the closing by button close the main WINDOW. Then create a trigger on called KEY-OUTPUT at the FORM LEVEL and just write the value NULL ex.

    Trigger = KEY-EXIT (FORM-LEVEL)
    NULL;
    

    -Clément

  • How to add the "print" button in the payslip online

    Dear friends,

    How to add the "print" button in the payslip online (Employee Self Service). Is someone can pls let me know on this subject...

    regarding
    Swpana

    Hello

    Please see the following documents.

    Note: 332402.1 - can you mass printing of payslips online?
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=332402.1

    Note: 256072.1 - payslip V4.0 button "print" is missing
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=256072.1

    For more information on Advisor and Checkwriter deposit, please see:

    Note: 459306.1 - notice of Checkwriter/filing XML
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=459306.1

    Kind regards
    Hussein

  • How to integrate the pay band Web site

    I used paypal for payment forever on my sites store and recently I found this option slick and faster called band...

    I'm confused about how I can get the payment on my site of muse button...

    any help please...

    will be very grateful

    Thank you

    Christina

    Hi Christina

    You cannot integrate the payment gateway itself Muse as Muse allows you to add content html via the menu of the object.

    But you would need set up this payment on the end accommodation gateway whenever you download from the site.

    So if you have already configured the shopping you can configure payment gateway information in third party shop that you use in your site.

    Take a look at what might help you:

    http://widgets-musethemes.BusinessCatalyst.com/tb010.html#sthash.4lHvqihp.DPBS

    Thank you

    Sanjit

  • How to get the share button

    I had to reboot firefox and lost all the buttons on my part. How can I get them back or where can I find them and bring them to pin on the page?

    The share button may have been an add on or an api social media that is no longer used. However, if you add ons see page ' topic: addons "to see if there are people who have disabled. Or if there is another profileusing multiple profiles

  • How to restore the Bookmarks button - who disappeared?

    The Bookmarks button and the Firefox button disappeared. How can I restore them?

    Hello, please try to reset firefox and see if that can solve the problem...

Maybe you are looking for