<?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: A couple of samples from MAX (no, not that one)</title>
	<atom:link href="http://www.quietlyscheming.com/blog/2007/10/23/a-couple-of-samples-from-max-no-not-that-one/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quietlyscheming.com/blog/2007/10/23/a-couple-of-samples-from-max-no-not-that-one/</link>
	<description>simple plans for world domination</description>
	<lastBuildDate>Fri, 04 Dec 2009 11:48:43 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sean Wesenberg</title>
		<link>http://www.quietlyscheming.com/blog/2007/10/23/a-couple-of-samples-from-max-no-not-that-one/comment-page-1/#comment-70418</link>
		<dc:creator>Sean Wesenberg</dc:creator>
		<pubDate>Thu, 15 Nov 2007 20:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2007/10/23/a-couple-of-samples-from-max-no-not-that-one/#comment-70418</guid>
		<description>&lt;p&gt;Question:&lt;/p&gt;

&lt;p&gt;In your ASBinder.bindHandler method, you have the following line of code inside the impromptu handler function.&lt;/p&gt;

&lt;p&gt;watcher.unwatch();&lt;/p&gt;

&lt;p&gt;Any reason for this? If I comment the above line out, I can attached similar HandleEvent bindings to multiple methods (one click event triggers 3 methods). Nothing seems to have broken in my code yet. Was wondering if the unwatch() does anything special.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Question:</p>
<p>In your ASBinder.bindHandler method, you have the following line of code inside the impromptu handler function.</p>
<p>watcher.unwatch();</p>
<p>Any reason for this? If I comment the above line out, I can attached similar HandleEvent bindings to multiple methods (one click event triggers 3 methods). Nothing seems to have broken in my code yet. Was wondering if the unwatch() does anything special.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rafael</title>
		<link>http://www.quietlyscheming.com/blog/2007/10/23/a-couple-of-samples-from-max-no-not-that-one/comment-page-1/#comment-69075</link>
		<dc:creator>rafael</dc:creator>
		<pubDate>Tue, 13 Nov 2007 20:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2007/10/23/a-couple-of-samples-from-max-no-not-that-one/#comment-69075</guid>
		<description>&lt;p&gt;Hey, great work but i have a big question here, may I add some tags to the picture and this appears when is the current one??? like coverflow...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey, great work but i have a big question here, may I add some tags to the picture and this appears when is the current one??? like coverflow&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BrianLai</title>
		<link>http://www.quietlyscheming.com/blog/2007/10/23/a-couple-of-samples-from-max-no-not-that-one/comment-page-1/#comment-59606</link>
		<dc:creator>BrianLai</dc:creator>
		<pubDate>Fri, 26 Oct 2007 03:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2007/10/23/a-couple-of-samples-from-max-no-not-that-one/#comment-59606</guid>
		<description>&lt;p&gt;Looks like this works in a similar way to Java annotations, with the concept of class reflection. So I guess you don&#039;t have privileges to access the definition any private or protected (or internal) members or methods. Not sure if we can access xxx_internal, but maybe we can try to put &quot;use namespace xxx_internal&quot; in the metadata implementing class and hope that it will work?
Another thought is to use a bunch of getDefinitionByName(â€œcom.myPackage.myClassâ€) in some manager class to initiate all the class that uses the metadata so you don&#039;t need to call ASBinder.InitObject(this); in each of the class constructors.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Looks like this works in a similar way to Java annotations, with the concept of class reflection. So I guess you don&#8217;t have privileges to access the definition any private or protected (or internal) members or methods. Not sure if we can access xxx_internal, but maybe we can try to put &#8220;use namespace xxx_internal&#8221; in the metadata implementing class and hope that it will work?<br />
Another thought is to use a bunch of getDefinitionByName(â€œcom.myPackage.myClassâ€) in some manager class to initiate all the class that uses the metadata so you don&#8217;t need to call ASBinder.InitObject(this); in each of the class constructors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jove</title>
		<link>http://www.quietlyscheming.com/blog/2007/10/23/a-couple-of-samples-from-max-no-not-that-one/comment-page-1/#comment-59050</link>
		<dc:creator>Jove</dc:creator>
		<pubDate>Thu, 25 Oct 2007 09:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2007/10/23/a-couple-of-samples-from-max-no-not-that-one/#comment-59050</guid>
		<description>&lt;p&gt;For the Customer Tags, I find we can only get the public methods by flash.utils.describeType(), but how to get the methods which is defined under protected or other namespace like XXX_internal?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For the Customer Tags, I find we can only get the public methods by flash.utils.describeType(), but how to get the methods which is defined under protected or other namespace like XXX_internal?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://www.quietlyscheming.com/blog/2007/10/23/a-couple-of-samples-from-max-no-not-that-one/comment-page-1/#comment-58907</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Wed, 24 Oct 2007 22:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2007/10/23/a-couple-of-samples-from-max-no-not-that-one/#comment-58907</guid>
		<description>&lt;p&gt;I was the guy asking you to post the samples at MAX... just wanted to say thanks a lot for taking the time, truly appreciated!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I was the guy asking you to post the samples at MAX&#8230; just wanted to say thanks a lot for taking the time, truly appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JabbyPanda</title>
		<link>http://www.quietlyscheming.com/blog/2007/10/23/a-couple-of-samples-from-max-no-not-that-one/comment-page-1/#comment-58637</link>
		<dc:creator>JabbyPanda</dc:creator>
		<pubDate>Wed, 24 Oct 2007 11:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2007/10/23/a-couple-of-samples-from-max-no-not-that-one/#comment-58637</guid>
		<description>&lt;p&gt;3rd tab sample does not work for me either..&lt;/p&gt;

&lt;p&gt;And &quot;metaprogramming with custom actionscript metadata&quot; sample is created in Flex 3 SDK, not Flex 2.0.1 SDK, is not it?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>3rd tab sample does not work for me either..</p>
<p>And &#8220;metaprogramming with custom actionscript metadata&#8221; sample is created in Flex 3 SDK, not Flex 2.0.1 SDK, is not it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shigeru</title>
		<link>http://www.quietlyscheming.com/blog/2007/10/23/a-couple-of-samples-from-max-no-not-that-one/comment-page-1/#comment-58494</link>
		<dc:creator>Shigeru</dc:creator>
		<pubDate>Wed, 24 Oct 2007 08:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2007/10/23/a-couple-of-samples-from-max-no-not-that-one/#comment-58494</guid>
		<description>&lt;p&gt;I think the 3rd tab (HandleEvent) of sample 3 doesn&#039;t work.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think the 3rd tab (HandleEvent) of sample 3 doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: milan</title>
		<link>http://www.quietlyscheming.com/blog/2007/10/23/a-couple-of-samples-from-max-no-not-that-one/comment-page-1/#comment-58474</link>
		<dc:creator>milan</dc:creator>
		<pubDate>Wed, 24 Oct 2007 07:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2007/10/23/a-couple-of-samples-from-max-no-not-that-one/#comment-58474</guid>
		<description>&lt;p&gt;Finally...I wondered where are you :) Sho leaved, you don&#039;t blog...and I thought something is happening...Then I saw your presentation in Barcelona and everything was clear. Keep on your good work, thanks for this examples!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Finally&#8230;I wondered where are you :) Sho leaved, you don&#8217;t blog&#8230;and I thought something is happening&#8230;Then I saw your presentation in Barcelona and everything was clear. Keep on your good work, thanks for this examples!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Fendall</title>
		<link>http://www.quietlyscheming.com/blog/2007/10/23/a-couple-of-samples-from-max-no-not-that-one/comment-page-1/#comment-58393</link>
		<dc:creator>Tony Fendall</dc:creator>
		<pubDate>Wed, 24 Oct 2007 01:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2007/10/23/a-couple-of-samples-from-max-no-not-that-one/#comment-58393</guid>
		<description>&lt;p&gt;You&#039;re missing the link to the demos&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You&#8217;re missing the link to the demos</p>
]]></content:encoded>
	</item>
</channel>
</rss>
