<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Using a custom context menu with the Flex DataGrid control</title>
	<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Tue, 06 Jan 2009 13:29:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: dhileep</title>
		<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-16702</link>
		<author>dhileep</author>
		<pubDate>Fri, 14 Nov 2008 12:15:35 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-16702</guid>
		<description>Many thanks for your code</description>
		<content:encoded><![CDATA[<p>Many thanks for your code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OutSkiing</title>
		<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-16190</link>
		<author>OutSkiing</author>
		<pubDate>Wed, 15 Oct 2008 00:17:52 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-16190</guid>
		<description>Great post!
 
Not being able to remove Settings ..., About .. and the all-important Download this vidio ... are major drawbacks, not to mention having control over formatting of the menu.

Right click support is Flex's biggest weakness IMO.  Has anyone noticed that if the user left clicks a control such as a spinner, then right clicks at the same time, the program can no longer capture the MouseUp event on the left mouse button?  The spinner keeps spinning as if you still had the left click button depressed even if you let go of the mouse.  I have found no good way to prevent this (and am not fond of putting an opaque html layer over the entire Flex application).

It makes no sence that right click handling is restricted to Adobe Air.
Even JavaScript allows us to capture the right click event.</description>
		<content:encoded><![CDATA[<p>Great post!</p>
<p>Not being able to remove Settings &#8230;, About .. and the all-important Download this vidio &#8230; are major drawbacks, not to mention having control over formatting of the menu.</p>
<p>Right click support is Flex&#8217;s biggest weakness IMO.  Has anyone noticed that if the user left clicks a control such as a spinner, then right clicks at the same time, the program can no longer capture the MouseUp event on the left mouse button?  The spinner keeps spinning as if you still had the left click button depressed even if you let go of the mouse.  I have found no good way to prevent this (and am not fond of putting an opaque html layer over the entire Flex application).</p>
<p>It makes no sence that right click handling is restricted to Adobe Air.<br />
Even JavaScript allows us to capture the right click event.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrien</title>
		<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-15963</link>
		<author>Adrien</author>
		<pubDate>Wed, 01 Oct 2008 16:10:01 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-15963</guid>
		<description>Is it possible to put an icon next the ContextMenuItem?
Usually it'as V to show the option is activated.

thanks

Adrien</description>
		<content:encoded><![CDATA[<p>Is it possible to put an icon next the ContextMenuItem?<br />
Usually it&#8217;as V to show the option is activated.</p>
<p>thanks</p>
<p>Adrien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-14848</link>
		<author>Ryan</author>
		<pubDate>Thu, 21 Aug 2008 20:59:03 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-14848</guid>
		<description>I read that the ContextMenu API does not support submenus.  They actually said that was its biggest drawback.</description>
		<content:encoded><![CDATA[<p>I read that the ContextMenu API does not support submenus.  They actually said that was its biggest drawback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-13870</link>
		<author>Mark</author>
		<pubDate>Wed, 02 Jul 2008 21:57:54 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-13870</guid>
		<description>What this line is for?
cm.addEventListener(ContextMenuEvent.MENU_SELECT, contextMenu_menuSelect);</description>
		<content:encoded><![CDATA[<p>What this line is for?<br />
cm.addEventListener(ContextMenuEvent.MENU_SELECT, contextMenu_menuSelect);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Art Van Ronk</title>
		<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-13237</link>
		<author>Art Van Ronk</author>
		<pubDate>Thu, 05 Jun 2008 16:57:34 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-13237</guid>
		<description>I've been working on my first serious flex app. I can't tell you how many times my googling has lead me to your blog, and how helpful it has been. You're my hero.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been working on my first serious flex app. I can&#8217;t tell you how many times my googling has lead me to your blog, and how helpful it has been. You&#8217;re my hero.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guru</title>
		<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-12057</link>
		<author>Guru</author>
		<pubDate>Thu, 17 Apr 2008 09:33:05 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-12057</guid>
		<description>Good work.found it very useful. But did any one try putting more than one options in the context menu?</description>
		<content:encoded><![CDATA[<p>Good work.found it very useful. But did any one try putting more than one options in the context menu?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chucuán</title>
		<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-11988</link>
		<author>Chucuán</author>
		<pubDate>Mon, 14 Apr 2008 17:24:17 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-11988</guid>
		<description>Great job Bruce,

  Is there a way to remove

     *Settings and
     *About Flash Player

  If there is please let me know...

  It wood look more simple on the application.



  Regards.</description>
		<content:encoded><![CDATA[<p>Great job Bruce,</p>
<p>  Is there a way to remove</p>
<p>     *Settings and<br />
     *About Flash Player</p>
<p>  If there is please let me know&#8230;</p>
<p>  It wood look more simple on the application.</p>
<p>  Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanpat</title>
		<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-11056</link>
		<author>sanpat</author>
		<pubDate>Mon, 07 Apr 2008 13:44:07 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-11056</guid>
		<description>if we can not remove default context menus like "setting.." its a main problem</description>
		<content:encoded><![CDATA[<p>if we can not remove default context menus like &#8220;setting..&#8221; its a main problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-7507</link>
		<author>peterd</author>
		<pubDate>Tue, 11 Mar 2008 21:05:44 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/20/using-a-custom-context-menu-with-the-flex-datagrid-control/#comment-7507</guid>
		<description>Ravi,

I believe the &lt;code&gt;addSubmenu()&lt;/code&gt; method is for AIR applications only.

Peter</description>
		<content:encoded><![CDATA[<p>Ravi,</p>
<p>I believe the <code>addSubmenu()</code> method is for AIR applications only.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
</channel>
</rss>
