<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Loyal Moses &#187; Components</title>
	<atom:link href="http://www.loyalmoses.com/content/component/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.loyalmoses.com</link>
	<description>public var blog:Blog = Blog.getInstance();</description>
	<lastBuildDate>Thu, 13 Oct 2011 02:33:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>creationComplete() or mx:creationComplete</title>
		<link>http://www.loyalmoses.com/2008/10/creationcomplete-or-mxcreationcomplete/</link>
		<comments>http://www.loyalmoses.com/2008/10/creationcomplete-or-mxcreationcomplete/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 03:20:00 +0000</pubDate>
		<dc:creator>moses</dc:creator>
				<category><![CDATA[Components]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.loyalmoses.com/?p=49</guid>
		<description><![CDATA[An option for those using the creationComplete() method of an Application or component in Flex, is to use the MXML component equivalent mx:creationComplete Enjoy.]]></description>
			<content:encoded><![CDATA[<div style="text-align:center;margin:5px 0px 20px 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-2572565503002911";
/* 468x60, created 1/2/10 */
google_ad_slot = "7768175042";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>An option for those using the creationComplete() method of an Application or component in Flex, is to use the MXML component equivalent mx:creationComplete</p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loyalmoses.com/2008/10/creationcomplete-or-mxcreationcomplete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Component, Self Reference</title>
		<link>http://www.loyalmoses.com/2008/08/flex-component-self-reference/</link>
		<comments>http://www.loyalmoses.com/2008/08/flex-component-self-reference/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 02:16:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Components]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.loyalmoses.com/?p=40</guid>
		<description><![CDATA[I receive this questions quite often, &#8220;How do I self reference a Flex component?&#8221; &#8212; The answer is quite simple and obvious, however it is easily over looked. Use the event object within the component along with currentTarget to set / get parameters from the current component. An example click event to change the visibility [...]]]></description>
			<content:encoded><![CDATA[<p><span><span>I receive this questions quite often, &#8220;How do I self reference a Flex component?&#8221; &#8212; The answer is quite simple and obvious, however it is easily over looked.</span></span>
<div></div>
<div><span><span>Use the event object within the component along with currentTarget to set / get parameters from the current component.</span></span></div>
<div></div>
<div><span><span>An example click event to change the visibility of a component from within itself would be:</span></span></div>
<div></div>
<div><span><span>click=&#8221;event.currentTarget.visible=false;&#8221;</span></span></div>
<div></div>
<div><span><span>Enjoy.</span></span></div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.loyalmoses.com/2008/08/flex-component-self-reference/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

