<?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"
	>
<channel>
	<title>Comments on: Flex 3 and Form container layout issues</title>
	<atom:link href="http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/</link>
	<description>Flash, Flex and Technology</description>
	<pubDate>Tue, 07 Feb 2012 20:21:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Adam</title>
		<link>http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-6620</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 15 Apr 2010 13:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-6620</guid>
		<description>doh....

mx:Form indicatorGap="5" verticalGap="10" label="1. Personal Details"

becomes

mx:Form indicatorGap="5" verticalGap="10" label="1. Personal Details" width="{tabbar.width}" height={tabbar.height}</description>
		<content:encoded><![CDATA[<p>doh&#8230;.</p>
<p>mx:Form indicatorGap=&#8221;5&#8243; verticalGap=&#8221;10&#8243; label=&#8221;1. Personal Details&#8221;</p>
<p>becomes</p>
<p>mx:Form indicatorGap=&#8221;5&#8243; verticalGap=&#8221;10&#8243; label=&#8221;1. Personal Details&#8221; width=&#8221;{tabbar.width}&#8221; height={tabbar.height}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-6619</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 15 Apr 2010 13:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-6619</guid>
		<description>If you still care, I found the way to fix this is to bind the width/height of the Form (or Grid since it has the same problem) to the width/height of the container.

I overlooked that option for a whole day before I figured it out.

So in your case: 



becomes


Cheers.</description>
		<content:encoded><![CDATA[<p>If you still care, I found the way to fix this is to bind the width/height of the Form (or Grid since it has the same problem) to the width/height of the container.</p>
<p>I overlooked that option for a whole day before I figured it out.</p>
<p>So in your case: </p>
<p>becomes</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vajahat Ali</title>
		<link>http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-6508</link>
		<dc:creator>Vajahat Ali</dc:creator>
		<pubDate>Fri, 20 Feb 2009 12:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-6508</guid>
		<description>Ya it helped me
Regards,
Ali Vajahat
Software Engineer
Lahore Pakistan</description>
		<content:encoded><![CDATA[<p>Ya it helped me<br />
Regards,<br />
Ali Vajahat<br />
Software Engineer<br />
Lahore Pakistan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Langdon</title>
		<link>http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-6497</link>
		<dc:creator>Jason Langdon</dc:creator>
		<pubDate>Wed, 21 Jan 2009 15:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-6497</guid>
		<description>Am I correct in saying that that property is only available for the Accordion component?</description>
		<content:encoded><![CDATA[<p>Am I correct in saying that that property is only available for the Accordion component?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zachary Schneider</title>
		<link>http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-6496</link>
		<dc:creator>Zachary Schneider</dc:creator>
		<pubDate>Wed, 21 Jan 2009 15:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-6496</guid>
		<description>Well this property solved my issue: resizeToContent (set to true)</description>
		<content:encoded><![CDATA[<p>Well this property solved my issue: resizeToContent (set to true)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zachary Schneider</title>
		<link>http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-6494</link>
		<dc:creator>Zachary Schneider</dc:creator>
		<pubDate>Wed, 21 Jan 2009 14:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wrench.com.au/2008/10/30/flex-3-and-form-container-layout-issues/#comment-6494</guid>
		<description>I have the same problem with dynamically adding components to a VBox inside a tabNavigator.
Diving into the source to see what the story is.</description>
		<content:encoded><![CDATA[<p>I have the same problem with dynamically adding components to a VBox inside a tabNavigator.<br />
Diving into the source to see what the story is.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

