<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Update to MenuItem class</title>
	<atom:link href="http://flexoop.com/2009/02/update-to-menuitem-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexoop.com/2009/02/update-to-menuitem-class/</link>
	<description>Flex, AIR, ColdFusion, and everything in between</description>
	<lastBuildDate>Thu, 15 Dec 2011 04:02:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Gareth</title>
		<link>http://flexoop.com/2009/02/update-to-menuitem-class/comment-page-1/#comment-762</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Sat, 31 Oct 2009 01:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=156#comment-762</guid>
		<description>@reiman,
Ah, never tried null.  I did try [] for an empty array, but that still gave the arrow for the child menus, but with no children.  That would certainly make things simpler though...I guess I should&#039;ve inspected what Flex was doing with the menu items I passed it.
Thanks</description>
		<content:encoded><![CDATA[<p>@reiman,<br />
Ah, never tried null.  I did try [] for an empty array, but that still gave the arrow for the child menus, but with no children.  That would certainly make things simpler though&#8230;I guess I should&#8217;ve inspected what Flex was doing with the menu items I passed it.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reiman</title>
		<link>http://flexoop.com/2009/02/update-to-menuitem-class/comment-page-1/#comment-760</link>
		<dc:creator>reiman</dc:creator>
		<pubDate>Thu, 29 Oct 2009 23:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=156#comment-760</guid>
		<description>Thanks for your post it is really informative, I wish had found it earlier, I ended up writing a MenuItem class as well after having been frustrated that the flex sdk didn’t come with something out of the box. One way to avoid having to create another class to hold MenuItems as children is to create the children property on the MenuItem and set it to “null”, the arrows will not appear. This way MenuItem can contain children with subclassing.</description>
		<content:encoded><![CDATA[<p>Thanks for your post it is really informative, I wish had found it earlier, I ended up writing a MenuItem class as well after having been frustrated that the flex sdk didn’t come with something out of the box. One way to avoid having to create another class to hold MenuItems as children is to create the children property on the MenuItem and set it to “null”, the arrows will not appear. This way MenuItem can contain children with subclassing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

