<?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: AppSettings class for AS3</title>
	<atom:link href="http://www.herrodius.com/blog/63/feed" rel="self" type="application/rss+xml" />
	<link>http://www.herrodius.com/blog/63</link>
	<description>Thoughts from a software developer</description>
	<lastBuildDate>Tue, 01 Jun 2010 08:04:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Christophe</title>
		<link>http://www.herrodius.com/blog/63/comment-page-1#comment-12887</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Fri, 11 Jan 2008 16:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=63#comment-12887</guid>
		<description>Hi Gabriel,

you would have to load the xml in a creationComplete handler and then init your application when the xml is loaded. You can also add bindings to the values in the AppSettings class. e.g. &lt;mx:Button label=&quot;{AppSettings.getInstance().myButtonLabel}&quot;/&gt;. That way you just have to load the xml and need not to worry about initializing your application by reading the settings and applying them.</description>
		<content:encoded><![CDATA[<p>Hi Gabriel,</p>
<p>you would have to load the xml in a creationComplete handler and then init your application when the xml is loaded. You can also add bindings to the values in the AppSettings class. e.g. &lt;mx:Button label=&#8221;{AppSettings.getInstance().myButtonLabel}&#8221;/&gt;. That way you just have to load the xml and need not to worry about initializing your application by reading the settings and applying them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Miró</title>
		<link>http://www.herrodius.com/blog/63/comment-page-1#comment-12885</link>
		<dc:creator>Gabriel Miró</dc:creator>
		<pubDate>Fri, 11 Jan 2008 15:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=63#comment-12885</guid>
		<description>Really good work! I have one question though. When using this class in a Application, one will typically want the xml file to be fully loaded before any call to getProperty is made, but, as the XML load process is asynchronous, how can one synchronize the XML complete load to the application initialization?</description>
		<content:encoded><![CDATA[<p>Really good work! I have one question though. When using this class in a Application, one will typically want the xml file to be fully loaded before any call to getProperty is made, but, as the XML load process is asynchronous, how can one synchronize the XML complete load to the application initialization?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex MacCaw</title>
		<link>http://www.herrodius.com/blog/63/comment-page-1#comment-11206</link>
		<dc:creator>Alex MacCaw</dc:creator>
		<pubDate>Sat, 17 Mar 2007 17:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=63#comment-11206</guid>
		<description>Looks brilliant, I&#039;ll try it and get back to you on how I get on. It&#039;s being used here: http://www.aireofs.com</description>
		<content:encoded><![CDATA[<p>Looks brilliant, I&#8217;ll try it and get back to you on how I get on. It&#8217;s being used here: <a href="http://www.aireofs.com" rel="nofollow">http://www.aireofs.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
