﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » Action Item Not Firing</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Wed, 16 Sep 2026 21:44:14 GMT</lastBuildDate><ttl>20</ttl><item><title>Action Item Not Firing</title><link>http://forum.strataframe.net/FindPost26489.aspx</link><description>I am attempting to create a window following the example of the StrataFlix application.  I have my window and a dialog with action items defined.  The action items have a click event associated with them; however, when I click on a menu item after the dialog comes up, nothing happens.  The click event is not firing.&lt;br&gt;
&lt;br&gt;
Thoughts?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Bill</description><pubDate>Wed, 17 Mar 2010 08:30:22 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: Action Item Not Firing</title><link>http://forum.strataframe.net/FindPost26519.aspx</link><description>Yeah, that is what I thought might have been missing.  Good eye! :)</description><pubDate>Wed, 17 Mar 2010 08:30:22 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Action Item Not Firing</title><link>http://forum.strataframe.net/FindPost26509.aspx</link><description>I did a close review of one form that was working and the one that wasn't.  The missing code was: &lt;br&gt;
&lt;br&gt;
[codesnippet]&lt;br&gt;
private void tlmActions_ItemClicked(object sender, MicroFour.StrataFrame.UI.Windows.Forms.ThemedLinkMenuClickEventArgs e)&lt;br&gt;
{&lt;br&gt;
        ((ActionLinkMenuItem)e.Item).OnClick();&lt;br&gt;
}&lt;br&gt;
[/codesnippet]&lt;br&gt;
&lt;br&gt;
Works like a charm, now!  Thanks!!  :D</description><pubDate>Tue, 16 Mar 2010 10:12:24 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: Action Item Not Firing</title><link>http://forum.strataframe.net/FindPost26506.aspx</link><description>What does your class look like?</description><pubDate>Tue, 16 Mar 2010 09:12:06 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Action Item Not Firing</title><link>http://forum.strataframe.net/FindPost26491.aspx</link><description>Yup...I have the classes referenced.  The OnClick event is filled with code.  The action items get wired up just fine, with images and everything (it really is sweet).  Clicking the item does nothing however...the event simply does not fire.</description><pubDate>Mon, 15 Mar 2010 14:18:30 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: Action Item Not Firing</title><link>http://forum.strataframe.net/FindPost26490.aspx</link><description>Hi Bill,&lt;br&gt;
&lt;br&gt;
Make your your ActionLinkMenuItem.vb is the same code as in the StrataFlix.  There is an OnClick() method which is responsible to raise the Click() event in there.&lt;br&gt;
&lt;br&gt;
So you need to have in your project the ActionLinkMenuItem.vb and the ActionLinkMenuItemCollection.vb classes.</description><pubDate>Mon, 15 Mar 2010 13:38:50 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item></channel></rss>