<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for :maohao:</title>
	<atom:link href="http://maohao.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://maohao.wordpress.com</link>
	<description>by maohao.com</description>
	<lastBuildDate>Thu, 12 Nov 2009 08:43:04 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Static methods 101 in AS3 revisit by Frank Wienberg</title>
		<link>http://maohao.wordpress.com/2008/10/31/static-methods-101-in-as3-revisit/#comment-4066</link>
		<dc:creator>Frank Wienberg</dc:creator>
		<pubDate>Thu, 12 Nov 2009 08:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://maohao.wordpress.com/?p=214#comment-4066</guid>
		<description>Yes, that is possible. The question is why don&#039;t you access the static variable through the BaseClass in the first place? Maybe it does not belong to the public API?</description>
		<content:encoded><![CDATA[<p>Yes, that is possible. The question is why don&#8217;t you access the static variable through the BaseClass in the first place? Maybe it does not belong to the public API?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Static methods 101 in AS3 revisit by Og2t</title>
		<link>http://maohao.wordpress.com/2008/10/31/static-methods-101-in-as3-revisit/#comment-4065</link>
		<dc:creator>Og2t</dc:creator>
		<pubDate>Thu, 12 Nov 2009 08:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://maohao.wordpress.com/?p=214#comment-4065</guid>
		<description>I&#039;ve figured it out, you can use a static getter in the subclass, that returns the static var/const from the superclass (BaseClass).

&lt;code&gt;
public static get MY_VAR():* { return BaseClass.MY_VAR; }
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve figured it out, you can use a static getter in the subclass, that returns the static var/const from the superclass (BaseClass).</p>
<p><code><br />
public static get MY_VAR():* { return BaseClass.MY_VAR; }<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Static methods 101 in AS3 revisit by Og2t</title>
		<link>http://maohao.wordpress.com/2008/10/31/static-methods-101-in-as3-revisit/#comment-4064</link>
		<dc:creator>Og2t</dc:creator>
		<pubDate>Wed, 11 Nov 2009 23:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://maohao.wordpress.com/?p=214#comment-4064</guid>
		<description>OK, thanks for the explanation, but how can I access static variables from the subclass – even if they cannot be accessed, there must be a way to do it, maybe through another method?

Would something like that work?
&lt;code&gt;
public function getStaticVariable(name:String):*
{
    return this[&quot;name&quot;];
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>OK, thanks for the explanation, but how can I access static variables from the subclass – even if they cannot be accessed, there must be a way to do it, maybe through another method?</p>
<p>Would something like that work?<br />
<code><br />
public function getStaticVariable(name:String):*<br />
{<br />
    return this["name"];<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on useHandCursor, buttonMode and mouseChildren by Simon</title>
		<link>http://maohao.wordpress.com/2007/10/07/usehandcursor-buttonmode-and-mousechildren/#comment-4063</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 06 Nov 2009 07:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://maohao.wordpress.com/2007/10/07/usehandcursor-buttonmode-and-mousechildren/#comment-4063</guid>
		<description>Thanks!! If I ever have this issue again (cuz sometimes it seems to work), I&#039;ll know what to do!</description>
		<content:encoded><![CDATA[<p>Thanks!! If I ever have this issue again (cuz sometimes it seems to work), I&#8217;ll know what to do!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shortcuts for Microsoft Visio 2007 by andyoteam</title>
		<link>http://maohao.wordpress.com/2009/10/08/shortcuts-for-microsoft-visio-2007/#comment-4062</link>
		<dc:creator>andyoteam</dc:creator>
		<pubDate>Thu, 08 Oct 2009 23:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://maohao.wordpress.com/?p=654#comment-4062</guid>
		<description>Great post! Have you ever checked out the Visio community on Facebook? It could benefit from your knowledge and expertise. Join the conversation at http://www.facebook.com/office

Cheers,
Andy
MSFT Office Outreach Team</description>
		<content:encoded><![CDATA[<p>Great post! Have you ever checked out the Visio community on Facebook? It could benefit from your knowledge and expertise. Join the conversation at <a href="http://www.facebook.com/office" rel="nofollow">http://www.facebook.com/office</a></p>
<p>Cheers,<br />
Andy<br />
MSFT Office Outreach Team</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Static methods 101 in AS3 by Ktu</title>
		<link>http://maohao.wordpress.com/2007/09/14/static-methods-101-in-as3/#comment-4060</link>
		<dc:creator>Ktu</dc:creator>
		<pubDate>Fri, 02 Oct 2009 05:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://maohao.wordpress.com/2007/09/14/static-methods-101-in-as3/#comment-4060</guid>
		<description>One thing I have noticed, is that if a class extends another that has a static method, the subclass can call the static functions within any other function. A.test() runs both times in B. (hope my html works :] );
example:


 package utils {
 	class A {
 		public static function test():void { }
 	}
 }


 package utils {
 	class B extends A {
		public function A ():void {
			test();
		}
 		public static function run():void {
			test();
 		}
 	}
 }
</description>
		<content:encoded><![CDATA[<p>One thing I have noticed, is that if a class extends another that has a static method, the subclass can call the static functions within any other function. A.test() runs both times in B. (hope my html works :] );<br />
example:</p>
<p> package utils {<br />
 	class A {<br />
 		public static function test():void { }<br />
 	}<br />
 }</p>
<p> package utils {<br />
 	class B extends A {<br />
		public function A ():void {<br />
			test();<br />
		}<br />
 		public static function run():void {<br />
			test();<br />
 		}<br />
 	}<br />
 }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Transitions tips and trouble shooting in Flex 3, Take 1 by Gopi Chalasani</title>
		<link>http://maohao.wordpress.com/2008/08/22/transitions-tips-and-trouble-shooting-in-flex-3-take-1/#comment-4057</link>
		<dc:creator>Gopi Chalasani</dc:creator>
		<pubDate>Thu, 10 Sep 2009 20:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://maohao.wordpress.com/?p=175#comment-4057</guid>
		<description>Arjun,

I have a similar problem. Did u find any solution. I am trying to add a vbox as child. This vbox in turn has children which should be shown with some wipedown/wipeup effects. Any help is appreciated.</description>
		<content:encoded><![CDATA[<p>Arjun,</p>
<p>I have a similar problem. Did u find any solution. I am trying to add a vbox as child. This vbox in turn has children which should be shown with some wipedown/wipeup effects. Any help is appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Transitions tips and trouble shooting in Flex 3, Take 1 by Gopi Chalasani</title>
		<link>http://maohao.wordpress.com/2008/08/22/transitions-tips-and-trouble-shooting-in-flex-3-take-1/#comment-4056</link>
		<dc:creator>Gopi Chalasani</dc:creator>
		<pubDate>Thu, 10 Sep 2009 20:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://maohao.wordpress.com/?p=175#comment-4056</guid>
		<description>Arjun,
I have a similar problem. Did u find any solution. I am trying to add a vbox as child. This vbox in turn has children which should be shown with some wipedown/wipeup effects. Any help is appreciated.</description>
		<content:encoded><![CDATA[<p>Arjun,<br />
I have a similar problem. Did u find any solution. I am trying to add a vbox as child. This vbox in turn has children which should be shown with some wipedown/wipeup effects. Any help is appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on useHandCursor, buttonMode and mouseChildren by God</title>
		<link>http://maohao.wordpress.com/2007/10/07/usehandcursor-buttonmode-and-mousechildren/#comment-4053</link>
		<dc:creator>God</dc:creator>
		<pubDate>Tue, 21 Jul 2009 10:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://maohao.wordpress.com/2007/10/07/usehandcursor-buttonmode-and-mousechildren/#comment-4053</guid>
		<description>Thx. Great advice!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! I bless you!!!!!</description>
		<content:encoded><![CDATA[<p>Thx. Great advice!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! I bless you!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;a file found in the source-path must have the same package structure&#8221; by Murali Nagaraj</title>
		<link>http://maohao.wordpress.com/2007/09/21/a-file-found-in-the-source-path-must-have-the-same-package-structure/#comment-4052</link>
		<dc:creator>Murali Nagaraj</dc:creator>
		<pubDate>Mon, 20 Jul 2009 12:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://maohao.wordpress.com/2007/09/21/a-file-found-in-the-source-path-must-have-the-same-package-structure/#comment-4052</guid>
		<description>looking at the cryptic adobe flex docs, it requires a &quot;DIRECTORY&quot; not a file called &#039;xxxxx&#039; (where xxxxx is your package name) and you place your
action script files in there.</description>
		<content:encoded><![CDATA[<p>looking at the cryptic adobe flex docs, it requires a &#8220;DIRECTORY&#8221; not a file called &#8216;xxxxx&#8217; (where xxxxx is your package name) and you place your<br />
action script files in there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
