<?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: Horizontally aligning items in a FormItem container in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Fri, 19 Mar 2010 20:35:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/comment-page-1/#comment-2907</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Thu, 09 Oct 2008 22:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/#comment-2907</guid>
		<description>Francisco Villa Jr.,

Good tip! I have a post on that at &lt;a href=&quot;http://blog.flexexamples.com/2008/06/06/changing-the-label-text-alignment-in-a-formitem-container-in-flex/&quot; rel=&quot;nofollow&quot;&gt;&quot;Changing the label text alignment in a FormItem container in Flex&quot;&lt;/a&gt;.

Peter</description>
		<content:encoded><![CDATA[<p>Francisco Villa Jr.,</p>
<p>Good tip! I have a post on that at <a href="http://blog.flexexamples.com/2008/06/06/changing-the-label-text-alignment-in-a-formitem-container-in-flex/" rel="nofollow">&#8220;Changing the label text alignment in a FormItem container in Flex&#8221;</a>.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francisco Villa Jr.</title>
		<link>http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/comment-page-1/#comment-2906</link>
		<dc:creator>Francisco Villa Jr.</dc:creator>
		<pubDate>Thu, 09 Oct 2008 22:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/#comment-2906</guid>
		<description>This is how you align the formitem labels to the left.

Set the formitem&#039;s &quot;&lt;code&gt;labelStyleName&lt;/code&gt;&quot; attribute to some style such as &quot;myFormLabelStyle&quot;.  Then, define the style as such:

&lt;pre class=&quot;code&quot;&gt;
.myFormLabelStyle
{
	textAlign: left;
}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>This is how you align the formitem labels to the left.</p>
<p>Set the formitem&#8217;s &#8220;<code>labelStyleName</code>&#8221; attribute to some style such as &#8220;myFormLabelStyle&#8221;.  Then, define the style as such:</p>
<pre class="code">
.myFormLabelStyle
{
	textAlign: left;
}
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/comment-page-1/#comment-2905</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Fri, 09 May 2008 23:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/#comment-2905</guid>
		<description>&lt;a href=&quot;http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/#comment-12600&quot; rel=&quot;nofollow&quot;&gt;Christian&lt;/a&gt;,

I haven&#039;t found a solution for that. The workaround is pretty simple as you can manually add a Label control within the FormItem container.

Feel free to log a bug at http://bugs.adobe.com/flex/ (if you file a bug and post the bug number here and I&#039;ll vote for it). You can also ask on the FlexCoders list and see if anybody has a solution (you may be able to extend the FormItem container and change the default layout).

Peter</description>
		<content:encoded><![CDATA[<p><a href="http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/#comment-12600" rel="nofollow">Christian</a>,</p>
<p>I haven&#8217;t found a solution for that. The workaround is pretty simple as you can manually add a Label control within the FormItem container.</p>
<p>Feel free to log a bug at <a href="http://bugs.adobe.com/flex/" rel="nofollow">http://bugs.adobe.com/flex/</a> (if you file a bug and post the bug number here and I&#8217;ll vote for it). You can also ask on the FlexCoders list and see if anybody has a solution (you may be able to extend the FormItem container and change the default layout).</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/comment-page-1/#comment-2904</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Fri, 09 May 2008 19:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/#comment-2904</guid>
		<description>I&#039;m interested in aligning the LABELS to the left or above the form field. Have you found any solutions for this?</description>
		<content:encoded><![CDATA[<p>I&#8217;m interested in aligning the LABELS to the left or above the form field. Have you found any solutions for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/comment-page-1/#comment-2902</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Wed, 19 Mar 2008 17:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/#comment-2902</guid>
		<description>Raul,

I haven&#039;t looked at it yet. I&#039;m still busy going through the core Flex/Player API and finding lots of interesting things. Maybe in the future I&#039;ll expand out and do some SWFObject posts and stuff from FlexLib and the Yahoo! Maps Flex API.

Peter</description>
		<content:encoded><![CDATA[<p>Raul,</p>
<p>I haven&#8217;t looked at it yet. I&#8217;m still busy going through the core Flex/Player API and finding lots of interesting things. Maybe in the future I&#8217;ll expand out and do some SWFObject posts and stuff from FlexLib and the Yahoo! Maps Flex API.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raul Riera</title>
		<link>http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/comment-page-1/#comment-2903</link>
		<dc:creator>Raul Riera</dc:creator>
		<pubDate>Wed, 19 Mar 2008 13:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/#comment-2903</guid>
		<description>Have you tried working with the Schedule Framework of flexlib? some examples of that would really be helpful :) (I know I shouldnt be asking, you are doing a great job)</description>
		<content:encoded><![CDATA[<p>Have you tried working with the Schedule Framework of flexlib? some examples of that would really be helpful :) (I know I shouldnt be asking, you are doing a great job)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
