<?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 Re: A add button in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2702469#M802401</link>
    <description>&lt;P&gt;There you go:&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jan 2014 13:41:23 GMT</pubDate>
    <dc:creator>Phil_</dc:creator>
    <dc:date>2014-01-16T13:41:23Z</dc:date>
    <item>
      <title>A add button</title>
      <link>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2702167#M802303</link>
      <description>&lt;P&gt;How can I create a add button for selected items (indicators, controls or etc) or a item group.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example: i have a row and this row include " text control and indicator + numeric control and indicator + combo box etc " when I press add row button&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a new row (same old) creating.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2014 11:42:28 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2702167#M802303</guid>
      <dc:creator>YFA</dc:creator>
      <dc:date>2014-01-16T11:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: A add button</title>
      <link>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2702305#M802353</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could use an array of clusters to add multiple controls with the click of an add button.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this the sort of thing you need?&lt;/P&gt;
&lt;P&gt;See attached.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2014 12:10:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2702305#M802353</guid>
      <dc:creator>Phil_</dc:creator>
      <dc:date>2014-01-16T12:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: A add button</title>
      <link>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2702425#M802391</link>
      <description>&lt;P&gt;Hi Phil_ Thanks for your interest. Your file for LV2013 please can u save file for LV2012.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2014 13:10:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2702425#M802391</guid>
      <dc:creator>YFA</dc:creator>
      <dc:date>2014-01-16T13:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: A add button</title>
      <link>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2702469#M802401</link>
      <description>&lt;P&gt;There you go:&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2014 13:41:23 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2702469#M802401</guid>
      <dc:creator>Phil_</dc:creator>
      <dc:date>2014-01-16T13:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: A add button</title>
      <link>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2703167#M802518</link>
      <description>&lt;P&gt;in my rows not full indicators or controls&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a row can have a control and indicator.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2014 18:24:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2703167#M802518</guid>
      <dc:creator>YFA</dc:creator>
      <dc:date>2014-01-16T18:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: A add button</title>
      <link>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2703269#M802548</link>
      <description>&lt;P&gt;Then you need make your array a control.&amp;nbsp; For the items that you want to behave like indicators, you will need to disable them (and change the appearance if you want a grey background like an indicator instead of white like a control.)&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2014 19:29:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2703269#M802548</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2014-01-16T19:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: A add button</title>
      <link>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2704177#M802757</link>
      <description>&lt;P&gt;Hi. I fixed my row now. But a need help again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cant use elements in my row.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can i use this elements for my numeric process&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;row1 have string control-1, numeric control-1, etc. when i click add button&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;row2 have to &amp;nbsp;string control-2, numeric control-2, etc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and i must use this elements with a local variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2014 10:58:27 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2704177#M802757</guid>
      <dc:creator>YFA</dc:creator>
      <dc:date>2014-01-17T10:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: A add button</title>
      <link>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2704199#M802761</link>
      <description>&lt;P&gt;To use the elements in a specific row, you will first need to index the array, then unbundle the cluster.&lt;/P&gt;
&lt;P&gt;Like so:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/50fa4b4c76e480d97af4442988a3b4f04eb2eee4/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f31333039303369423633354433434630433037304339412f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="index and unbundle.PNG" title="index and unbundle.PNG" align="center" /&gt;&lt;/P&gt;
&lt;P&gt;(assuming am I understanding your problem correctly?)&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2014 11:21:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2704199#M802761</guid>
      <dc:creator>Phil_</dc:creator>
      <dc:date>2014-01-17T11:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: A add button</title>
      <link>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2704205#M802763</link>
      <description>&lt;P&gt;Row1: string control-1, numeric control-1, string indicator-1, numeric indicator-1, etc-1.&lt;/P&gt;
&lt;P&gt;Row2: string control-2,&amp;nbsp;&lt;SPAN&gt;numeric control-2, string indicator-2, numeric indicator-2, etc-2.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;____________________________&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will need example:&lt;/P&gt;
&lt;P&gt;numeric control (or indicator)-1 x numeric control (or indicator)-2&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;numeric control (or indicator)-1 / numeric control (or indicator)-2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;numeric control (or indicator)-1 + numeric control (or indicator)-2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;numeric control (or indicator)-1 - numeric control (or indicator)-2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2014 11:32:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2704205#M802763</guid>
      <dc:creator>YFA</dc:creator>
      <dc:date>2014-01-17T11:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: A add button</title>
      <link>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2704227#M802767</link>
      <description>&lt;P&gt;Surely you can work this one out for yourself....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/f49f9c3fcef423f76925cfa0fb484aba78d56c5c/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f31333039303969383835384635313741314331374230452f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="add two rows.PNG" title="add two rows.PNG" width="333" height="82" align="center" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2014 11:53:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/A-add-button/m-p/2704227#M802767</guid>
      <dc:creator>Phil_</dc:creator>
      <dc:date>2014-01-17T11:53:56Z</dc:date>
    </item>
  </channel>
</rss>

