<?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: How To Add an Event To a Custom MXML Component using Event Meta Tag</title>
	<atom:link href="http://www.flexer.info/2008/05/30/how-to-add-an-event-to-a-custom-mxml-component-using-event-meta-tag/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexer.info/2008/05/30/how-to-add-an-event-to-a-custom-mxml-component-using-event-meta-tag/</link>
	<description>flex developers web corner</description>
	<lastBuildDate>Sun, 14 Mar 2010 14:43:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex C</title>
		<link>http://www.flexer.info/2008/05/30/how-to-add-an-event-to-a-custom-mxml-component-using-event-meta-tag/comment-page-1/#comment-1430</link>
		<dc:creator>Alex C</dc:creator>
		<pubDate>Tue, 24 Feb 2009 14:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=187#comment-1430</guid>
		<description>Hi. Thank you for the great article! If I have a custom component used inside an itemRenderer, how would I write an event to talk to the parentDocument variables? The itemRenderer component needs to read a public variable in the main Application, and someone suggested using custom events to do that vs. using the parentDocument.variableName. Any help would be appreciated. Thanks :)</description>
		<content:encoded><![CDATA[<p>Hi. Thank you for the great article! If I have a custom component used inside an itemRenderer, how would I write an event to talk to the parentDocument variables? The itemRenderer component needs to read a public variable in the main Application, and someone suggested using custom events to do that vs. using the parentDocument.variableName. Any help would be appreciated. Thanks <img src='http://www.flexer.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viper</title>
		<link>http://www.flexer.info/2008/05/30/how-to-add-an-event-to-a-custom-mxml-component-using-event-meta-tag/comment-page-1/#comment-997</link>
		<dc:creator>viper</dc:creator>
		<pubDate>Fri, 12 Dec 2008 15:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=187#comment-997</guid>
		<description>Excelent article, I&#039;ve been wondering how this worked for a while. Thanks !</description>
		<content:encoded><![CDATA[<p>Excelent article, I&#8217;ve been wondering how this worked for a while. Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karol</title>
		<link>http://www.flexer.info/2008/05/30/how-to-add-an-event-to-a-custom-mxml-component-using-event-meta-tag/comment-page-1/#comment-565</link>
		<dc:creator>Karol</dc:creator>
		<pubDate>Wed, 30 Jul 2008 12:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=187#comment-565</guid>
		<description>Your tutorial was good. I have a doubt. In my application, I have a tree menu which has many items. If i click an item, the corresponding component must load in a tabNavigator container. How can i add my event in this case&gt;

You wrote 

I used 

var myBox:Box = new Box;
tab_bar.addChild(myBox);
tab_bar.selectedChild = myBox;

The tabs are opening and the components are displaying. But i dont know how to add the custom event which i have 
showBox(handleShowBox(event)</description>
		<content:encoded><![CDATA[<p>Your tutorial was good. I have a doubt. In my application, I have a tree menu which has many items. If i click an item, the corresponding component must load in a tabNavigator container. How can i add my event in this case&gt;</p>
<p>You wrote </p>
<p>I used </p>
<p>var myBox:Box = new Box;<br />
tab_bar.addChild(myBox);<br />
tab_bar.selectedChild = myBox;</p>
<p>The tabs are opening and the components are displaying. But i dont know how to add the custom event which i have<br />
showBox(handleShowBox(event)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FLEX{er} &#187; Blog Archive &#187; ImageRail - Adding Click Event, Styles And HandCursor</title>
		<link>http://www.flexer.info/2008/05/30/how-to-add-an-event-to-a-custom-mxml-component-using-event-meta-tag/comment-page-1/#comment-263</link>
		<dc:creator>FLEX{er} &#187; Blog Archive &#187; ImageRail - Adding Click Event, Styles And HandCursor</dc:creator>
		<pubDate>Thu, 05 Jun 2008 13:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/?p=187#comment-263</guid>
		<description>[...] Style metadata tag see Style metadata Adobe&#8217;s documentation and for Event metadata tag see How To Add an Event To a Custom MXML Component using Event Meta Tag article I wrote [...]</description>
		<content:encoded><![CDATA[<div style="padding: 1em; background: #d3e1ef; /* border: dotted 1px #777777; */">
<p>[...] Style metadata tag see Style metadata Adobe&#8217;s documentation and for Event metadata tag see How To Add an Event To a Custom MXML Component using Event Meta Tag article I wrote [...]</p>
</div>
]]></content:encoded>
	</item>
</channel>
</rss>
