<?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: MXML Implementation of ChangeWatcher</title>
	<atom:link href="http://www.rphelan.com/2008/04/10/mxml-implementation-of-changewatcher/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rphelan.com/2008/04/10/mxml-implementation-of-changewatcher/</link>
	<description>Exploring Flex, Design, and Visualization</description>
	<pubDate>Wed, 07 Jan 2009 04:11:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Theo</title>
		<link>http://www.rphelan.com/2008/04/10/mxml-implementation-of-changewatcher/comment-page-1/#comment-35</link>
		<dc:creator>Theo</dc:creator>
		<pubDate>Sat, 12 Apr 2008 09:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=25#comment-35</guid>
		<description>I see, that should have been obvious.</description>
		<content:encoded><![CDATA[<p>I see, that should have been obvious.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.rphelan.com/2008/04/10/mxml-implementation-of-changewatcher/comment-page-1/#comment-34</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 11 Apr 2008 15:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=25#comment-34</guid>
		<description>The conflict arises in the internal usage of the flex ChangeWatcher class within my ChangeWatcher class.  I think you can get around the problem by writing "private var _watcher:mx.binding.utils.ChangeWatcher;", but I just felt like being lazy.  Feel free to modify the class however you see fit.</description>
		<content:encoded><![CDATA[<p>The conflict arises in the internal usage of the flex ChangeWatcher class within my ChangeWatcher class.  I think you can get around the problem by writing &#8220;private var _watcher:mx.binding.utils.ChangeWatcher;&#8221;, but I just felt like being lazy.  Feel free to modify the class however you see fit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Makinson</title>
		<link>http://www.rphelan.com/2008/04/10/mxml-implementation-of-changewatcher/comment-page-1/#comment-33</link>
		<dc:creator>Shawn Makinson</dc:creator>
		<pubDate>Fri, 11 Apr 2008 12:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=25#comment-33</guid>
		<description>You might find these useful: 

http://weblogs.macromedia.com/auhlmann/archives/ObserveUtility.zip

There are several options with mxml tags to watch a var and setup a handler.</description>
		<content:encoded><![CDATA[<p>You might find these useful: </p>
<p><a href="http://weblogs.macromedia.com/auhlmann/archives/ObserveUtility.zip" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://weblogs.macromedia.com/auhlmann/archives/ObserveUtility.zip');" rel="nofollow">http://weblogs.macromedia.com/auhlmann/archives/ObserveUtility.zip</a></p>
<p>There are several options with mxml tags to watch a var and setup a handler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theo</title>
		<link>http://www.rphelan.com/2008/04/10/mxml-implementation-of-changewatcher/comment-page-1/#comment-31</link>
		<dc:creator>Theo</dc:creator>
		<pubDate>Thu, 10 Apr 2008 17:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=25#comment-31</guid>
		<description>I'm confused as to why you feel the need to prefix your class' name. Since it's going to be used more or less exclusively in MXML there should be no risk of it ever clashing with the Flex class ChangeWatcher. In MXML you would always refer to it with it's full package (in the shorthand form of XML namespaces).</description>
		<content:encoded><![CDATA[<p>I&#8217;m confused as to why you feel the need to prefix your class&#8217; name. Since it&#8217;s going to be used more or less exclusively in MXML there should be no risk of it ever clashing with the Flex class ChangeWatcher. In MXML you would always refer to it with it&#8217;s full package (in the shorthand form of XML namespaces).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.rphelan.com/2008/04/10/mxml-implementation-of-changewatcher/comment-page-1/#comment-30</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 10 Apr 2008 16:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=25#comment-30</guid>
		<description>Cool, thanks for the tip.

Did I get your name wrong?  I just copied from the "posted by" at the bottom of the page.  Sorry about that dude.</description>
		<content:encoded><![CDATA[<p>Cool, thanks for the tip.</p>
<p>Did I get your name wrong?  I just copied from the &#8220;posted by&#8221; at the bottom of the page.  Sorry about that dude.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Holmes</title>
		<link>http://www.rphelan.com/2008/04/10/mxml-implementation-of-changewatcher/comment-page-1/#comment-29</link>
		<dc:creator>Brian Holmes</dc:creator>
		<pubDate>Thu, 10 Apr 2008 16:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=25#comment-29</guid>
		<description>In the IMXMLObject implementations i've seen in the framework the id and document are private vars. I was wrong when i posted my implementation, although I don't know if it makes much of a diff.</description>
		<content:encoded><![CDATA[<p>In the IMXMLObject implementations i&#8217;ve seen in the framework the id and document are private vars. I was wrong when i posted my implementation, although I don&#8217;t know if it makes much of a diff.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
