<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How can I set the different boolean text in the button array? in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/How-can-I-set-the-different-boolean-text-in-the-button-array/m-p/25877#M17543</link>
    <description>I created the OK boolean button array.  How can I change the boolean text of each button to be different at run-time?  I changed one, but the others are changed also. &lt;BR /&gt;</description>
    <pubDate>Mon, 08 Oct 2001 03:26:54 GMT</pubDate>
    <dc:creator>Champ 105</dc:creator>
    <dc:date>2001-10-08T03:26:54Z</dc:date>
    <item>
      <title>How can I set the different boolean text in the button array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-I-set-the-different-boolean-text-in-the-button-array/m-p/25877#M17543</link>
      <description>I created the OK boolean button array.  How can I change the boolean text of each button to be different at run-time?  I changed one, but the others are changed also. &lt;BR /&gt;</description>
      <pubDate>Mon, 08 Oct 2001 03:26:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-I-set-the-different-boolean-text-in-the-button-array/m-p/25877#M17543</guid>
      <dc:creator>Champ 105</dc:creator>
      <dc:date>2001-10-08T03:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I set the different boolean text in the button array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-I-set-the-different-boolean-text-in-the-button-array/m-p/25878#M17544</link>
      <description>You can't name diferently the buttons in an array, not in development nor programatically. You can use a cluster if you want diferent names, or else use some kind of transparent string in front of the buttons.&lt;BR /&gt;Hope this helps &lt;BR /&gt;</description>
      <pubDate>Mon, 08 Oct 2001 06:16:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-I-set-the-different-boolean-text-in-the-button-array/m-p/25878#M17544</guid>
      <dc:creator>Gorka Larrea</dc:creator>
      <dc:date>2001-10-08T06:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can I set the different boolean text in the button array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-I-set-the-different-boolean-text-in-the-button-array/m-p/25879#M17545</link>
      <description>&amp;gt; I created the OK boolean button array.  How can I change the boolean&lt;BR /&gt;&amp;gt; text of each button to be different at run-time?  I changed one, but&lt;BR /&gt;&amp;gt; the others are changed also.&lt;BR /&gt;&lt;BR /&gt;If you want to do this in the editor, first take the button into&lt;BR /&gt;the control editor.  Select the control and choose Customize...&lt;BR /&gt;from the edit menu or choose it from the popup&amp;gt;&amp;gt;Advanced.&lt;BR /&gt;In the control editor, popup on the button and you have an&lt;BR /&gt;option to allow different strings.&lt;BR /&gt;&lt;BR /&gt;Leave the editor and replace the original control.&lt;BR /&gt;&lt;BR /&gt;Greg McKaskle &lt;BR /&gt;</description>
      <pubDate>Tue, 09 Oct 2001 01:35:55 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-I-set-the-different-boolean-text-in-the-button-array/m-p/25879#M17545</guid>
      <dc:creator>Greg_McKaskle2</dc:creator>
      <dc:date>2001-10-09T01:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can I set the different boolean text in the button array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-I-set-the-different-boolean-text-in-the-button-array/m-p/25880#M17546</link>
      <description>Thank you for your help&lt;BR /&gt;     Unfortunately I'm a beginner of this software.  Please you explain me more details. &lt;BR /&gt;</description>
      <pubDate>Wed, 10 Oct 2001 02:17:23 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-I-set-the-different-boolean-text-in-the-button-array/m-p/25880#M17546</guid>
      <dc:creator>Champ 105</dc:creator>
      <dc:date>2001-10-10T02:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can I set the different boolean text in the button array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-I-set-the-different-boolean-text-in-the-button-array/m-p/25881#M17547</link>
      <description>&amp;gt; Thank you for your help&lt;BR /&gt;&amp;gt;      Unfortunately I'm a beginner of this software.  Please you&lt;BR /&gt;&amp;gt;      explain me more details.&lt;BR /&gt;&lt;BR /&gt;Select the control using the positioning tool and choose&lt;BR /&gt;Customize... from the Edit menu or choose it by popping up&lt;BR /&gt;on/right clicking on the control and selecting Advanced&amp;gt;&amp;gt;&lt;BR /&gt;Customize...&lt;BR /&gt;&lt;BR /&gt;This will open the control up in a new window -- the control&lt;BR /&gt;editor window.  This window allows for lots of additional&lt;BR /&gt;control modifications and allows for them to be saved into&lt;BR /&gt;typedefs to promote reuse and make things more consistent.&lt;BR /&gt;Once in the control editor, popup on the button and select&lt;BR /&gt;the menu item near the bottom Multiple Text Strings.&lt;BR /&gt;&lt;BR /&gt;Close the editor window and the first dialog will ask if&lt;BR /&gt;you would like to save the change&lt;BR /&gt;d file.  Choose No, and a&lt;BR /&gt;second dialog will ask if you would like to Replace the&lt;BR /&gt;Original Control.  Choose Yes.&lt;BR /&gt;&lt;BR /&gt;At this point the Button will support multiple text labels.&lt;BR /&gt;To edit the True string, make the Boolean True and use the&lt;BR /&gt;Labeling tool to edit the string that is visible.  To edit&lt;BR /&gt;the False string, make the Boolean False and use the labeling&lt;BR /&gt;tool to edit that string too.&lt;BR /&gt;&lt;BR /&gt;Greg McKaskle &lt;BR /&gt;</description>
      <pubDate>Thu, 11 Oct 2001 05:05:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-I-set-the-different-boolean-text-in-the-button-array/m-p/25881#M17547</guid>
      <dc:creator>Greg_McKaskle2</dc:creator>
      <dc:date>2001-10-11T05:05:54Z</dc:date>
    </item>
  </channel>
</rss>

