<?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: Changing the Flex DateChooser control&#8217;s text alignment</title>
	<atom:link href="http://blog.flexexamples.com/2007/12/24/changing-the-flex-datechooser-controls-text-alignment/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/12/24/changing-the-flex-datechooser-controls-text-alignment/</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: Arulmurugan</title>
		<link>http://blog.flexexamples.com/2007/12/24/changing-the-flex-datechooser-controls-text-alignment/comment-page-1/#comment-8867</link>
		<dc:creator>Arulmurugan</dc:creator>
		<pubDate>Sat, 22 Jan 2011 07:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/12/24/changing-the-flex-datechooser-controls-text-alignment/#comment-8867</guid>
		<description>Hi Peter,

I have set the width and height for the dateChooser component. The texts are all aligned to top middle.

Is there a way to align to align in the center.


I have used a custom dateChooser. Which implements IUITextField. But do no where / how to set the alignment of the text to vertical middle.

The demo link is here. With viewsource enabled. Could you pls help me.

http://125.22.254.206/clients/FlexDemos/CalendarDemo/CalendarDemo.html


Regards,
Arulmurugan</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>I have set the width and height for the dateChooser component. The texts are all aligned to top middle.</p>
<p>Is there a way to align to align in the center.</p>
<p>I have used a custom dateChooser. Which implements IUITextField. But do no where / how to set the alignment of the text to vertical middle.</p>
<p>The demo link is here. With viewsource enabled. Could you pls help me.</p>
<p><a href="http://125.22.254.206/clients/FlexDemos/CalendarDemo/CalendarDemo.html" rel="nofollow">http://125.22.254.206/clients/FlexDemos/CalendarDemo/CalendarDemo.html</a></p>
<p>Regards,<br />
Arulmurugan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/12/24/changing-the-flex-datechooser-controls-text-alignment/comment-page-1/#comment-2155</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Thu, 05 Jun 2008 23:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/12/24/changing-the-flex-datechooser-controls-text-alignment/#comment-2155</guid>
		<description>&lt;a href=&quot;http://blog.flexexamples.com/2007/12/24/changing-the-flex-datechooser-controls-text-alignment/#comment-13240&quot; rel=&quot;nofollow&quot;&gt;Anthony&lt;/a&gt;,

How about this:
&lt;pre class=&quot;code&quot;&gt;
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;mx:Application xmlns:mx=&quot;http://www.adobe.com/2006/mxml&quot;&gt;

    &lt;mx:Style&gt;
        .dateChooserHeaderStyles {
            fontWeight: bold;
            textAlign: left;
        }
    &lt;/mx:Style&gt;

    &lt;mx:DateChooser headerStyleName=&quot;dateChooserHeaderStyles&quot; /&gt;

&lt;/mx:Application&gt;
&lt;/pre&gt;

Peter

&lt;p class=&quot;new&quot;&gt;Actually, I turned this into a full example. For more information, see &lt;a href=&quot;http://blog.flexexamples.com/2008/06/05/aligning-headers-in-a-datechooser-control-in-flex/&quot; rel=&quot;nofollow&quot;&gt;&lt;u&gt;&quot;Aligning headers in a DateChooser control in Flex&quot;&lt;/u&gt;&lt;/a&gt;.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://blog.flexexamples.com/2007/12/24/changing-the-flex-datechooser-controls-text-alignment/#comment-13240" rel="nofollow">Anthony</a>,</p>
<p>How about this:</p>
<pre class="code">
&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"&gt;

    &lt;mx:Style&gt;
        .dateChooserHeaderStyles {
            fontWeight: bold;
            textAlign: left;
        }
    &lt;/mx:Style&gt;

    &lt;mx:DateChooser headerStyleName="dateChooserHeaderStyles" /&gt;

&lt;/mx:Application&gt;
</pre>
<p>Peter</p>
<p class="new">Actually, I turned this into a full example. For more information, see <a href="http://blog.flexexamples.com/2008/06/05/aligning-headers-in-a-datechooser-control-in-flex/" rel="nofollow"><u>&#8220;Aligning headers in a DateChooser control in Flex&#8221;</u></a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://blog.flexexamples.com/2007/12/24/changing-the-flex-datechooser-controls-text-alignment/comment-page-1/#comment-2154</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Thu, 05 Jun 2008 20:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/12/24/changing-the-flex-datechooser-controls-text-alignment/#comment-2154</guid>
		<description>Is there a way to align the Month and Year title in the header?</description>
		<content:encoded><![CDATA[<p>Is there a way to align the Month and Year title in the header?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

