<?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: ActionScript Class for Global Variables in Flex</title>
	<atom:link href="http://www.kerkness.ca/actionscript-class-for-global-variables-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerkness.ca/actionscript-class-for-global-variables-in-flex/</link>
	<description>flexing my kerkness, among other things</description>
	<lastBuildDate>Thu, 08 Oct 2009 10:38:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ullas</title>
		<link>http://www.kerkness.ca/actionscript-class-for-global-variables-in-flex/comment-page-1/#comment-5429</link>
		<dc:creator>ullas</dc:creator>
		<pubDate>Wed, 07 Oct 2009 22:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=4#comment-5429</guid>
		<description>Better to declare a public static variable  in &quot;thisComponent&quot; and use it this way : thisComponent.ThisVariable;

You may have to import that component if not in the same directory.</description>
		<content:encoded><![CDATA[<p>Better to declare a public static variable  in &#8220;thisComponent&#8221; and use it this way : thisComponent.ThisVariable;</p>
<p>You may have to import that component if not in the same directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustav Xyrer</title>
		<link>http://www.kerkness.ca/actionscript-class-for-global-variables-in-flex/comment-page-1/#comment-4544</link>
		<dc:creator>Gustav Xyrer</dc:creator>
		<pubDate>Wed, 02 Sep 2009 18:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=4#comment-4544</guid>
		<description>Just what I needed, that crap about not using globals is just BS.</description>
		<content:encoded><![CDATA[<p>Just what I needed, that crap about not using globals is just BS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NNayak</title>
		<link>http://www.kerkness.ca/actionscript-class-for-global-variables-in-flex/comment-page-1/#comment-348</link>
		<dc:creator>NNayak</dc:creator>
		<pubDate>Tue, 21 Apr 2009 23:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=4#comment-348</guid>
		<description>Thanks so much for explaining this.  I found the same crap everywhere before landing on your post.</description>
		<content:encoded><![CDATA[<p>Thanks so much for explaining this.  I found the same crap everywhere before landing on your post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hypolite</title>
		<link>http://www.kerkness.ca/actionscript-class-for-global-variables-in-flex/comment-page-1/#comment-85</link>
		<dc:creator>Hypolite</dc:creator>
		<pubDate>Fri, 05 Dec 2008 09:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=4#comment-85</guid>
		<description>With this method, I obtain some warning in Flex builder like &#039;Data binding will not be able to detect assignements to &quot;myVariable&quot;&#039;.&lt;br/&gt;&lt;br/&gt;I added &quot;[Bindable]&quot; just before the Settings class declaration. It changes nothing to the method, except for removing those annoying warnings.&lt;br/&gt;&lt;br/&gt;Thanks for this post anyway !</description>
		<content:encoded><![CDATA[<p>With this method, I obtain some warning in Flex builder like &#8216;Data binding will not be able to detect assignements to &#8220;myVariable&#8221;&#8216;.</p>
<p>I added &#8220;[Bindable]&#8221; just before the Settings class declaration. It changes nothing to the method, except for removing those annoying warnings.</p>
<p>Thanks for this post anyway !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.kerkness.ca/actionscript-class-for-global-variables-in-flex/comment-page-1/#comment-50</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 30 Aug 2008 13:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerkness.ca/blog/?p=4#comment-50</guid>
		<description>Perfect! Just what I was looking for. Thank you!</description>
		<content:encoded><![CDATA[<p>Perfect! Just what I was looking for. Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
