<?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: Using Layouts in Flex 4 Gumbo</title>
	<atom:link href="http://blog.simb.net/2008/10/09/using-layouts-in-flex-4-gumbo/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.simb.net/2008/10/09/using-layouts-in-flex-4-gumbo/</link>
	<description>Because I said so...</description>
	<lastBuildDate>Tue, 31 Aug 2010 18:46:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: ????tv?? &#187; GUMBO(Flash Builder 4 beta)??, layout??</title>
		<link>http://blog.simb.net/2008/10/09/using-layouts-in-flex-4-gumbo/comment-page-1/#comment-6399</link>
		<dc:creator>????tv?? &#187; GUMBO(Flash Builder 4 beta)??, layout??</dc:creator>
		<pubDate>Fri, 21 Aug 2009 15:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simb.net/?p=1774#comment-6399</guid>
		<description>[...] Using Layouts in Flex 4 Gumbo ?????????????? Flash Flex Bilder, GUMBO  &#171; SiON, wonderfl?? [...]</description>
		<content:encoded><![CDATA[<p>[...] Using Layouts in Flex 4 Gumbo ?????????????? Flash Flex Bilder, GUMBO  &laquo; SiON, wonderfl?? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simeon</title>
		<link>http://blog.simb.net/2008/10/09/using-layouts-in-flex-4-gumbo/comment-page-1/#comment-5842</link>
		<dc:creator>Simeon</dc:creator>
		<pubDate>Tue, 24 Feb 2009 15:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simb.net/?p=1774#comment-5842</guid>
		<description>Hey Christoff,

There are actually 2 reasons that I did not use the hgroup and vgroup controls.  The first one was that when I wrote this example the had not been added to the framework yet.  The second is that I wanted to illustrate how the layout placement and measurement has been removed from the container itself.  This is great for us because we can now use the standard containers and write our own layouters.  Containers with effects like the 3d carousel and cover-flow are now just a matter of writing a layouter not a whole new control.

But yes, if you needed to use a container which had a fixed layout (would not need to change in your application) then hgroup and vgroup would work great.</description>
		<content:encoded><![CDATA[<p>Hey Christoff,</p>
<p>There are actually 2 reasons that I did not use the hgroup and vgroup controls.  The first one was that when I wrote this example the had not been added to the framework yet.  The second is that I wanted to illustrate how the layout placement and measurement has been removed from the container itself.  This is great for us because we can now use the standard containers and write our own layouters.  Containers with effects like the 3d carousel and cover-flow are now just a matter of writing a layouter not a whole new control.</p>
<p>But yes, if you needed to use a container which had a fixed layout (would not need to change in your application) then hgroup and vgroup would work great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoff</title>
		<link>http://blog.simb.net/2008/10/09/using-layouts-in-flex-4-gumbo/comment-page-1/#comment-5841</link>
		<dc:creator>Christoff</dc:creator>
		<pubDate>Tue, 24 Feb 2009 10:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simb.net/?p=1774#comment-5841</guid>
		<description>why not hgroup or vgroup?</description>
		<content:encoded><![CDATA[<p>why not hgroup or vgroup?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simeon</title>
		<link>http://blog.simb.net/2008/10/09/using-layouts-in-flex-4-gumbo/comment-page-1/#comment-4899</link>
		<dc:creator>Simeon</dc:creator>
		<pubDate>Sun, 12 Oct 2008 03:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simb.net/?p=1774#comment-4899</guid>
		<description>Hey Gareth,

These changes only apply the the code in gumbo.  Any of your flex 3 code will still compile just the way it is when using the http://www.adobe.com/2006/mxml namespace.

So its only when integrating the new gumbo components that this is a concern at all.  Backwards compatibility with flex 3 is preserved.</description>
		<content:encoded><![CDATA[<p>Hey Gareth,</p>
<p>These changes only apply the the code in gumbo.  Any of your flex 3 code will still compile just the way it is when using the <a href="http://www.adobe.com/2006/mxml" rel="nofollow">http://www.adobe.com/2006/mxml</a> namespace.</p>
<p>So its only when integrating the new gumbo components that this is a concern at all.  Backwards compatibility with flex 3 is preserved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Arch</title>
		<link>http://blog.simb.net/2008/10/09/using-layouts-in-flex-4-gumbo/comment-page-1/#comment-4897</link>
		<dc:creator>Gareth Arch</dc:creator>
		<pubDate>Sun, 12 Oct 2008 01:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simb.net/?p=1774#comment-4897</guid>
		<description>I hope this &quot;feature&quot; gets change before this goes gold.  That will cause quite a few backwards compatibility issues with my old code.  I&#039;m also not quite sure of the benefits this adds to the layout.  Seems to be an unusual thing to change.</description>
		<content:encoded><![CDATA[<p>I hope this &#8220;feature&#8221; gets change before this goes gold.  That will cause quite a few backwards compatibility issues with my old code.  I&#8217;m also not quite sure of the benefits this adds to the layout.  Seems to be an unusual thing to change.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
