<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Context Menus Revisited</title>
	<atom:link href="http://blog.kevinhoyt.org/2007/01/12/context-menus-revisited/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kevinhoyt.org/2007/01/12/context-menus-revisited/</link>
	<description>On the desktop, on the web, on the device ... On the Platform</description>
	<pubDate>Thu, 20 Nov 2008 23:08:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Directory</title>
		<link>http://blog.kevinhoyt.org/2007/01/12/context-menus-revisited/#comment-38718</link>
		<dc:creator>Directory</dc:creator>
		<pubDate>Fri, 02 May 2008 16:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/?p=29#comment-38718</guid>
		<description>Dear Kevin,

Good job with the article!</description>
		<content:encoded><![CDATA[<p>Dear Kevin,</p>
<p>Good job with the article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: H Lu</title>
		<link>http://blog.kevinhoyt.org/2007/01/12/context-menus-revisited/#comment-20651</link>
		<dc:creator>H Lu</dc:creator>
		<pubDate>Sun, 20 Jan 2008 05:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/?p=29#comment-20651</guid>
		<description>Hi Kevin,

Great job! I have a question: when the popup window appears,(eg 'Nested Context Menus' in your example), if you do right click anywhere in that window, it will show the full default context menu(Zoom in, Show All ....), how to hide it if possile? I tried, it seems I cannot do it.

Thanks
Lu</description>
		<content:encoded><![CDATA[<p>Hi Kevin,</p>
<p>Great job! I have a question: when the popup window appears,(eg &#8216;Nested Context Menus&#8217; in your example), if you do right click anywhere in that window, it will show the full default context menu(Zoom in, Show All &#8230;.), how to hide it if possile? I tried, it seems I cannot do it.</p>
<p>Thanks<br />
Lu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ugo</title>
		<link>http://blog.kevinhoyt.org/2007/01/12/context-menus-revisited/#comment-14676</link>
		<dc:creator>Ugo</dc:creator>
		<pubDate>Sun, 02 Dec 2007 19:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/?p=29#comment-14676</guid>
		<description>Hi. I'm trying to setup a context menu for a Tree control where the context menu is different for right-clicking on a folder item or leaf item. However, it doesn't do that. It just displays the set of menu items defined (lastly, in an If...else construct) for the leaf items.

How can I resolve this? Thanks</description>
		<content:encoded><![CDATA[<p>Hi. I&#8217;m trying to setup a context menu for a Tree control where the context menu is different for right-clicking on a folder item or leaf item. However, it doesn&#8217;t do that. It just displays the set of menu items defined (lastly, in an If&#8230;else construct) for the leaf items.</p>
<p>How can I resolve this? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.kevinhoyt.org/2007/01/12/context-menus-revisited/#comment-3053</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 07 Aug 2007 20:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/?p=29#comment-3053</guid>
		<description>Can you embed menu's within menu's. So when you choose a menuitem another submenu is displayed? I can't find any examples anywhere?

Thanks,
Alex</description>
		<content:encoded><![CDATA[<p>Can you embed menu&#8217;s within menu&#8217;s. So when you choose a menuitem another submenu is displayed? I can&#8217;t find any examples anywhere?</p>
<p>Thanks,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne Adams</title>
		<link>http://blog.kevinhoyt.org/2007/01/12/context-menus-revisited/#comment-1079</link>
		<dc:creator>Wayne Adams</dc:creator>
		<pubDate>Fri, 06 Jul 2007 22:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/?p=29#comment-1079</guid>
		<description>What type of event listener are you adding?  I noticed I get nothing when I add an event listener for mouse events, but if I add a listener (specifically to the ContextMenuItem) for a ContextMenuEvent.MENU_ITEM_SELECT, it works as expected.  This is on a Tree control contained in an HBox.  ICBW but I think the only event recognized on a ContextMenu is a ContextMenuEvent.MENU_SELECT, and the only event recognized on a ContextMenuItem is a ContextMenuEvent.MENU_ITEM_SELECT.  HTH -- Wayne</description>
		<content:encoded><![CDATA[<p>What type of event listener are you adding?  I noticed I get nothing when I add an event listener for mouse events, but if I add a listener (specifically to the ContextMenuItem) for a ContextMenuEvent.MENU_ITEM_SELECT, it works as expected.  This is on a Tree control contained in an HBox.  ICBW but I think the only event recognized on a ContextMenu is a ContextMenuEvent.MENU_SELECT, and the only event recognized on a ContextMenuItem is a ContextMenuEvent.MENU_ITEM_SELECT.  HTH &#8212; Wayne</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Burns</title>
		<link>http://blog.kevinhoyt.org/2007/01/12/context-menus-revisited/#comment-774</link>
		<dc:creator>Mike Burns</dc:creator>
		<pubDate>Wed, 27 Jun 2007 15:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/?p=29#comment-774</guid>
		<description>I'm having this problem:  I set up a context menu to work with a Tree object, but the EventListeners do not work.  The context menu appears, but when I click an item, nothing happens.  It works with other controls, just not the Tree.  I read that some controls disallow MouseEvents on their children/items, so you have to create a custom item renderer or extend the item renderer class to allow MouseEvents on the items in the list.  Do you know if this applies to the Tree control, or do you have any other information that might help me?

Thanks,
Mike</description>
		<content:encoded><![CDATA[<p>I&#8217;m having this problem:  I set up a context menu to work with a Tree object, but the EventListeners do not work.  The context menu appears, but when I click an item, nothing happens.  It works with other controls, just not the Tree.  I read that some controls disallow MouseEvents on their children/items, so you have to create a custom item renderer or extend the item renderer class to allow MouseEvents on the items in the list.  Do you know if this applies to the Tree control, or do you have any other information that might help me?</p>
<p>Thanks,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Hoyt</title>
		<link>http://blog.kevinhoyt.org/2007/01/12/context-menus-revisited/#comment-66</link>
		<dc:creator>Kevin Hoyt</dc:creator>
		<pubDate>Mon, 19 Feb 2007 11:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/?p=29#comment-66</guid>
		<description>Greg,

Within the web version of the Flash Player (what you'll find in the browser), these menu's cannot be removed.  They are permanent items left intact to prevent potential spoofers or other hacking threats that might involve the Flash Player.

To be clear, the "Show Redraw Regions" is specific only to the Debug version of the Flash Player (generally found when running an application from Flex Builder).  The Flash Player distributed from Adobe doesn't have this menu item.

Hope this helps,
Kevin

PS - Look to Apollo to (potentially) offer context menu support with full customization.
</description>
		<content:encoded><![CDATA[<p>Greg,</p>
<p>Within the web version of the Flash Player (what you&#8217;ll find in the browser), these menu&#8217;s cannot be removed.  They are permanent items left intact to prevent potential spoofers or other hacking threats that might involve the Flash Player.</p>
<p>To be clear, the &#8220;Show Redraw Regions&#8221; is specific only to the Debug version of the Flash Player (generally found when running an application from Flex Builder).  The Flash Player distributed from Adobe doesn&#8217;t have this menu item.</p>
<p>Hope this helps,<br />
Kevin</p>
<p>PS - Look to Apollo to (potentially) offer context menu support with full customization.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://blog.kevinhoyt.org/2007/01/12/context-menus-revisited/#comment-65</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 13 Feb 2007 21:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/?p=29#comment-65</guid>
		<description>Hi Kevin, 

This may be I'm overlooking something entirely else, but do you know why the other 'system' menu items (settings, show redraw regions, about...)still exist even after calling hideBuiltInItems?</description>
		<content:encoded><![CDATA[<p>Hi Kevin, </p>
<p>This may be I&#8217;m overlooking something entirely else, but do you know why the other &#8217;system&#8217; menu items (settings, show redraw regions, about&#8230;)still exist even after calling hideBuiltInItems?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
