<?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: Boolean button that requires a double click in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2103672#M685204</link>
    <description>&lt;P&gt;Nickerbocker - just curious, when you do this, do you visually show that the controls are enabled and disabled?&amp;nbsp; Otherwise it would seem a lot easier to me to check whether any modifier keys are pressed at the time of the mouse down event (or, with a filter event, discard if the modifier key isn't pressed).&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jul 2012 23:27:44 GMT</pubDate>
    <dc:creator>nathand</dc:creator>
    <dc:date>2012-07-26T23:27:44Z</dc:date>
    <item>
      <title>Boolean button that requires a double click</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2103656#M685200</link>
      <description>&lt;P&gt;Is it possible to make a boolean true/false button to require two mouse clicks to switch. We wish this feature to avoid accidentally clicking a button that opens or closes a valve?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you, Bill&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2012 23:11:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2103656#M685200</guid>
      <dc:creator>schieb2</dc:creator>
      <dc:date>2012-07-26T23:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean button that requires a double click</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2103666#M685202</link>
      <description>&lt;P&gt;It can be done if you capture the "mouse down?" filter event on the boolean, and track the time between two successive events.&amp;nbsp; On the first one, discard the event, and store the time.&amp;nbsp; On the second one, if the time is within some "double-click" time, don't discard the event, which will allow the boolean to switch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can I suggest as a simpler alternative that you use a pull-down (I'm thinking an enumeration or a picture ring)?&amp;nbsp; That also requires more than a passing mouse click to change the value, and is both easier to code and more intuitive.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2012 23:17:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2103666#M685202</guid>
      <dc:creator>nathand</dc:creator>
      <dc:date>2012-07-26T23:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean button that requires a double click</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2103670#M685203</link>
      <description>&lt;P&gt;Hi Bill -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have to program similar functionality into my apps so that when buttons are pressed they are pressed "with intent" and not accidental.&amp;nbsp; Instead of a double-click, might I suggest an "unlock" key?&amp;nbsp; I have my users press and hold the CTRL key if they want to click something in the interface that does something that you don't want to do accidently (like open a valve).&amp;nbsp; You can use an event to detect when a key is pressed down and check to see if it is the CTRL key (or whatever key you like), and then Enable the controls.&amp;nbsp; Similarly when the key comes back up the controls are disabled again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2012 23:18:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2103670#M685203</guid>
      <dc:creator>hecmar.arreola</dc:creator>
      <dc:date>2012-07-26T23:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean button that requires a double click</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2103672#M685204</link>
      <description>&lt;P&gt;Nickerbocker - just curious, when you do this, do you visually show that the controls are enabled and disabled?&amp;nbsp; Otherwise it would seem a lot easier to me to check whether any modifier keys are pressed at the time of the mouse down event (or, with a filter event, discard if the modifier key isn't pressed).&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2012 23:27:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2103672#M685204</guid>
      <dc:creator>nathand</dc:creator>
      <dc:date>2012-07-26T23:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean button that requires a double click</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2103678#M685205</link>
      <description>&lt;P&gt;add a dialog to it....&lt;IMG src="https://ip1.i.lithium.com/4676297634e916d23d85ea929857a1918fbfaf70/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f383233323069463435453331363533343745413334432f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="VALVE.png" title="VALVE.png" align="center" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2012 23:33:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2103678#M685205</guid>
      <dc:creator>apok</dc:creator>
      <dc:date>2012-07-26T23:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean button that requires a double click</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2103706#M685209</link>
      <description>&lt;P&gt;Thank you. I will give this solution a try using space bar + mouse click.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2012 00:06:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2103706#M685209</guid>
      <dc:creator>schieb2</dc:creator>
      <dc:date>2012-07-27T00:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean button that requires a double click</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2103774#M685218</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached is sort of "timed button" that was created for another member some years ago (can't remember when was it though)...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It might be just another possible solution to your problem. So, I am adding it to the list &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2012 02:36:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2103774#M685218</guid>
      <dc:creator>ian_fung</dc:creator>
      <dc:date>2012-07-27T02:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean button that requires a double click</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2104224#M685308</link>
      <description>&lt;P&gt;@Ian: While i find the general idea very interesting, i don't like that timing is encapsulated only in the subVI. While it doesn't hog the CPU (which is good), it might give wrong impressions to new developers (no obvious wait funktion in the loop).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;@OP: If it was only a double click you want to check, you might do something like in the attachment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Norbert&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2012 12:42:32 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2104224#M685308</guid>
      <dc:creator>Norbert_B</dc:creator>
      <dc:date>2012-07-27T12:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean button that requires a double click</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2104368#M685340</link>
      <description>Dear Norbert&lt;BR /&gt;&lt;BR /&gt;Thanks for the feedback. Fyi, it wasn't my idea but it was created based on the requirement of the member who needed such function.</description>
      <pubDate>Fri, 27 Jul 2012 14:21:53 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2104368#M685340</guid>
      <dc:creator>ian_fung</dc:creator>
      <dc:date>2012-07-27T14:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean button that requires a double click</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2104618#M685393</link>
      <description>&lt;P&gt;Norbert, neat trick! I had never thought of a use for a disabled control that is not also greyed out. I never tried it but I am surprised that a disabled control still generates mouse events.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2012 17:08:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2104618#M685393</guid>
      <dc:creator>SteveChandler</dc:creator>
      <dc:date>2012-07-27T17:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean button that requires a double click</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2104638#M685395</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/1994"&gt;@Steve&lt;/a&gt; Chandler wrote:&lt;BR /&gt;
&lt;P&gt;Norbert, neat trick! I had never thought of a use for a disabled control that is not also greyed out. I never tried it but I am surprised that a disabled control still generates mouse events.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;Mouse down events are independent of the operation. You can easily generate such events even for indicators. Very useful! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2012 17:23:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2104638#M685395</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2012-07-27T17:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean button that requires a double click</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2104762#M685427</link>
      <description>&lt;P&gt;Norbert: Thank you for sending this VI. It is exactly what I was looking for.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2012 18:35:12 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2104762#M685427</guid>
      <dc:creator>schieb2</dc:creator>
      <dc:date>2012-07-27T18:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean button that requires a double click</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2104898#M685459</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/30013"&gt;@Norbert_B&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/20363"&gt;@Ian&lt;/a&gt;: While i find the general idea very interesting, i don't like that timing is encapsulated only in the subVI. While it doesn't hog the CPU (which is good), it might give wrong impressions to new developers (no obvious wait funktion in the loop).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/49889"&gt;@Op&lt;/a&gt;: If it was only a double click you want to check, you might do something like in the attachment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Norbert&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I to am interested in your solution.&amp;nbsp; Can you downconvert to LV10 for me?&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2012 20:40:01 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2104898#M685459</guid>
      <dc:creator>MoReese</dc:creator>
      <dc:date>2012-07-27T20:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean button that requires a double click</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2104928#M685465</link>
      <description>&lt;P&gt;Reese, Here it is in LV2010.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2012 21:00:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2104928#M685465</guid>
      <dc:creator>schieb2</dc:creator>
      <dc:date>2012-07-27T21:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean button that requires a double click</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2104986#M685475</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Norbert_B wrote:
&lt;P&gt;@OP: If it was only a double click you want to check, you might do something like in the attachment.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I am still trying to wrap my head around the diffence between a "mouse down ...double-click" and a "mouse up...double-click" event. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2012 22:19:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2104986#M685475</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2012-07-27T22:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean button that requires a double click</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2105092#M685494</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/7614"&gt;@altenbach&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Norbert_B wrote:
&lt;P&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/49889"&gt;@Op&lt;/a&gt;: If it was only a double click you want to check, you might do something like in the attachment.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I am still trying to wrap my head around the diffence between a "mouse down ...double-click" and a "mouse up...double-click" event. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/30013"&gt;@Norbert_B&lt;/a&gt; : Very cool idea indeed.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;@&lt;SPAN&gt;altenbach: I was trying to find out the same soon as I saw the code. I do not see any differece in terms of execution, is it true?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;Also, I think as a general principle, everyone in the forums should post vi in older version whenever possible (of course, in some times you might loose some functionality, in which case, it should be okay to post it in same version it was created in). It willl help the majority of community members who have older version to jump in to the discussion, and get the ideas such as few posted in this thread, whithout having to go through the hassle of asking for downconversion and wait for it until someone does it for them.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-Nilesh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jul 2012 16:27:14 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2105092#M685494</guid>
      <dc:creator>odessy27</dc:creator>
      <dc:date>2012-07-28T16:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean button that requires a double click</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2105534#M685557</link>
      <description>&lt;P&gt;The difference between mouse down and mouse up is WHEN the event is generated. Mouse down means, the event is generated as soon as the mouse button is pressed while mouse up is generated once you release the button.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For single mouse presses, it is suggested to use the mouse up event because you might realize: Hey, that's the wrong control i am pressing! So simply move (while keeping the mouse button pressed) the mouse point off the control and then release the button. The event for the control "mouse up" will not be generated since it never took place (mouse up was OUTSIDE the control!)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another difference is that mouse down is also available as filter event while mouse up not....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A third difference is that mouse up is not generated if the control has a context menu and the mouse button used is the right one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But to be honest, for a double click, it really doesn't matter much since if i double click as user, i click quite fast (maybe as fast as i can) so i will not rethink during the double click if the control was the correct one.... &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope this helps,&lt;/P&gt;
&lt;P&gt;Norbert&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2012 07:29:38 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2105534#M685557</guid>
      <dc:creator>Norbert_B</dc:creator>
      <dc:date>2012-07-30T07:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean button that requires a double click</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2105778#M685604</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/134171"&gt;@odessy27&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&amp;nbsp;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;Also, I think as a general principle, everyone in the forums should post vi in older version whenever possible (of course, in some times you might loose some functionality, in which case, it should be okay to post it in same version it was created in). It willl help the majority of community members who have older version to jump in to the discussion, and get the ideas such as few posted in this thread, whithout having to go through the hassle of asking for downconversion and wait for it until someone does it for them.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-Nilesh&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I second this notion.&amp;nbsp; I've had to ask for older versions all the time.&amp;nbsp; Unfortunately, some of us are stuck with the versions we purchased until we can convince the powers-that-be of the need to upgrade.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2012 12:34:26 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2105778#M685604</guid>
      <dc:creator>MoReese</dc:creator>
      <dc:date>2012-07-30T12:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean button that requires a double click</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2105956#M685642</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/153823"&gt;@MoReese&lt;/a&gt; wrote:&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;I second this notion.&amp;nbsp; I've had to ask for older versions all the time.&amp;nbsp; Unfortunately, some of us are stuck with the versions we purchased until we can convince the powers-that-be of the need to upgrade.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;I just &lt;A href="https://ni.lithium.com/t5/LabVIEW-Idea-Exchange/Save-Option-to-Include-Older-Version/idi-p/2105936" target="_blank"&gt;posted an idea&lt;/A&gt; to the idea exchange that might be able to address this issue.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2012 14:17:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2105956#M685642</guid>
      <dc:creator>SteveChandler</dc:creator>
      <dc:date>2012-07-30T14:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Boolean button that requires a double click</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2124596#M689410</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/1994"&gt;@Steve&lt;/a&gt; Chandler wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/153823"&gt;@MoReese&lt;/a&gt; wrote:&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;I second this notion.&amp;nbsp; I've had to ask for older versions all the time.&amp;nbsp; Unfortunately, some of us are stuck with the versions we purchased until we can convince the powers-that-be of the need to upgrade.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;I just &lt;A href="https://ni.lithium.com/t5/LabVIEW-Idea-Exchange/Save-Option-to-Include-Older-Version/idi-p/2105936" target="_blank"&gt;posted an idea&lt;/A&gt; to the idea exchange that might be able to address this issue.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I already posted &lt;A href="https://ni.lithium.com/t5/LabVIEW/Save-for-Previous-version-and-post/m-p/1250418" target="_self"&gt;&lt;STRONG&gt;here&lt;/STRONG&gt;&lt;/A&gt; long back when I was starting with the forum (You know one thing I got my first kudo there &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://ni.lithium.com/i/smilies/16x16_smiley-surprised.gif" alt="Smiley Surprised" title="Smiley Surprised" /&gt; ) but not much appreciation &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2012 20:55:48 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Boolean-button-that-requires-a-double-click/m-p/2124596#M689410</guid>
      <dc:creator>P@Anand</dc:creator>
      <dc:date>2012-08-15T20:55:48Z</dc:date>
    </item>
  </channel>
</rss>

