<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Mac Dashboard Style Calendar control in Flex</title>
	<atom:link href="http://srinivasannam.wordpress.com/2008/11/20/mac-dashboard-style-calendar-control-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://srinivasannam.wordpress.com/2008/11/20/mac-dashboard-style-calendar-control-in-flex/</link>
	<description>All about RIA, Flash, Flex, AIR &#38; UI Design</description>
	<lastBuildDate>Fri, 13 Nov 2009 22:01:36 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: srinivasannam</title>
		<link>http://srinivasannam.wordpress.com/2008/11/20/mac-dashboard-style-calendar-control-in-flex/#comment-259</link>
		<dc:creator>srinivasannam</dc:creator>
		<pubDate>Tue, 30 Jun 2009 11:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://srinivasannam.wordpress.com/?p=69#comment-259</guid>
		<description>Yes, it is possible to do that. Add the below function in CustomCalenar1.mxml or CustomCalendar2.mxml or CustomCalendar3.mxml file.

And call this function like this &quot;setTimeout(renderChildren,250);&quot;  at the end of &quot;initComponent()&quot; &amp; &quot;dateChange()&quot; events.

public function renderChildren():void
{
	var obj:Object;
		
	for(var i:int=0;i&lt;dateGrid.numChildren;i++)
	{
		obj=dateGrid.getChildAt(i);
		if(obj.hasOwnProperty(&quot;text&quot;))
		{
			if(obj.text != &quot;&quot; &amp;&amp; obj.text != &quot;S&quot; &amp;&amp; obj.text != &quot;M&quot; &amp;&amp; obj.text != &quot;T&quot; &amp;&amp; obj.text != &quot;W&quot; &amp;&amp; obj.text != &quot;T&quot; &amp;&amp; obj.text != &quot;F&quot; &amp;&amp; obj.text != &quot;S&quot;)
			{
				obj.enabled=false;
			}
		}
	}
}</description>
		<content:encoded><![CDATA[<p>Yes, it is possible to do that. Add the below function in CustomCalenar1.mxml or CustomCalendar2.mxml or CustomCalendar3.mxml file.</p>
<p>And call this function like this &#8220;setTimeout(renderChildren,250);&#8221;  at the end of &#8220;initComponent()&#8221; &amp; &#8220;dateChange()&#8221; events.</p>
<p>public function renderChildren():void<br />
{<br />
	var obj:Object;</p>
<p>	for(var i:int=0;i&lt;dateGrid.numChildren;i++)<br />
	{<br />
		obj=dateGrid.getChildAt(i);<br />
		if(obj.hasOwnProperty(&quot;text&quot;))<br />
		{<br />
			if(obj.text != &quot;&quot; &amp;&amp; obj.text != &quot;S&quot; &amp;&amp; obj.text != &quot;M&quot; &amp;&amp; obj.text != &quot;T&quot; &amp;&amp; obj.text != &quot;W&quot; &amp;&amp; obj.text != &quot;T&quot; &amp;&amp; obj.text != &quot;F&quot; &amp;&amp; obj.text != &quot;S&quot;)<br />
			{<br />
				obj.enabled=false;<br />
			}<br />
		}<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benzino</title>
		<link>http://srinivasannam.wordpress.com/2008/11/20/mac-dashboard-style-calendar-control-in-flex/#comment-257</link>
		<dc:creator>benzino</dc:creator>
		<pubDate>Mon, 29 Jun 2009 10:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://srinivasannam.wordpress.com/?p=69#comment-257</guid>
		<description>i want to highlight some dates when it is loaded. is this possible??</description>
		<content:encoded><![CDATA[<p>i want to highlight some dates when it is loaded. is this possible??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish Patel</title>
		<link>http://srinivasannam.wordpress.com/2008/11/20/mac-dashboard-style-calendar-control-in-flex/#comment-243</link>
		<dc:creator>Ashish Patel</dc:creator>
		<pubDate>Sun, 14 Jun 2009 08:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://srinivasannam.wordpress.com/?p=69#comment-243</guid>
		<description>It is really nice component......</description>
		<content:encoded><![CDATA[<p>It is really nice component&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srinivasannam</title>
		<link>http://srinivasannam.wordpress.com/2008/11/20/mac-dashboard-style-calendar-control-in-flex/#comment-165</link>
		<dc:creator>srinivasannam</dc:creator>
		<pubDate>Fri, 20 Feb 2009 13:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://srinivasannam.wordpress.com/?p=69#comment-165</guid>
		<description>Right link to the source is now updated.</description>
		<content:encoded><![CDATA[<p>Right link to the source is now updated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
