<?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: Overlaid Cursor's Movement in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Overlaid-Cursor-s-Movement/m-p/2109130#M686271</link>
    <description>&lt;P&gt;Didnt totally follow but you should look at cursor events (move, grab....) and cursors can be then manipulated via property nodes.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Aug 2012 13:26:54 GMT</pubDate>
    <dc:creator>falkpl</dc:creator>
    <dc:date>2012-08-01T13:26:54Z</dc:date>
    <item>
      <title>Overlaid Cursor's Movement</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Overlaid-Cursor-s-Movement/m-p/2109098#M686267</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Scenario&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a graph with 2 cursors say Cur_1 and Cur_2. Cur_1 can have any Y value and Cur_2 has a Y value that is "Num" less than the Cur_1 Y value where "Num" can be any number.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example, If Cur_1 = 50 and Num = 10, Then Cur_2 = 40&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When ever Cur_1 is moved, Cur_2 is programmatically moved accordingly. Cur_2 can be moved independently but its Y value cannot be greater than Cur_1 Y value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;U&gt;&lt;STRONG&gt;Problem&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;Now the problem is when the value of "Num" is "0" then both Cur_1 and Cur_2 are overlaid. In such cases, i am not being able to move the lower cursor unless I move the upper cursor. And in my code as I expained above, Cur_2 has to move relative to the Cur_1 when ever Cur_1 is moved. So Even if i think of moving the upper cursor (Cur_1) and then move the lower one, it is not possible as the lower cursor has to automatically move according to the Cur_1 movement.&lt;BR /&gt;&lt;BR /&gt;I would be glad if anyone can help me with any kind of suggestions.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Nitz&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(P.S. - &amp;nbsp;Sorry for such a long description. I don't have a code to share with you all. So I had to expain it this way.) &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2012 13:06:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Overlaid-Cursor-s-Movement/m-p/2109098#M686267</guid>
      <dc:creator>NitzZ</dc:creator>
      <dc:date>2012-08-01T13:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Overlaid Cursor's Movement</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Overlaid-Cursor-s-Movement/m-p/2109130#M686271</link>
      <description>&lt;P&gt;Didnt totally follow but you should look at cursor events (move, grab....) and cursors can be then manipulated via property nodes.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2012 13:26:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Overlaid-Cursor-s-Movement/m-p/2109130#M686271</guid>
      <dc:creator>falkpl</dc:creator>
      <dc:date>2012-08-01T13:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Overlaid Cursor's Movement</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Overlaid-Cursor-s-Movement/m-p/2109204#M686291</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How about a numeric control to enter Y. That way you could move the 2nd cursor from underneath the 1st one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Florian&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2012 13:55:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Overlaid-Cursor-s-Movement/m-p/2109204#M686291</guid>
      <dc:creator>Florian.Ludwig</dc:creator>
      <dc:date>2012-08-01T13:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Overlaid Cursor's Movement</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Overlaid-Cursor-s-Movement/m-p/2110312#M686562</link>
      <description>&lt;P&gt;Hi Florian,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Numeric control is something which would prefer if there's no other solution. I wanted to grab the lower cursor somehow when both the cursors are overlaid.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi Falkpl,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried all the events and properties, couldn't find a proper way of doing it. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards,&lt;BR /&gt;Nitz&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2012 04:52:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Overlaid-Cursor-s-Movement/m-p/2110312#M686562</guid>
      <dc:creator>NitzZ</dc:creator>
      <dc:date>2012-08-02T04:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Overlaid Cursor's Movement</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Overlaid-Cursor-s-Movement/m-p/2110326#M686564</link>
      <description>&lt;P&gt;Why don't you have a check box to make the cursor 1 and 2 Visible so that you can access only the cursor you want?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2012 05:47:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Overlaid-Cursor-s-Movement/m-p/2110326#M686564</guid>
      <dc:creator>P@Anand</dc:creator>
      <dc:date>2012-08-02T05:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Overlaid Cursor's Movement</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Overlaid-Cursor-s-Movement/m-p/2137882#M692051</link>
      <description>&lt;P&gt;Hi Anand,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Making the cursor visible or invisible wont disable it.. It will still be enabled causing the below cursor not to move. I didn't get a specific solution. So I had to go ahead with a work around. I have attached it here.. You may have a look if you wish.. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Nitz&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2012 09:37:12 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Overlaid-Cursor-s-Movement/m-p/2137882#M692051</guid>
      <dc:creator>NitzZ</dc:creator>
      <dc:date>2012-08-28T09:37:12Z</dc:date>
    </item>
  </channel>
</rss>

