<?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: Setting the text alignment in a TextArea control in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/03/08/setting-the-text-alignment-in-a-textarea-control-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/03/08/setting-the-text-alignment-in-a-textarea-control-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pravin</title>
		<link>http://blog.flexexamples.com/2008/03/08/setting-the-text-alignment-in-a-textarea-control-in-flex/comment-page-1/#comment-7738</link>
		<dc:creator>pravin</dc:creator>
		<pubDate>Tue, 18 May 2010 11:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/08/setting-the-text-alignment-in-a-textarea-control-in-flex/#comment-7738</guid>
		<description>Hi,
I am getting a weired problem. When I make the text justify. The textarea eats some letters from right side. Can anyone help me?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am getting a weired problem. When I make the text justify. The textarea eats some letters from right side. Can anyone help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2008/03/08/setting-the-text-alignment-in-a-textarea-control-in-flex/comment-page-1/#comment-2753</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Sun, 25 Jan 2009 04:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/08/setting-the-text-alignment-in-a-textarea-control-in-flex/#comment-2753</guid>
		<description>In other news, the Flex Gumbo FxTextArea control &lt;em&gt;does&lt;/em&gt; support vertical alignment.
For more information, see &lt;a href=&quot;http://blog.flexexamples.com/2008/10/26/aligning-text-vertically-within-an-fxtextarea-control-in-flex-gumbo/&quot; rel=&quot;nofollow&quot;&gt;&quot;Aligning text vertically within an FxTextArea control in Flex Gumbo&quot;&lt;/a&gt;.

Peter</description>
		<content:encoded><![CDATA[<p>In other news, the Flex Gumbo FxTextArea control <em>does</em> support vertical alignment.<br />
For more information, see <a href="http://blog.flexexamples.com/2008/10/26/aligning-text-vertically-within-an-fxtextarea-control-in-flex-gumbo/" rel="nofollow">&#8220;Aligning text vertically within an FxTextArea control in Flex Gumbo&#8221;</a>.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://blog.flexexamples.com/2008/03/08/setting-the-text-alignment-in-a-textarea-control-in-flex/comment-page-1/#comment-2752</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Sat, 24 Jan 2009 16:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/08/setting-the-text-alignment-in-a-textarea-control-in-flex/#comment-2752</guid>
		<description>fyi, i could not get textarea vertically aligned also.

Instead, i set an explicit height for the TextArea and wrapped the TextArea within a HBox with verticalAlign=middle .</description>
		<content:encoded><![CDATA[<p>fyi, i could not get textarea vertically aligned also.</p>
<p>Instead, i set an explicit height for the TextArea and wrapped the TextArea within a HBox with verticalAlign=middle .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/03/08/setting-the-text-alignment-in-a-textarea-control-in-flex/comment-page-1/#comment-2754</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Wed, 15 Oct 2008 15:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/08/setting-the-text-alignment-in-a-textarea-control-in-flex/#comment-2754</guid>
		<description>Sean Baker,

I don&#039;t believe there is a way to vertically align text in a TextArea control in Flex 3.

Peter</description>
		<content:encoded><![CDATA[<p>Sean Baker,</p>
<p>I don&#8217;t believe there is a way to vertically align text in a TextArea control in Flex 3.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Baker</title>
		<link>http://blog.flexexamples.com/2008/03/08/setting-the-text-alignment-in-a-textarea-control-in-flex/comment-page-1/#comment-2755</link>
		<dc:creator>Sean Baker</dc:creator>
		<pubDate>Tue, 14 Oct 2008 16:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/08/setting-the-text-alignment-in-a-textarea-control-in-flex/#comment-2755</guid>
		<description>Peter,

Is there any way to vertical align the text in a TextArea?  I really need to get that working somehow.

Thanks,

Sean Baker.</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>Is there any way to vertical align the text in a TextArea?  I really need to get that working somehow.</p>
<p>Thanks,</p>
<p>Sean Baker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.flexexamples.com/2008/03/08/setting-the-text-alignment-in-a-textarea-control-in-flex/comment-page-1/#comment-2751</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 07 Apr 2008 15:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/08/setting-the-text-alignment-in-a-textarea-control-in-flex/#comment-2751</guid>
		<description>Note: According to the Flex documetation (for both Flex 2 and 3) the only valid settings for the textAlign style are left, right and center.  Indeed, in Flex Builder these are the only options that are presented when using auto-complete.  As demonstrated in the example, however, justify does actually work as expected.</description>
		<content:encoded><![CDATA[<p>Note: According to the Flex documetation (for both Flex 2 and 3) the only valid settings for the textAlign style are left, right and center.  Indeed, in Flex Builder these are the only options that are presented when using auto-complete.  As demonstrated in the example, however, justify does actually work as expected.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

