<?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: Data Binding with FXG in Flex 4</title>
	<atom:link href="http://www.mikechambers.com/blog/2008/08/29/data-binding-with-fxg-in-flex-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikechambers.com/blog/2008/08/29/data-binding-with-fxg-in-flex-4/</link>
	<description>code = joy</description>
	<lastBuildDate>Thu, 11 Mar 2010 21:22:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lee Probert</title>
		<link>http://www.mikechambers.com/blog/2008/08/29/data-binding-with-fxg-in-flex-4/comment-page-1/#comment-16189</link>
		<dc:creator>Lee Probert</dc:creator>
		<pubDate>Thu, 30 Apr 2009 11:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1403#comment-16189</guid>
		<description>btw - in your example can you not draw the stroke inside the box to avoid that ugly cut-off?</description>
		<content:encoded><![CDATA[<p>btw &#8211; in your example can you not draw the stroke inside the box to avoid that ugly cut-off?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Probert</title>
		<link>http://www.mikechambers.com/blog/2008/08/29/data-binding-with-fxg-in-flex-4/comment-page-1/#comment-16188</link>
		<dc:creator>Lee Probert</dc:creator>
		<pubDate>Thu, 30 Apr 2009 11:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1403#comment-16188</guid>
		<description>code wasn&#039;t published ... I&#039;m databinding the xFrom &amp; To&#039;s in a Line FXG node.</description>
		<content:encoded><![CDATA[<p>code wasn&#8217;t published &#8230; I&#8217;m databinding the xFrom &amp; To&#8217;s in a Line FXG node.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Probert</title>
		<link>http://www.mikechambers.com/blog/2008/08/29/data-binding-with-fxg-in-flex-4/comment-page-1/#comment-16187</link>
		<dc:creator>Lee Probert</dc:creator>
		<pubDate>Thu, 30 Apr 2009 11:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1403#comment-16187</guid>
		<description>Mike, I&#039;m getting gumbo crashes when I try and compile this ...


		    
		    	
		    
	    
	   	
	   	
		    
		    	
		    
	    

This is just drawing an X in the container using DataBinding to set the co-ords. Any ideas if there are issues with DB in Gumbo?</description>
		<content:encoded><![CDATA[<p>Mike, I&#8217;m getting gumbo crashes when I try and compile this &#8230;</p>
<p>This is just drawing an X in the container using DataBinding to set the co-ords. Any ideas if there are issues with DB in Gumbo?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex Monkey Patches &#187; Blog Archive &#187; Rubbernecker’s Review - Week 10</title>
		<link>http://www.mikechambers.com/blog/2008/08/29/data-binding-with-fxg-in-flex-4/comment-page-1/#comment-13647</link>
		<dc:creator>Flex Monkey Patches &#187; Blog Archive &#187; Rubbernecker’s Review - Week 10</dc:creator>
		<pubDate>Tue, 02 Sep 2008 14:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1403#comment-13647</guid>
		<description>[...] Data Binding with FXG in Flex 4 (from Mike Chambers) [...]</description>
		<content:encoded><![CDATA[<p>[...] Data Binding with FXG in Flex 4 (from Mike Chambers) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tink</title>
		<link>http://www.mikechambers.com/blog/2008/08/29/data-binding-with-fxg-in-flex-4/comment-page-1/#comment-13582</link>
		<dc:creator>Tink</dc:creator>
		<pubDate>Sat, 30 Aug 2008 20:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1403#comment-13582</guid>
		<description>Wouldn&#039;t

ellipseWidth and ellipseHeight be more appropriate as they are in AS?

or maybe event cornerRadiusWidth and cornerRadiusHeight.</description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t</p>
<p>ellipseWidth and ellipseHeight be more appropriate as they are in AS?</p>
<p>or maybe event cornerRadiusWidth and cornerRadiusHeight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikechambers</title>
		<link>http://www.mikechambers.com/blog/2008/08/29/data-binding-with-fxg-in-flex-4/comment-page-1/#comment-13580</link>
		<dc:creator>mikechambers</dc:creator>
		<pubDate>Sat, 30 Aug 2008 17:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1403#comment-13580</guid>
		<description>@Theo

--
On another note, is it just me or does the radiusX/Y properties on Rect feel a little odd? What do they do? Radius is not something I associate with rectangles.
--

They control the corner radius / curve for the rectangle (i.e. allows you to have a rectangle with curved corners (although then it is technically no longer a rectangle).

mike chambers

mesh@adobe.com</description>
		<content:encoded><![CDATA[<p>@Theo</p>
<p>&#8211;<br />
On another note, is it just me or does the radiusX/Y properties on Rect feel a little odd? What do they do? Radius is not something I associate with rectangles.<br />
&#8211;</p>
<p>They control the corner radius / curve for the rectangle (i.e. allows you to have a rectangle with curved corners (although then it is technically no longer a rectangle).</p>
<p>mike chambers</p>
<p><a href="mailto:mesh@adobe.com">mesh@adobe.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theo</title>
		<link>http://www.mikechambers.com/blog/2008/08/29/data-binding-with-fxg-in-flex-4/comment-page-1/#comment-13577</link>
		<dc:creator>Theo</dc:creator>
		<pubDate>Sat, 30 Aug 2008 11:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1403#comment-13577</guid>
		<description>You should probably add some Flash version detection and not embed the example unless the visitor actually has FP 10. I have the debug version of FP 9, which the majority of your readers probably have, and get a few exceptions thrown at me... 

On another note, is it just me or does the radiusX/Y properties on Rect feel a little odd? What do they do? Radius is not something I associate with rectangles.</description>
		<content:encoded><![CDATA[<p>You should probably add some Flash version detection and not embed the example unless the visitor actually has FP 10. I have the debug version of FP 9, which the majority of your readers probably have, and get a few exceptions thrown at me&#8230; </p>
<p>On another note, is it just me or does the radiusX/Y properties on Rect feel a little odd? What do they do? Radius is not something I associate with rectangles.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
