<?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: How to get any control reference? in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/How-to-get-any-control-reference/m-p/3114442#M893409</link>
    <description>The solution is working fine on Pc. But the solution is not working when this VI(reentrant vi) published for web request on browser( using web publishing tool). You can try it on my example vi(getControlReference.vi). So I need other solution.</description>
    <pubDate>Fri, 03 Apr 2015 20:04:37 GMT</pubDate>
    <dc:creator>Himmet</dc:creator>
    <dc:date>2015-04-03T20:04:37Z</dc:date>
    <item>
      <title>How to get any control reference?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-get-any-control-reference/m-p/3114302#M893343</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to get any control's reference when click the mouse button on any control.(Front Panel includes&amp;nbsp;hundreds of different types of control.) Actually, I found method using "register for event:mouse down value source".&amp;nbsp;This solution is fine working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/ca71ddafb091c055f875edc651817b1999e37921/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f31363533313269413039383244313045343733353731372f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="reference.png" title="reference.png" /&gt;&lt;/P&gt;
&lt;P&gt;But I don't want to use this method. Please Can you suggest any other method ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for answer...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2015 14:28:46 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-get-any-control-reference/m-p/3114302#M893343</guid>
      <dc:creator>Himmet</dc:creator>
      <dc:date>2015-04-03T14:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get any control reference?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-get-any-control-reference/m-p/3114327#M893353</link>
      <description>&lt;P&gt;There is a property of the front panel of a VI that returns all controls of a front panel. &amp;nbsp;You can register for all controls on a front panel and then the same event will be generated for any control. &amp;nbsp;Drop down a property node of type VI, get the front panel reference, then use another property node to get all controls.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also made an XNode to help getting references of a specific type, or with a specific label. &amp;nbsp;Say get all controls that start with Boolean.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://lavag.org/files/file/260-find-references-xnode/" target="_blank"&gt;https://lavag.org/files/file/260-find-references-xnode/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Be sure and pay attention that XNodes are experimental.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Oh and using the hidden gems you can get a reference to an object based on its label. &amp;nbsp;Using this you could iterate over an array of labels to get.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2015 15:12:53 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-get-any-control-reference/m-p/3114327#M893353</guid>
      <dc:creator>Hooovahh</dc:creator>
      <dc:date>2015-04-03T15:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get any control reference?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-get-any-control-reference/m-p/3114329#M893355</link>
      <description>&lt;P&gt;Using a couple of property nodes, you can get an array of references for all of the controls on a front panel.&amp;nbsp; From there, just register the array.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ni.lithium.com/ni/attachments/ni/170/893355/1/All%20Controls%20Mouse%20Down.png" border="0" alt="" title="" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2015 15:16:57 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-get-any-control-reference/m-p/3114329#M893355</guid>
      <dc:creator>crossrulz</dc:creator>
      <dc:date>2015-04-03T15:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get any control reference?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-get-any-control-reference/m-p/3114340#M893360</link>
      <description>Hi, Thanks for answers,  I know this solution, but I dont use this method.(reg event). Can you suggest any other solution?</description>
      <pubDate>Fri, 03 Apr 2015 15:48:13 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-get-any-control-reference/m-p/3114340#M893360</guid>
      <dc:creator>Himmet</dc:creator>
      <dc:date>2015-04-03T15:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get any control reference?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-get-any-control-reference/m-p/3114362#M893373</link>
      <description>&lt;P&gt;If your solution is working fine, then why do you not want to use it?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2015 16:53:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-get-any-control-reference/m-p/3114362#M893373</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2015-04-03T16:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get any control reference?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-get-any-control-reference/m-p/3114442#M893409</link>
      <description>The solution is working fine on Pc. But the solution is not working when this VI(reentrant vi) published for web request on browser( using web publishing tool). You can try it on my example vi(getControlReference.vi). So I need other solution.</description>
      <pubDate>Fri, 03 Apr 2015 20:04:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-get-any-control-reference/m-p/3114442#M893409</guid>
      <dc:creator>Himmet</dc:creator>
      <dc:date>2015-04-03T20:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to get any control reference?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-get-any-control-reference/m-p/3114603#M893476</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Please, Can you suggest any other method ?&lt;BR /&gt;Thanks for answer. &lt;BR /&gt;&lt;BR /&gt;Best Regards...</description>
      <pubDate>Sat, 04 Apr 2015 18:34:08 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-get-any-control-reference/m-p/3114603#M893476</guid>
      <dc:creator>Himmet</dc:creator>
      <dc:date>2015-04-04T18:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get any control reference?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-to-get-any-control-reference/m-p/3115718#M893989</link>
      <description>&lt;P&gt;Hi Himmet,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sorry that you are having trouble with using control references. Can you explain in more detail why the above solutions do not work in your application?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2015 17:08:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-to-get-any-control-reference/m-p/3115718#M893989</guid>
      <dc:creator>ChaisePotato</dc:creator>
      <dc:date>2015-04-07T17:08:11Z</dc:date>
    </item>
  </channel>
</rss>

