<?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 Link Menu Event and control event in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Link-Menu-Event-and-control-event/m-p/1431988#M551663</link>
    <description>&lt;P&gt;I would like to have a menu item that performs the same function as a control event ("Save" or "Print"). Because there is only an event case for general "menu selection," it appears that I cannot just add an event for a specific case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example&lt;/P&gt;
&lt;P&gt;Save Data case:&lt;/P&gt;
&lt;P&gt;Button: Save Data&lt;/P&gt;
&lt;P&gt;Menu Item: Save Data (Ctrl+S)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Print case:&lt;/P&gt;
&lt;P&gt;Button: Print&lt;/P&gt;
&lt;P&gt;Menu Item: Print (Ctrl+P)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to do this without just duplicating the entire event case?&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jan 2011 17:05:06 GMT</pubDate>
    <dc:creator>emc08</dc:creator>
    <dc:date>2011-01-28T17:05:06Z</dc:date>
    <item>
      <title>Link Menu Event and control event</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Link-Menu-Event-and-control-event/m-p/1431988#M551663</link>
      <description>&lt;P&gt;I would like to have a menu item that performs the same function as a control event ("Save" or "Print"). Because there is only an event case for general "menu selection," it appears that I cannot just add an event for a specific case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example&lt;/P&gt;
&lt;P&gt;Save Data case:&lt;/P&gt;
&lt;P&gt;Button: Save Data&lt;/P&gt;
&lt;P&gt;Menu Item: Save Data (Ctrl+S)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Print case:&lt;/P&gt;
&lt;P&gt;Button: Print&lt;/P&gt;
&lt;P&gt;Menu Item: Print (Ctrl+P)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to do this without just duplicating the entire event case?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2011 17:05:06 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Link-Menu-Event-and-control-event/m-p/1431988#M551663</guid>
      <dc:creator>emc08</dc:creator>
      <dc:date>2011-01-28T17:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Link Menu Event and control event</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Link-Menu-Event-and-control-event/m-p/1432002#M551666</link>
      <description>&lt;P&gt;Create a user event that corresponds to the control. When the menu item is activated simply fire off the user event and pass and necessary data in the event itself.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2011 17:10:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Link-Menu-Event-and-control-event/m-p/1432002#M551666</guid>
      <dc:creator>Mark_Yedinak</dc:creator>
      <dc:date>2011-01-28T17:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Link Menu Event and control event</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Link-Menu-Event-and-control-event/m-p/1432054#M551681</link>
      <description>&lt;P&gt;Thank you! &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am unfamiliar with user events, so I will have to do some research on them.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2011 17:27:58 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Link-Menu-Event-and-control-event/m-p/1432054#M551681</guid>
      <dc:creator>emc08</dc:creator>
      <dc:date>2011-01-28T17:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Link Menu Event and control event</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Link-Menu-Event-and-control-event/m-p/1432090#M551688</link>
      <description>&lt;P&gt;Use Producer Consumer with Events template to start&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the consumer decode the event into a case structure by reading the menu item or menu tag string.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Heres a simple example&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2011 17:48:01 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Link-Menu-Event-and-control-event/m-p/1432090#M551688</guid>
      <dc:creator>AKA_TG</dc:creator>
      <dc:date>2011-01-28T17:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Link Menu Event and control event</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Link-Menu-Event-and-control-event/m-p/1432478#M551764</link>
      <description>&lt;P&gt;Thank you both. I have spent some time looking at the two methods, and I think&amp;nbsp;I can make the second work. I'm still having a hard time understanding registered events, and&amp;nbsp;how and what they cause to happen. It seems like an important concept, so I'll keep working at them. I've spent quite some time with the .vi provided in "help" for "Programmatically Fire Events."&amp;nbsp;Is the "event structure"&amp;nbsp;the same as the "event handler?" So it&amp;nbsp;goes through the standard event case structure? If you have any ideas for clarifying this concept, I'd greatly appreciate it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2011 22:20:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Link-Menu-Event-and-control-event/m-p/1432478#M551764</guid>
      <dc:creator>emc08</dc:creator>
      <dc:date>2011-01-28T22:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Link Menu Event and control event</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Link-Menu-Event-and-control-event/m-p/1432658#M551792</link>
      <description>&lt;P&gt;Yes, user events are processed in the event structure with the other standard LabVIEW events (value change, mouse up, menu eents, etc.). User events are very useful and are worth the time to learn.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jan 2011 03:30:32 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Link-Menu-Event-and-control-event/m-p/1432658#M551792</guid>
      <dc:creator>Mark_Yedinak</dc:creator>
      <dc:date>2011-01-29T03:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Link Menu Event and control event</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Link-Menu-Event-and-control-event/m-p/1432682#M551800</link>
      <description>&lt;P&gt;Hi emc08,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; You implement your requirement using a dynamic events(user defined events).I had attached a VI for your referece.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;srikrishnaNF&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jan 2011 05:09:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Link-Menu-Event-and-control-event/m-p/1432682#M551800</guid>
      <dc:creator>srikrishnaNF</dc:creator>
      <dc:date>2011-01-29T05:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Link Menu Event and control event</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Link-Menu-Event-and-control-event/m-p/1433634#M551987</link>
      <description>&lt;P&gt;Thank you very much for your help. I think I have a handle on these now.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2011 13:20:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Link-Menu-Event-and-control-event/m-p/1433634#M551987</guid>
      <dc:creator>emc08</dc:creator>
      <dc:date>2011-01-31T13:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Link Menu Event and control event</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Link-Menu-Event-and-control-event/m-p/1434912#M552204</link>
      <description>&lt;P&gt;Hi emc08,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Then what about kudos?&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://ni.lithium.com/i/smilies/16x16_smiley-sad.gif" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;
&lt;P&gt;srikrishna&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2011 04:03:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Link-Menu-Event-and-control-event/m-p/1434912#M552204</guid>
      <dc:creator>srikrishnaNF</dc:creator>
      <dc:date>2011-02-01T04:03:39Z</dc:date>
    </item>
  </channel>
</rss>

