<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Horizontally aligning items in a FormItem container in Flex</title>
	<link>http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Thu, 08 Jan 2009 17:40:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/#comment-16099</link>
		<author>peterd</author>
		<pubDate>Thu, 09 Oct 2008 22:33:23 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/#comment-16099</guid>
		<description>Francisco Villa Jr.,

Good tip! I have a post on that at &lt;a href="http://blog.flexexamples.com/2008/06/06/changing-the-label-text-alignment-in-a-formitem-container-in-flex/" rel="nofollow"&gt;"Changing the label text alignment in a FormItem container in Flex"&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-16098</link>
		<author>Francisco Villa Jr.</author>
		<pubDate>Thu, 09 Oct 2008 22:11:23 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/#comment-16098</guid>
		<description>This is how you align the formitem labels to the left.

Set the formitem's "&lt;code&gt;labelStyleName&lt;/code&gt;" attribute to some style such as "myFormLabelStyle".  Then, define the style as such:

&lt;pre class="code"&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-12602</link>
		<author>peterd</author>
		<pubDate>Fri, 09 May 2008 23:19:37 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/#comment-12602</guid>
		<description>&lt;a href="http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/#comment-12600" rel="nofollow"&gt;Christian&lt;/a&gt;,

I haven'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'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-12600</link>
		<author>Christian</author>
		<pubDate>Fri, 09 May 2008 19:03:13 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/#comment-12600</guid>
		<description>I'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-7702</link>
		<author>peterd</author>
		<pubDate>Wed, 19 Mar 2008 17:34:39 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/#comment-7702</guid>
		<description>Raul,

I haven't looked at it yet. I'm still busy going through the core Flex/Player API and finding lots of interesting things. Maybe in the future I'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-7697</link>
		<author>Raul Riera</author>
		<pubDate>Wed, 19 Mar 2008 13:57:58 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/03/18/horizontally-aligning-items-in-a-formitem-container-in-flex/#comment-7697</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>
