<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	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>Pandimalar&#039;s Blog</title>
	<atom:link href="http://pandimalar.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pandimalar.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 24 Jun 2009 10:12:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pandimalar.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Pandimalar&#039;s Blog</title>
		<link>http://pandimalar.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pandimalar.wordpress.com/osd.xml" title="Pandimalar&#039;s Blog" />
	<atom:link rel='hub' href='http://pandimalar.wordpress.com/?pushpress=hub'/>
		<item>
		<title>EventFlow Phases</title>
		<link>http://pandimalar.wordpress.com/2009/06/19/eventflow-phases/</link>
		<comments>http://pandimalar.wordpress.com/2009/06/19/eventflow-phases/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 12:37:29 +0000</pubDate>
		<dc:creator>pandimalar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pandimalar.wordpress.com/?p=115</guid>
		<description><![CDATA[Definition: You can instruct any container or control to listen for events dispatched by another container or control. When Adobe ® Flash ® Player dispatches an Eventobject.That EventObject makes a roundtrip journey from the root of the display list to the target node. The targetnode is the node in the display list where the event [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandimalar.wordpress.com&amp;blog=8195832&amp;post=115&amp;subd=pandimalar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Definition:</strong></p>
<p>You can instruct any container or control to listen for events dispatched by another container or control.      When Adobe ® Flash ® Player dispatches an Eventobject.That EventObject makes a roundtrip journey from the root of the display list to the target node.    The targetnode is the node in the display list where the event occurred.</p>
<p>The eventflow is conceptually divided into 3 parts:</p>
<ul>
<li> The capturing phase</li>
<li> The targeting phase</li>
<li> The bubbling phase</li>
</ul>
<p><strong>Example:</strong></p>
<p>&lt;?xml version=&#8221;1.0&#8243;?&gt; &lt;!&#8211; events/ShowEventPriorities.mxml &#8211;&gt; &lt;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221; creationComplete=&#8221;initApp()&#8221;&gt;</p>
<p>&lt;mx:Script&gt;</p>
<p>&lt;![CDATA[ private function returnResult(e:Event):void</p>
<p>{</p>
<p>ta1.text += "returnResult() method called last (priority 1)\n";</p>
<p>}</p>
<p>private function verifyInputData(e:Event):void</p>
<p>{</p>
<p>ta1.text += "verifyInputData() method called first (priority 3)\n";</p>
<p>}</p>
<p>private function saveInputData(e:Event):void</p>
<p>{</p>
<p>ta1.text += "saveInputData() method called second (priority 2)\n";</p>
<p>}</p>
<p>private function initApp():void</p>
<p>{</p>
<p>b1.addEventListener(MouseEvent.CLICK, returnResult, false, 1);  b1.addEventListener(MouseEvent.CLICK, saveInputData, false, 2);  b1.addEventListener(MouseEvent.CLICK, verifyInputData, false,3);</p>
<p>} ]]&gt;</p>
<p>&lt;/mx:Script&gt;</p>
<p>&lt;mx:Button label=&#8221;Click Me&#8221;/&gt;</p>
<p>&lt;mx:TextArea height=&#8221;200&#8243; width=&#8221;300&#8243;/&gt;</p>
<p>&lt;/mx:Application&gt;</p>
<p><strong>Thanks with Regards,</strong></p>
<p><strong>Pandimalar A</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandimalar.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandimalar.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandimalar.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandimalar.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandimalar.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandimalar.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandimalar.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandimalar.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandimalar.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandimalar.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandimalar.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandimalar.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandimalar.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandimalar.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandimalar.wordpress.com&amp;blog=8195832&amp;post=115&amp;subd=pandimalar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandimalar.wordpress.com/2009/06/19/eventflow-phases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf2e03b33f4a49a01b0d101c72bf3bcd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pandimalar</media:title>
		</media:content>
	</item>
		<item>
		<title>Events</title>
		<link>http://pandimalar.wordpress.com/2009/06/19/events/</link>
		<comments>http://pandimalar.wordpress.com/2009/06/19/events/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 11:49:24 +0000</pubDate>
		<dc:creator>pandimalar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pandimalar.wordpress.com/?p=112</guid>
		<description><![CDATA[Definition: •Events can be generated by user devices,such as the mouse &#38; Keyboard. • Any user interaction with your application can generate events. Thanks with Regards, Pandimalar A<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandimalar.wordpress.com&amp;blog=8195832&amp;post=112&amp;subd=pandimalar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Definition:</strong></p>
<p>•Events can be generated by user devices,such as the mouse &amp; Keyboard.</p>
<p>•  Any user interaction with your application can generate events.</p>
<p><strong>Thanks with Regards,</strong></p>
<p><strong>Pandimalar A</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandimalar.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandimalar.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandimalar.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandimalar.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandimalar.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandimalar.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandimalar.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandimalar.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandimalar.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandimalar.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandimalar.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandimalar.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandimalar.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandimalar.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandimalar.wordpress.com&amp;blog=8195832&amp;post=112&amp;subd=pandimalar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandimalar.wordpress.com/2009/06/19/events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf2e03b33f4a49a01b0d101c72bf3bcd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pandimalar</media:title>
		</media:content>
	</item>
		<item>
		<title>Toggle ButtonBar Control</title>
		<link>http://pandimalar.wordpress.com/2009/06/19/toggle-buttonbar-control/</link>
		<comments>http://pandimalar.wordpress.com/2009/06/19/toggle-buttonbar-control/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 11:42:53 +0000</pubDate>
		<dc:creator>pandimalar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pandimalar.wordpress.com/?p=108</guid>
		<description><![CDATA[Definition: It defines a horizontal or vertical group of buttons, that maintain their selected or deselected state. Only one button in the ToggleButtonBar control can be in the selected state. You can use the ButtonBar control to define a group of push buttons. ToggleButtonBar control has the following default characteristics: Preferred Size Control resizing rules [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandimalar.wordpress.com&amp;blog=8195832&amp;post=108&amp;subd=pandimalar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Definition: </strong></p>
<p><strong> It  defines a horizontal or vertical group of buttons, that maintain their selected or deselected state.      Only one button in the ToggleButtonBar control can be in the selected state.    You can use the ButtonBar control to define a group of push buttons.</strong></p>
<p><strong> ToggleButtonBar control has the following default characteristics: </strong></p>
<p><strong> Preferred Size</strong></p>
<p><strong> Control resizing rules </strong></p>
<p><strong> selectedIndex </strong></p>
<p><strong> Padding</strong></p>
<p><strong>Source Code:</strong></p>
<p>&lt;?xml version=&#8221;1.0&#8243;?&gt;<br />
&lt;!&#8211; Simple example to demonstrate the ToggleButtonBar control. &#8211;&gt;<br />
&lt;mx:Application xmlns:mx=&#8221;<a href="http://www.adobe.com/2006/mxml">http://www.adobe.com/2006/mxml</a>&#8220;&gt;</p>
<p>&lt;mx:Script&gt;<br />
&lt;![CDATA[</p>
<p>import mx.events.ItemClickEvent;</p>
<p>// Event handler function to print a message<br />
// describing the selected Button control.<br />
private function clickHandler(event:ItemClickEvent):void {<br />
myTA.text="Selected button index: " + String(event.index) +<br />
"\n" + "Selected button label: " + event.label;<br />
}<br />
]]&gt;<br />
&lt;/mx:Script&gt;</p>
<p>&lt;mx:Panel title=&#8221;ToggleButtonBar Control Example&#8221; height=&#8221;75%&#8221; width=&#8221;75%&#8221;<br />
paddingTop=&#8221;10&#8243; paddingLeft=&#8221;10&#8243; paddingRight=&#8221;10&#8243; paddingBottom=&#8221;10&#8243;&gt;</p>
<p>&lt;mx:Label width=&#8221;100%&#8221; color=&#8221;blue&#8221;<br />
text=&#8221;Select a button in the ToggleButtonBar control.&#8221;/&gt;</p>
<p>&lt;mx:TextArea id=&#8221;myTA&#8221; width=&#8221;100%&#8221; height=&#8221;100%&#8221;/&gt;</p>
<p>&lt;mx:ToggleButtonBar itemClick=&#8221;clickHandler(event);&#8221;&gt;<br />
&lt;mx:dataProvider&gt;<br />
&lt;mx:Array&gt;<br />
&lt;mx:String&gt;Flash&lt;/mx:String&gt;<br />
&lt;mx:String&gt;Director&lt;/mx:String&gt;<br />
&lt;mx:String&gt;Dreamweaver&lt;/mx:String&gt;<br />
&lt;mx:String&gt;ColdFusion&lt;/mx:String&gt;<br />
&lt;/mx:Array&gt;<br />
&lt;/mx:dataProvider&gt;<br />
&lt;/mx:ToggleButtonBar&gt;<br />
&lt;/mx:Panel&gt;<br />
&lt;/mx:Application&gt;</p>
<p><strong>Thanks with Regards,</strong></p>
<p><strong>Pandimalar A</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandimalar.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandimalar.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandimalar.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandimalar.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandimalar.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandimalar.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandimalar.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandimalar.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandimalar.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandimalar.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandimalar.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandimalar.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandimalar.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandimalar.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandimalar.wordpress.com&amp;blog=8195832&amp;post=108&amp;subd=pandimalar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandimalar.wordpress.com/2009/06/19/toggle-buttonbar-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf2e03b33f4a49a01b0d101c72bf3bcd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pandimalar</media:title>
		</media:content>
	</item>
		<item>
		<title>Spacer Control</title>
		<link>http://pandimalar.wordpress.com/2009/06/19/spacer-control/</link>
		<comments>http://pandimalar.wordpress.com/2009/06/19/spacer-control/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 10:14:28 +0000</pubDate>
		<dc:creator>pandimalar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pandimalar.wordpress.com/?p=105</guid>
		<description><![CDATA[Definition: nIt lays out children within a parent container. nThe Spacer control does not draw anything .nIt allocates space for itself. Source Code: &#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&#62; &#60;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221; layout=&#8221;absolute&#8221;&#62; &#60;mx:ControlBar width=&#8221;250&#8243;&#62; &#60;mx:Label text=&#8221;Quantity&#8221;/&#62; &#60;mx:NumericStepper/&#62; &#60;!&#8211; Use Spacer to push Button control to the right. &#8211;&#62; &#60;mx:Spacer width=&#8221;300%&#8221;/&#62; &#60;mx:Button label=&#8221;Add to Cart&#8221;/&#62; &#60;/mx:ControlBar&#62; &#60;/mx:Application&#62; Thanks with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandimalar.wordpress.com&amp;blog=8195832&amp;post=105&amp;subd=pandimalar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Definition:</strong></p>
<p><!--[if !mso]&gt; &lt;!  v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} p\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} v\:textbox {display:none;} --> <!--[endif]--><!--[if !ppt]--><!-- .O 	{color:black; 	font-size:149%;} a:link 	{color:#CCCCFF !important;} a:active 	{color:#3333CC !important;} a:visited 	{color:#B2B2B2 !important;} --><!-- .sld 	{left:0px !important; 	width:6.0in !important; 	height:4.5in !important; 	font-size:103% !important;} --><!--[endif]--></p>
<div>
<div><span style="font-family:&quot;font-size:111%;"><span style="color:#3333cc;position:absolute;left:-5.31%;top:.61em;font-family:Wingdings;font-size:60%;">n</span></span><span style="font-family:&quot;font-size:20pt;color:black;">It lays out children within a parent container. </span></div>
<div><span style="font-family:&quot;font-size:111%;"><span style="color:#3333cc;position:absolute;left:-5.31%;top:.61em;font-family:Wingdings;font-size:60%;">n</span></span><span style="font-family:&quot;font-size:20pt;color:black;">The Spacer control does not draw anything .</span><span style="font-family:&quot;font-size:111%;"><span style="color:#3333cc;position:absolute;left:-5.31%;top:.61em;font-family:Wingdings;font-size:60%;">n</span></span><span style="font-family:&quot;font-size:20pt;color:black;">It allocates space<span> </span>for itself. </span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><strong>Source Code:</strong></span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><strong><br />
</strong></span></div>
<div>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&gt;<br />
&lt;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221; layout=&#8221;absolute&#8221;&gt;<br />
&lt;mx:ControlBar width=&#8221;250&#8243;&gt;<br />
&lt;mx:Label text=&#8221;Quantity&#8221;/&gt;<br />
&lt;mx:NumericStepper/&gt;<br />
&lt;!&#8211; Use Spacer to push Button control to the right. &#8211;&gt;<br />
&lt;mx:Spacer width=&#8221;300%&#8221;/&gt;<br />
&lt;mx:Button label=&#8221;Add to Cart&#8221;/&gt;<br />
&lt;/mx:ControlBar&gt;<br />
&lt;/mx:Application&gt;</div>
</div>
<div><strong>Thanks with Regards,</strong></div>
<div><strong>Pandimalar A</strong></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandimalar.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandimalar.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandimalar.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandimalar.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandimalar.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandimalar.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandimalar.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandimalar.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandimalar.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandimalar.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandimalar.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandimalar.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandimalar.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandimalar.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandimalar.wordpress.com&amp;blog=8195832&amp;post=105&amp;subd=pandimalar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandimalar.wordpress.com/2009/06/19/spacer-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf2e03b33f4a49a01b0d101c72bf3bcd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pandimalar</media:title>
		</media:content>
	</item>
		<item>
		<title>Richtexteditor Control</title>
		<link>http://pandimalar.wordpress.com/2009/06/19/richtexteditor-control/</link>
		<comments>http://pandimalar.wordpress.com/2009/06/19/richtexteditor-control/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 10:08:18 +0000</pubDate>
		<dc:creator>pandimalar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pandimalar.wordpress.com/?p=102</guid>
		<description><![CDATA[Definition: Users can enter, edit, and format text. Users can apply text formatting and URL links by using subcontrols. Source Code: &#60;?xml version=&#8221;1.0&#8243;?&#62; &#60;!&#8211; textcontrols/RichTextEditorControlWithFormattedText.mxml &#8211;&#62; &#60;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221;&#62; &#60;!&#8211; The HTML text string used to populate the RichTextEditor control&#8217;s TextArea subcontrol. The text is on a single line. &#8211;&#62; &#60;mx:Script&#62; &#60;![CDATA[ [Bindable] public var htmlData:String=&#8221;&#60;textformat [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandimalar.wordpress.com&amp;blog=8195832&amp;post=102&amp;subd=pandimalar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Definition:</strong></p>
<div>
<div><span style="font-family:&quot;font-size:20pt;color:black;">Users can enter, edit, and format text. </span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span>Users can apply text formatting and URL links by using subcontrols. </span></div>
<div></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><strong>Source Code:</strong></span></div>
<div></div>
<div>&lt;?xml version=&#8221;1.0&#8243;?&gt;<br />
&lt;!&#8211; textcontrols/RichTextEditorControlWithFormattedText.mxml &#8211;&gt;<br />
&lt;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221;&gt;<br />
&lt;!&#8211; The HTML text string used to populate the RichTextEditor control&#8217;s<br />
TextArea subcontrol. The text is on a single line. &#8211;&gt;<br />
&lt;mx:Script&gt;</div>
<div>&lt;![CDATA[<br />
[Bindable]<br />
public var htmlData:String=&#8221;&lt;textformat leading=&#8217;2&#8242;&gt;&lt;p align=&#8217;center&#8217;&gt;&lt;b&gt;&lt;font size=&#8217;20&#8242;&gt;HTML Formatted Text&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;/textformat&gt;&lt;br&gt;&lt;textformat leading=&#8217;2&#8242;&gt;&lt;p align=&#8217;left&#8217;&gt;</div>
<div>&lt;font face=&#8217;_sans&#8217; size=&#8217;12&#8242; color=&#8217;#000000&#8242;&gt;This paragraph contains&lt;b&gt;bold&lt;/b&gt;, &lt;i&gt;italic&lt;/i&gt;, &lt;u&gt;underlined&lt;/u&gt;, and &lt;b&gt;&lt;i&gt;&lt;u&gt;bold italic underlined &lt;/u&gt;&lt;/i&gt;&lt;/b&gt;text.&lt;/font&gt;&lt;/p&gt;&lt;/textformat&gt;&lt;br&gt;&lt;p&gt;&lt;u&gt;&lt;font face=&#8217;arial&#8217; size=&#8217;14&#8242; color=&#8217;#ff0000&#8242;&gt;This a red underlined 14-point arial font with no alignment set.&lt;/font&gt;&lt;/u&gt;&lt;/p&gt;&lt;p align=&#8217;right&#8217;&gt;&lt;font face=&#8217;verdana&#8217; size=&#8217;12&#8242; color=&#8217;#006666&#8242;&gt;&lt;b&gt;This a teal bold 12-pt.&#8217; Verdana font with alignment set to right.&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;br&gt;&lt;li&gt;This is bulleted text.&lt;/li&gt;&lt;li&gt;&lt;font face=&#8217;arial&#8217; size=&#8217;12&#8242; color=&#8217;#0000ff&#8217;&gt;&lt;u&gt; &lt;a href=&#8217;http://www.adobe.com&#8217;&gt;This is a bulleted link with underline and blue color set.&lt;/a&gt;&lt;/u&gt;&lt;/font&gt;&lt;/li&gt;&#8221;;<br />
]]&gt;</div>
<div>&lt;/mx:Script&gt;</p>
<p>&lt;!&#8211; The RichTextEditor control. To reference a subcontrol prefix its ID with the RichTextEditor control ID. &#8211;&gt;<br />
&lt;mx:RichTextEditor id=&#8221;rte1&#8243;  backgroundColor=&#8221;#ccffcc&#8221;<br />
width=&#8221;500&#8243;  headerColors=&#8221;[#88bb88, #bbeebb]&#8220;<br />
footerColors=&#8221;[#bbeebb, #88bb88]&#8220;<br />
title=&#8221;Rich Text Editor&#8221;  htmlText=&#8221;{htmlData}&#8221;<br />
initialize=&#8221;rte1.textArea.setStyle(&#8216;backgroundColor&#8217;, &#8217;0xeeffee&#8217;)&#8221;<br />
/&gt;<br />
&lt;/mx:Application&gt;</p></div>
</div>
<div></div>
<div><strong>Thanks with Regards,</strong></div>
<div><strong>Pandimalar A</strong></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandimalar.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandimalar.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandimalar.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandimalar.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandimalar.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandimalar.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandimalar.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandimalar.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandimalar.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandimalar.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandimalar.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandimalar.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandimalar.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandimalar.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandimalar.wordpress.com&amp;blog=8195832&amp;post=102&amp;subd=pandimalar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandimalar.wordpress.com/2009/06/19/richtexteditor-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf2e03b33f4a49a01b0d101c72bf3bcd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pandimalar</media:title>
		</media:content>
	</item>
		<item>
		<title>PlotChart Control</title>
		<link>http://pandimalar.wordpress.com/2009/06/19/plotchart-control/</link>
		<comments>http://pandimalar.wordpress.com/2009/06/19/plotchart-control/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 09:56:38 +0000</pubDate>
		<dc:creator>pandimalar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pandimalar.wordpress.com/?p=98</guid>
		<description><![CDATA[Definition: It represents data with two values for each data point. One value determines the position of the data point along the horizontal axis. And one value determines its position along the vertical axis. The PlotChart control expects its series property to contain an Array of PlotSeries objects. Source code: &#60;?xml version=&#8221;1.0&#8243;?&#62; &#60;!&#8211; Simple example [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandimalar.wordpress.com&amp;blog=8195832&amp;post=98&amp;subd=pandimalar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Definition:</strong></p>
<p><!--[if !mso]&gt; &lt;!  v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} p\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} v\:textbox {display:none;} --> <!--[endif]--><!--[if !ppt]--><!-- .O 	{color:black; 	font-size:149%;} a:link 	{color:#CCCCFF !important;} a:active 	{color:#3333CC !important;} a:visited 	{color:#B2B2B2 !important;} --><!-- .sld 	{left:0px !important; 	width:6.0in !important; 	height:4.5in !important; 	font-size:103% !important;} --><!--[endif]--></p>
<div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span>It represents data with two values for each data point. </span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span> </span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span>One value determines the position of the data point along the horizontal axis. </span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"> </span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span>And one value determines its position along the vertical axis. </span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span> </span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span>The PlotChart control expects its series property to contain an Array of PlotSeries </span><span style="font-family:&quot;font-size:20pt;color:black;">objects. </span></div>
<div></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><strong>Source code:</strong></span></div>
<div></div>
<div>&lt;?xml version=&#8221;1.0&#8243;?&gt;<br />
&lt;!&#8211; Simple example to demonstrate the PlotChart control. &#8211;&gt;<br />
&lt;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221;&gt;</p>
<p>&lt;mx:Script&gt;<br />
&lt;![CDATA[</p>
<p>import mx.collections.ArrayCollection;</p>
<p>[Bindable]<br />
private var expensesAC:ArrayCollection = new ArrayCollection( [<br />
{ Month: "Jan", Profit: 2000, Expenses: 1500, Amount: 450 },<br />
{ Month: "Feb", Profit: 1000, Expenses: 200, Amount: 600 },<br />
{ Month: "Mar", Profit: 1500, Expenses: 500, Amount: 300 } ]);<br />
]]&gt;<br />
&lt;/mx:Script&gt;</p>
<p>&lt;mx:Panel title=&#8221;PlotChart Control Example&#8221; height=&#8221;100%&#8221; width=&#8221;100%&#8221;&gt;</p>
<p>&lt;mx:PlotChart id=&#8221;plot&#8221; height=&#8221;100%&#8221; width=&#8221;100%&#8221;<br />
paddingLeft=&#8221;5&#8243; paddingRight=&#8221;5&#8243;<br />
showDataTips=&#8221;true&#8221; dataProvider=&#8221;{expensesAC}&#8221;&gt;</p>
<p>&lt;mx:series&gt;<br />
&lt;mx:PlotSeries xField=&#8221;Expenses&#8221; yField=&#8221;Profit&#8221; displayName=&#8221;Expenses/Profit&#8221;/&gt;<br />
&lt;mx:PlotSeries xField=&#8221;Amount&#8221; yField=&#8221;Expenses&#8221; displayName=&#8221;Amount/Expenses&#8221;/&gt;<br />
&lt;mx:PlotSeries xField=&#8221;Profit&#8221; yField=&#8221;Amount&#8221; displayName=&#8221;Profit/Amount&#8221;/&gt;<br />
&lt;/mx:series&gt;<br />
&lt;/mx:PlotChart&gt;</p>
<p>&lt;mx:Legend dataProvider=&#8221;{plot}&#8221;/&gt;</p>
<p>&lt;/mx:Panel&gt;<br />
&lt;/mx:Application&gt;</p></div>
<div></div>
<div><strong>Thanks with Regards,</strong></div>
<div><strong>Pandimalar A</strong></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"> </span></div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandimalar.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandimalar.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandimalar.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandimalar.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandimalar.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandimalar.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandimalar.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandimalar.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandimalar.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandimalar.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandimalar.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandimalar.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandimalar.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandimalar.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandimalar.wordpress.com&amp;blog=8195832&amp;post=98&amp;subd=pandimalar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandimalar.wordpress.com/2009/06/19/plotchart-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf2e03b33f4a49a01b0d101c72bf3bcd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pandimalar</media:title>
		</media:content>
	</item>
		<item>
		<title>Menubar Control</title>
		<link>http://pandimalar.wordpress.com/2009/06/19/menubar-control/</link>
		<comments>http://pandimalar.wordpress.com/2009/06/19/menubar-control/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 09:52:29 +0000</pubDate>
		<dc:creator>pandimalar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pandimalar.wordpress.com/?p=95</guid>
		<description><![CDATA[Definition: Defines a horizontal, top-level menu bar that contains one or more menus. Clicking on a top-level menu item opens a pop-up submenu that is an instance of the Menu control. The top-level menu bar of the MenuBar control is generally always visible. Source Code: &#60;?xml version=&#8221;1.0&#8243;?&#62; &#60;!&#8211; Simple example to demonstrate the MenuBar control. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandimalar.wordpress.com&amp;blog=8195832&amp;post=95&amp;subd=pandimalar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Definition:</strong></p>
<div>
<div><span style="font-family:&quot;font-size:20pt;color:black;">Defines a horizontal, top-level menu bar that contains one or more menus. </span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span> </span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span>Clicking on a top-level menu item opens a pop-up submenu that is an instance of </span><span style="font-family:&quot;font-size:20pt;color:black;">the Menu control. </span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"> </span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span>The top-level menu bar of the MenuBar control is generally always visible.</span></div>
<div></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><strong>Source Code:</strong></span></div>
<div></div>
<div>&lt;?xml version=&#8221;1.0&#8243;?&gt;<br />
&lt;!&#8211; Simple example to demonstrate the MenuBar control. &#8211;&gt;<br />
&lt;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221; creationComplete=&#8221;initCollections();&#8221; &gt;</p>
<p>&lt;mx:Script&gt;<br />
&lt;![CDATA[</p>
<p>import mx.events.MenuEvent;<br />
import mx.controls.Alert;<br />
import mx.collections.*;</p>
<p>[Bindable]<br />
public var menuBarCollection:XMLListCollection;</p>
<p>private var menubarXML:XMLList =<br />
&lt;&gt;<br />
&lt;menuitem label=&#8221;Menu1&#8243; data=&#8221;top&#8221;&gt;<br />
&lt;menuitem label=&#8221;MenuItem 1-A&#8221; data=&#8221;1A&#8221;/&gt;<br />
&lt;menuitem label=&#8221;MenuItem 1-B&#8221; data=&#8221;1B&#8221;/&gt;<br />
&lt;/menuitem&gt;<br />
&lt;menuitem label=&#8221;Menu2&#8243; data=&#8221;top&#8221;&gt;<br />
&lt;menuitem label=&#8221;MenuItem 2-A&#8221; type=&#8221;check&#8221;  data=&#8221;2A&#8221;/&gt;<br />
&lt;menuitem type=&#8221;separator&#8221;/&gt;<br />
&lt;menuitem label=&#8221;MenuItem 2-B&#8221; &gt;<br />
&lt;menuitem label=&#8221;SubMenuItem 3-A&#8221; type=&#8221;radio&#8221;<br />
groupName=&#8221;one&#8221; data=&#8221;3A&#8221;/&gt;<br />
&lt;menuitem label=&#8221;SubMenuItem 3-B&#8221; type=&#8221;radio&#8221;<br />
groupName=&#8221;one&#8221; data=&#8221;3B&#8221;/&gt;<br />
&lt;/menuitem&gt;<br />
&lt;/menuitem&gt;<br />
&lt;/&gt;;</p>
<p>// Event handler to initialize the MenuBar control.<br />
private function initCollections():void {<br />
menuBarCollection = new XMLListCollection(menubarXML);<br />
}</p>
<p>// Event handler for the MenuBar control&#8217;s itemClick event.<br />
private function menuHandler(event:MenuEvent):void  {<br />
// Don&#8217;t open the Alert for a menu bar item that<br />
// opens a popup submenu.<br />
if (event.item.@data != &#8220;top&#8221;) {<br />
Alert.show(&#8220;Label: &#8221; + event.item.@label + &#8220;\n&#8221; +<br />
&#8220;Data: &#8221; + event.item.@data, &#8220;Clicked menu item&#8221;);<br />
}<br />
}<br />
]]&gt;<br />
&lt;/mx:Script&gt;</p>
<p>&lt;mx:Panel title=&#8221;MenuBar Control Example&#8221; height=&#8221;75%&#8221; width=&#8221;75%&#8221;<br />
paddingTop=&#8221;10&#8243; paddingLeft=&#8221;10&#8243;&gt;</p>
<p>&lt;mx:Label width=&#8221;100%&#8221; color=&#8221;blue&#8221;<br />
text=&#8221;Select a menu item.&#8221;/&gt;</p>
<p>&lt;mx:MenuBar labelField=&#8221;@label&#8221; itemClick=&#8221;menuHandler(event);&#8221;<br />
dataProvider=&#8221;{menuBarCollection}&#8221; /&gt;</p>
<p>&lt;/mx:Panel&gt;<br />
&lt;/mx:Application&gt;</p></div>
</div>
<div></div>
<div><strong>Thanks with Regards,</strong></div>
<div><strong>Pandimalar A</strong></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandimalar.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandimalar.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandimalar.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandimalar.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandimalar.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandimalar.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandimalar.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandimalar.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandimalar.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandimalar.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandimalar.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandimalar.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandimalar.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandimalar.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandimalar.wordpress.com&amp;blog=8195832&amp;post=95&amp;subd=pandimalar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandimalar.wordpress.com/2009/06/19/menubar-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf2e03b33f4a49a01b0d101c72bf3bcd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pandimalar</media:title>
		</media:content>
	</item>
		<item>
		<title>CheckBox Control</title>
		<link>http://pandimalar.wordpress.com/2009/06/19/checkbox-control/</link>
		<comments>http://pandimalar.wordpress.com/2009/06/19/checkbox-control/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 09:48:24 +0000</pubDate>
		<dc:creator>pandimalar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pandimalar.wordpress.com/?p=91</guid>
		<description><![CDATA[Definition: The CheckBox control is a commonly used graphical control . It can have one of two disabled states, checked or unchecked. Flex clips the label of a CheckBox control to fit the boundaries of the control. It changes the control from one state to another. The &#60;mx:CheckBox&#62; tag to define a CheckBox control in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandimalar.wordpress.com&amp;blog=8195832&amp;post=91&amp;subd=pandimalar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Definition:</strong></p>
<p><!--[if !mso]&gt; &lt;!  v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} p\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} v\:textbox {display:none;} --> <!--[endif]--><!--[if !ppt]--><!-- .O 	{color:black; 	font-size:149%;} a:link 	{color:#CCCCFF !important;} a:active 	{color:#3333CC !important;} a:visited 	{color:#B2B2B2 !important;} --><!-- .sld 	{left:0px !important; 	width:6.0in !important; 	height:4.5in !important; 	font-size:103% !important;} --><!--[endif]--></p>
<div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span>The </span><span style="font-family:&quot;font-size:20pt;color:black;">CheckBox</span><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span>control is a commonly used graphical control . </span></div>
<div><span style="font-family:Tahoma;font-size:20pt;color:black;"><span> </span></span><span style="font-family:&quot;font-size:20pt;color:black;">It can have one of two disabled states, checked or unchecked</span><span style="font-family:Tahoma;font-size:32pt;color:black;">. </span></div>
<div style="text-align:left;"><!--[if !mso]&gt; &lt;!  v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} p\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} v\:textbox {display:none;} --> <!--[endif]--><!--[if !ppt]--><!-- .O 	{color:black; 	font-size:149%;} a:link 	{color:#CCCCFF !important;} a:active 	{color:#3333CC !important;} a:visited 	{color:#B2B2B2 !important;} --><!-- .sld 	{left:0px !important; 	width:6.0in !important; 	height:4.5in !important; 	font-size:103% !important;} --><!--[endif]--></p>
<div>
<div style="text-align:justify;"><span style="font-family:&quot;font-size:20pt;color:black;">Flex clips the label of a CheckBox control to fit the boundaries of the<span> </span>control. </span></div>
<div style="text-align:justify;"><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span> </span></div>
<div style="text-align:justify;"><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span>It changes the control from one state to another.</span></div>
<div style="text-align:justify;"><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span>The &lt;mx:CheckBox&gt; tag to define a CheckBox control in MXML</span><span style="font-family:Tahoma;font-size:32pt;color:black;">. </span></div>
<div style="text-align:justify;"></div>
<div style="text-align:justify;"><strong>Source Code:</strong></div>
<div style="text-align:justify;"><strong><br />
</strong></div>
<div style="text-align:justify;">&lt;?xml version=&#8221;1.0&#8243;?&gt;<br />
&lt;!&#8211; controls\checkbox\CBSelected.mxml &#8211;&gt;<br />
&lt;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221;&gt;<br />
&lt;mx:VBox&gt;<br />
&lt;mx:CheckBox width=&#8221;100&#8243; label=&#8221;Employee?&#8221; selected=&#8221;true&#8221;/&gt;<br />
&lt;mx:CheckBox width=&#8221;120&#8243; label=&#8221; emp.name?&#8221; selected=&#8221;false&#8221;/&gt;<br />
&lt;/mx:VBox&gt;<br />
&lt;/mx:Application&gt;</div>
<div style="text-align:justify;"></div>
<div style="text-align:justify;"></div>
<div style="text-align:justify;"><strong>Thanks with Regards,</strong></div>
<div style="text-align:justify;"><strong>Pandimalar A</strong></div>
<div style="text-align:justify;"><span style="font-family:Tahoma;font-size:32pt;color:black;"><strong><br />
</strong></span></div>
</div>
<p><span style="font-family:Tahoma;font-size:32pt;color:black;"><span> </span></span><span style="font-family:&quot;font-size:20pt;color:black;"> </span></div>
<div></div>
<div style="text-align:center;"><img src="/DOCUME%7E1/CKDSK0%7E1/LOCALS%7E1/Temp/moz-screenshot.jpg" alt="" /></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span> </span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span> </span></div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandimalar.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandimalar.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandimalar.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandimalar.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandimalar.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandimalar.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandimalar.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandimalar.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandimalar.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandimalar.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandimalar.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandimalar.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandimalar.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandimalar.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandimalar.wordpress.com&amp;blog=8195832&amp;post=91&amp;subd=pandimalar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandimalar.wordpress.com/2009/06/19/checkbox-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf2e03b33f4a49a01b0d101c72bf3bcd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pandimalar</media:title>
		</media:content>

		<media:content url="/DOCUME%7E1/CKDSK0%7E1/LOCALS%7E1/Temp/moz-screenshot.jpg" medium="image" />
	</item>
		<item>
		<title>Viewstack Navigator Container</title>
		<link>http://pandimalar.wordpress.com/2009/06/19/viewstack-navigator-container/</link>
		<comments>http://pandimalar.wordpress.com/2009/06/19/viewstack-navigator-container/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 09:41:43 +0000</pubDate>
		<dc:creator>pandimalar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pandimalar.wordpress.com/?p=87</guid>
		<description><![CDATA[Definition: nCollection of child containers stacked on the top of each other. nWhen a different child container is selected, it seems to replace the old one. n However, the old child container still exists it is just invisible. n n It does not provide a user interface for selecting which child container is currently visible [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandimalar.wordpress.com&amp;blog=8195832&amp;post=87&amp;subd=pandimalar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Definition:</strong></p>
<p><!--[if !mso]&gt; &lt;!  v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} p\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} v\:textbox {display:none;} --> <!--[endif]--><!--[if !ppt]--><!-- .O 	{color:black; 	font-size:149%;} a:link 	{color:#CCCCFF !important;} a:active 	{color:#3333CC !important;} a:visited 	{color:#B2B2B2 !important;} --><!-- .sld 	{left:0px !important; 	width:6.0in !important; 	height:4.5in !important; 	font-size:103% !important;} --><!--[endif]--></p>
<div>
<div><span style="font-family:&quot;font-size:111%;"><span style="color:#3333cc;position:absolute;left:-4.11%;top:.61em;font-family:Wingdings;font-size:60%;">n</span></span><span style="font-family:&quot;font-size:20pt;color:black;">Collection of child containers stacked on the top of<span> </span>each other. </span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span> </span></div>
<div><span style="font-family:&quot;font-size:111%;"><span style="color:#3333cc;position:absolute;left:-3.67%;top:.61em;font-family:Wingdings;font-size:60%;">n</span></span><span style="font-family:&quot;font-size:20pt;color:black;">When a different child container is selected, it seems to replace the<span> </span>old one. </span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span> </span></div>
<div><span style="font-family:&quot;font-size:111%;"><span style="color:#3333cc;position:absolute;left:-4.11%;top:.61em;font-family:Wingdings;font-size:60%;">n</span></span><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span>However, the old child container still exists it is just invisible. </span></div>
<div><!--[if ppt]--><span style="font-family:&quot;font-size:111%;visibility:hidden;"><span style="color:#3333cc;position:absolute;left:-4.11%;font-family:Wingdings;font-size:60%;">n</span></span><!--[endif]--><span style="font-family:&quot;font-size:20pt;color:black;"> </span></div>
<div><span style="font-family:&quot;font-size:111%;"><span style="color:#3333cc;position:absolute;left:-3.44%;top:.61em;font-family:Wingdings;font-size:60%;">n</span></span><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span>It does not provide a user interface for selecting which child container is currently </span><span style="font-family:&quot;font-size:20pt;color:black;">visible . </span></div>
<div></div>
<div></div>
<div><strong><span style="font-family:&quot;font-size:20pt;color:black;">Source code:</span></strong></div>
<div>&lt;?xml version=&#8221;1.0&#8243;?&gt;<br />
&lt;!&#8211; Simple example to demonstrate the ViewStack layout container. &#8211;&gt;<br />
&lt;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221;&gt;</p>
<p>&lt;mx:Panel title=&#8221;ViewStack Container Example&#8221; height=&#8221;95%&#8221; width=&#8221;95%&#8221;<br />
paddingTop=&#8221;10&#8243; paddingLeft=&#8221;10&#8243; paddingRight=&#8221;10&#8243; paddingBottom=&#8221;10&#8243;&gt;</p>
<p>&lt;mx:Text width=&#8221;100%&#8221; color=&#8221;blue&#8221;<br />
text=&#8221;Use the Button controls to change panels of the ViewStack container.&#8221;/&gt;</p>
<p>&lt;mx:HBox borderStyle=&#8221;solid&#8221; width=&#8221;100%&#8221;<br />
paddingTop=&#8221;5&#8243; paddingLeft=&#8221;5&#8243; paddingRight=&#8221;5&#8243; paddingBottom=&#8221;5&#8243;&gt;</p>
<p>&lt;mx:Button id=&#8221;searchButton&#8221; label=&#8221;Search Panel&#8221;<br />
click=&#8221;myViewStack.selectedChild=search;&#8221;/&gt;<br />
&lt;mx:Button id=&#8221;cInfoButton&#8221; label=&#8221;Customer Info Panel&#8221;<br />
click=&#8221;myViewStack.selectedChild=custInfo;&#8221;/&gt;<br />
&lt;mx:Button id=&#8221;aInfoButton&#8221; label=&#8221;Account Panel&#8221;<br />
click=&#8221;myViewStack.selectedChild=accountInfo;&#8221;/&gt;<br />
&lt;/mx:HBox&gt;</p>
<p>&lt;!&#8211; Define the ViewStack and the three child containers and have it<br />
resize up to the size of the container for the buttons. &#8211;&gt;<br />
&lt;mx:ViewStack id=&#8221;myViewStack&#8221; borderStyle=&#8221;solid&#8221; width=&#8221;100%&#8221; height=&#8221;80%&#8221;&gt;</p>
<p>&lt;mx:Canvas id=&#8221;search&#8221; backgroundColor=&#8221;#FFFFCC&#8221; label=&#8221;Search&#8221; width=&#8221;100%&#8221; height=&#8221;100%&#8221;&gt;<br />
&lt;mx:Label text=&#8221;Search Screen&#8221; color=&#8221;#000000&#8243;/&gt;<br />
&lt;/mx:Canvas&gt;</p>
<p>&lt;mx:Canvas id=&#8221;custInfo&#8221; backgroundColor=&#8221;#CCFFFF&#8221; label=&#8221;Customer Info&#8221; width=&#8221;100%&#8221; height=&#8221;100%&#8221;&gt;<br />
&lt;mx:Label text=&#8221;Customer Info&#8221; color=&#8221;#000000&#8243;/&gt;<br />
&lt;/mx:Canvas&gt;</p>
<p>&lt;mx:Canvas id=&#8221;accountInfo&#8221; backgroundColor=&#8221;#FFCCFF&#8221; label=&#8221;Account Info&#8221; width=&#8221;100%&#8221; height=&#8221;100%&#8221;&gt;<br />
&lt;mx:Label text=&#8221;Account Info&#8221; color=&#8221;#000000&#8243;/&gt;<br />
&lt;/mx:Canvas&gt;<br />
&lt;/mx:ViewStack&gt;</p>
<p>&lt;/mx:Panel&gt;<br />
&lt;/mx:Application&gt;</p></div>
</div>
<div></div>
<div><strong>Thanks with Regards,</strong></div>
<div><strong>Pandimalar A</strong></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandimalar.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandimalar.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandimalar.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandimalar.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandimalar.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandimalar.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandimalar.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandimalar.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandimalar.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandimalar.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandimalar.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandimalar.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandimalar.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandimalar.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandimalar.wordpress.com&amp;blog=8195832&amp;post=87&amp;subd=pandimalar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandimalar.wordpress.com/2009/06/19/viewstack-navigator-container/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf2e03b33f4a49a01b0d101c72bf3bcd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pandimalar</media:title>
		</media:content>
	</item>
		<item>
		<title>TabNavigator Container</title>
		<link>http://pandimalar.wordpress.com/2009/06/19/tabnavigator-container/</link>
		<comments>http://pandimalar.wordpress.com/2009/06/19/tabnavigator-container/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 07:56:01 +0000</pubDate>
		<dc:creator>pandimalar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pandimalar.wordpress.com/?p=80</guid>
		<description><![CDATA[Definition: nA TabNavigator container creates and manages a set of tabs, which you use to navigate among its children. n nThe children of a TabNavigator container are other containers. nCreates one tab for each child . n n It is a child class of the ViewStack container and inherits much of its functionality. The &#60;mx:TabNavigator&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandimalar.wordpress.com&amp;blog=8195832&amp;post=80&amp;subd=pandimalar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Definition:</strong></p>
<p><!--[if !mso]&gt; &lt;!  v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} p\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} v\:textbox {display:none;} --> <!--[endif]--><!--[if !ppt]--><!-- .O 	{color:black; 	font-size:149%;} a:link 	{color:#CCCCFF !important;} a:active 	{color:#3333CC !important;} a:visited 	{color:#B2B2B2 !important;} --><!-- .sld 	{left:0px !important; 	width:6.0in !important; 	height:4.5in !important; 	font-size:103% !important;} --><!--[endif]--></p>
<div>
<div><span style="font-family:&quot;font-size:111%;"><span style="color:#3333cc;position:absolute;left:-3.47%;top:.61em;font-family:Wingdings;font-size:60%;">n</span></span><span style="font-family:&quot;font-size:20pt;color:black;">A </span><span style="font-family:&quot;font-size:20pt;color:black;">TabNavigator</span><span style="font-family:&quot;font-size:20pt;color:black;"> container creates and manages a set of tabs, which<span> </span>you use </span><span style="font-family:&quot;font-size:20pt;color:black;">to navigate among its children. </span></div>
<div><!--[if ppt]--><span style="font-family:&quot;font-size:111%;visibility:hidden;"><span style="color:#3333cc;position:absolute;left:-4.1%;font-family:Wingdings;font-size:60%;">n</span></span><!--[endif]--><span style="font-family:&quot;font-size:20pt;color:black;"> </span></div>
<div><span style="font-family:&quot;font-size:111%;"><span style="color:#3333cc;position:absolute;left:-4.1%;top:.61em;font-family:Wingdings;font-size:60%;">n</span></span><span style="font-family:&quot;font-size:20pt;color:black;">The children of a TabNavigator container are other containers. </span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span> </span></div>
<div><span style="font-family:&quot;font-size:111%;"><span style="color:#3333cc;position:absolute;left:-4.1%;top:.61em;font-family:Wingdings;font-size:60%;">n</span></span><span style="font-family:&quot;font-size:20pt;color:black;">Creates one tab for each child . </span></div>
<div><!--[if ppt]--><span style="font-family:&quot;font-size:111%;visibility:hidden;"><span style="color:#3333cc;position:absolute;left:-4.1%;font-family:Wingdings;font-size:60%;">n</span></span><!--[endif]--><span style="font-family:&quot;font-size:20pt;color:black;"> </span></div>
<div style="text-align:justify;"><span style="font-family:&quot;font-size:111%;"><span style="color:#3333cc;position:absolute;left:-4.1%;text-align:left;top:.61em;font-family:Wingdings;font-size:60%;">n</span></span><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span>It is a child class of the </span><span style="font-family:&quot;font-size:20pt;color:black;">ViewStac</span><span style="font-family:&quot;font-size:20pt;color:black;">k<span> </span>container and inherits much of its functionality.</span></div>
<div style="text-align:justify;"><!--[if !mso]&gt; &lt;!  v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} p\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} v\:textbox {display:none;} --> <!--[endif]--><!--[if !ppt]--><!-- .O 	{color:black; 	font-size:149%;} a:link 	{color:#CCCCFF !important;} a:active 	{color:#3333CC !important;} a:visited 	{color:#B2B2B2 !important;} --><!-- .sld 	{left:0px !important; 	width:6.0in !important; 	height:4.5in !important; 	font-size:103% !important;} --><!--[endif]--></p>
<div>
<div><span style="font-family:&quot;font-size:20pt;color:black;">The &lt;mx:TabNavigator&gt; tag to define a TabNavigator container. </span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span> </span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span>Only one child of the TabNavigator container is visible at a time. </span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span> </span></div>
<div><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span> </span></div>
<div style="text-align:justify;"><span style="font-family:&quot;font-size:20pt;color:black;"><span> </span>Users can make any child the selected child by selecting its associated<span> </span>tab<span> </span>or by using keyboard navigation controls. </span></div>
<div style="text-align:justify;"></div>
<div style="text-align:justify;"><strong><span style="font-family:&quot;font-size:20pt;color:black;">Source Code:</span></strong></div>
<div style="text-align:justify;"></div>
<div style="text-align:justify;">&lt;?xml version=&#8221;1.0&#8243;?&gt;<br />
&lt;!&#8211; containers\navigators\TNSimple.mxml &#8211;&gt;<br />
&lt;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221;&gt;</p>
<p>&lt;mx:TabNavigator borderStyle=&#8221;solid&#8221; &gt;</p>
<p>&lt;mx:VBox label=&#8221;Accounts&#8221;<br />
width=&#8221;300&#8243;<br />
height=&#8221;150&#8243;&gt;<br />
&lt;!&#8211; Accounts view goes here. &#8211;&gt;<br />
&lt;/mx:VBox&gt;</p>
<p>&lt;mx:VBox label=&#8221;Stocks&#8221;<br />
width=&#8221;300&#8243;<br />
height=&#8221;150&#8243;&gt;<br />
&lt;!&#8211; Stocks view goes here. &#8211;&gt;<br />
&lt;/mx:VBox&gt;</p>
<p>&lt;mx:VBox label=&#8221;Futures&#8221;<br />
width=&#8221;300&#8243;<br />
height=&#8221;150&#8243;&gt;<br />
&lt;!&#8211; Futures view goes here. &#8211;&gt;<br />
&lt;/mx:VBox&gt;</p>
<p>&lt;/mx:TabNavigator&gt;<br />
&lt;/mx:Application&gt;</p></div>
</div>
<div style="text-align:justify;"></div>
<div style="text-align:justify;"><strong>Thanks with Regards,</strong></div>
<div style="text-align:justify;"><strong>Pandimalar A</strong></div>
</div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pandimalar.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pandimalar.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pandimalar.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pandimalar.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pandimalar.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pandimalar.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pandimalar.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pandimalar.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pandimalar.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pandimalar.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pandimalar.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pandimalar.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pandimalar.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pandimalar.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pandimalar.wordpress.com&amp;blog=8195832&amp;post=80&amp;subd=pandimalar&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pandimalar.wordpress.com/2009/06/19/tabnavigator-container/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bf2e03b33f4a49a01b0d101c72bf3bcd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pandimalar</media:title>
		</media:content>
	</item>
	</channel>
</rss>
