<?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>My Blog</title>
	<atom:link href="http://flexinnovators.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexinnovators.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 22 Jun 2009 05:17:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='flexinnovators.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>My Blog</title>
		<link>http://flexinnovators.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://flexinnovators.wordpress.com/osd.xml" title="My Blog" />
	<atom:link rel='hub' href='http://flexinnovators.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Column Chart</title>
		<link>http://flexinnovators.wordpress.com/2009/06/17/column-chart/</link>
		<comments>http://flexinnovators.wordpress.com/2009/06/17/column-chart/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 06:04:48 +0000</pubDate>
		<dc:creator>jacinthasekar</dc:creator>
				<category><![CDATA[Charts and Graphs]]></category>

		<guid isPermaLink="false">http://flexinnovators.wordpress.com/2009/06/17/column-chart/</guid>
		<description><![CDATA[&#60;?xml version=”1.0″ encoding=”utf-8″?&#62; &#60;mx:Application xmlns:mx=”http://www.adobe.com/2006/mxml” layout=”vertical” verticalAlign=”top” horizontalAlign=”center” backgroundGradientColors=”[0x000000,0x323232]” paddingTop=”0″ viewSourceURL=”srcview/index.html”&#62; &#60;mx:Script&#62; &#60;![CDATA[ import mx.collections.ArrayCollection; [Bindable] private var medalsAC:ArrayCollection = new ArrayCollection( [ { Country: "USA", Gold: 35, Silver:39, Bronze: 29 }, { Country: "China", Gold: 32, Silver:17, Bronze: 14 }, { Country: "Russia", Gold: 27, Silver:27, Bronze: 38 } ]); ]]&#62;&#60;/mx:Script&#62; &#60;mx:Panel title=”ColumnChart Control” [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexinnovators.wordpress.com&amp;blog=8193406&amp;post=103&amp;subd=flexinnovators&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;?xml version=”1.0″ encoding=”utf-8″?&gt;<br />
&lt;mx:Application xmlns:mx=”http://www.adobe.com/2006/mxml” layout=”vertical” verticalAlign=”top”<br />
horizontalAlign=”center” backgroundGradientColors=”[0x000000,0x323232]” paddingTop=”0″ viewSourceURL=”srcview/index.html”&gt;<br />
&lt;mx:Script&gt;<br />
&lt;![CDATA[<br />
import mx.collections.ArrayCollection;<br />
[Bindable]<br />
private var medalsAC:ArrayCollection = new ArrayCollection( [<br />
{ Country: "USA", Gold: 35, Silver:39, Bronze: 29 },<br />
{ Country: "China", Gold: 32, Silver:17, Bronze: 14 },<br />
{ Country: "Russia", Gold: 27, Silver:27, Bronze: 38 } ]);<br />
]]&gt;&lt;/mx:Script&gt;<br />
&lt;mx:Panel title=”ColumnChart Control” layout=”horizontal” color=”0xffffff” borderAlpha=”0.15″ width=”600″ height=”240″<br />
paddingTop=”10″ paddingRight=”5″ paddingBottom=”10″ paddingLeft=”5″ horizontalAlign=”center”&gt;<br />
&lt;mx:ColumnChart id=”column” height=”100%” color=”0×323232″<br />
showDataTips=”true” dataProvider=”{medalsAC}”&gt;<br />
&lt;mx:horizontalAxis&gt;<br />
&lt;mx:CategoryAxis categoryField=”Country”/&gt;<br />
&lt;/mx:horizontalAxis&gt;<br />
&lt;mx:series&gt;<br />
&lt;mx:ColumnSeries xField=”Country” yField=”Gold” displayName=”Gold”/&gt;<br />
&lt;mx:ColumnSeries xField=”Country” yField=”Silver” displayName=”Silver”/&gt;<br />
&lt;mx:ColumnSeries xField=”Country” yField=”Bronze” displayName=”Bronze”/&gt;<br />
&lt;/mx:series&gt;<br />
&lt;/mx:ColumnChart&gt;<br />
&lt;mx:Legend dataProvider=”{column}” color=”0×323232″/&gt;<br />
&lt;/mx:Panel&gt;<br />
&lt;/mx:Application&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexinnovators.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexinnovators.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexinnovators.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexinnovators.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flexinnovators.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flexinnovators.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flexinnovators.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flexinnovators.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexinnovators.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexinnovators.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexinnovators.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexinnovators.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexinnovators.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexinnovators.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexinnovators.wordpress.com&amp;blog=8193406&amp;post=103&amp;subd=flexinnovators&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flexinnovators.wordpress.com/2009/06/17/column-chart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50ec8e7354ebc4271ac1f1db19ae69a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jacinthasekar</media:title>
		</media:content>
	</item>
		<item>
		<title>Passing a data to a function</title>
		<link>http://flexinnovators.wordpress.com/2009/06/17/passing-a-data-to-a-function/</link>
		<comments>http://flexinnovators.wordpress.com/2009/06/17/passing-a-data-to-a-function/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 06:04:02 +0000</pubDate>
		<dc:creator>jacinthasekar</dc:creator>
				<category><![CDATA[flex components]]></category>

		<guid isPermaLink="false">http://flexinnovators.wordpress.com/?p=101</guid>
		<description><![CDATA[Handling a user interaction and passing only data to a function: &#60;mx:DataGrid id=&#8221;dg&#8221; width=&#8221;500&#8243; height=&#8221;150&#8243; dataProvider=&#8221;{myAC}&#8221; itemClick=&#8221;handleClick(event.currentTarget.selectedItem)&#8221;&#62; &#60;mx:columns&#62; &#60;mx:DataGridColumn dataField=&#8221;name&#8221; headerText=&#8221;Contact Name&#8221; width=&#8221;300&#8243; /&#62; &#60;mx:DataGridColumn dataField=&#8221;email&#8221; headerText=&#8221;E-Mail&#8221; width=&#8221;200&#8243;/&#62; &#60;/mx:columns&#62; &#60;/mx:DataGrid&#62; When you click an item, your function  is invoked along with a reference to the item clicked. This lets you access the  various properties of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexinnovators.wordpress.com&amp;blog=8193406&amp;post=101&amp;subd=flexinnovators&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Handling a user interaction and passing only data to a function:</p>
<p>&lt;mx:DataGrid id=&#8221;dg&#8221; width=&#8221;500&#8243; height=&#8221;150&#8243; dataProvider=&#8221;{myAC}&#8221;<br />
itemClick=&#8221;handleClick(event.currentTarget.selectedItem)&#8221;&gt;<br />
&lt;mx:columns&gt;<br />
&lt;mx:DataGridColumn dataField=&#8221;name&#8221;<br />
headerText=&#8221;Contact Name&#8221; width=&#8221;300&#8243; /&gt;<br />
&lt;mx:DataGridColumn dataField=&#8221;email&#8221; headerText=&#8221;E-Mail&#8221; width=&#8221;200&#8243;/&gt;<br />
&lt;/mx:columns&gt;<br />
&lt;/mx:DataGrid&gt;</p>
<p>When you click an item, your function  is invoked along with a</p>
<p>reference to the item clicked. This lets you access the  various</p>
<p>properties of the object:<br />
public function handleClick(data:Object):void</p>
<p>{<br />
Alert.show(&#8220;Name:&#8221; + data.name + &#8220;,Email:&#8221; + data.email);<br />
}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexinnovators.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexinnovators.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexinnovators.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexinnovators.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flexinnovators.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flexinnovators.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flexinnovators.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flexinnovators.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexinnovators.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexinnovators.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexinnovators.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexinnovators.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexinnovators.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexinnovators.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexinnovators.wordpress.com&amp;blog=8193406&amp;post=101&amp;subd=flexinnovators&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flexinnovators.wordpress.com/2009/06/17/passing-a-data-to-a-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50ec8e7354ebc4271ac1f1db19ae69a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jacinthasekar</media:title>
		</media:content>
	</item>
		<item>
		<title>Passing the event to a function</title>
		<link>http://flexinnovators.wordpress.com/2009/06/17/passing-the-event-to-a-function/</link>
		<comments>http://flexinnovators.wordpress.com/2009/06/17/passing-the-event-to-a-function/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 05:59:40 +0000</pubDate>
		<dc:creator>jacinthasekar</dc:creator>
				<category><![CDATA[flex components]]></category>

		<guid isPermaLink="false">http://flexinnovators.wordpress.com/2009/06/17/passing-the-event-to-a-function/</guid>
		<description><![CDATA[Handling a user interaction by passing the event object to a function: &#60;?xml version=”1.0″?&#62; &#60;mx:Application xmlns:mx=”http://www.adobe.com/2006/mxml”&#62; &#60;mx:Script&#62; &#60;![CDATA[ import mx.collections.ArrayCollection; import mx.events.ListEvent; import mx.controls.Alert; public var myAC:ArrayCollection  = new ArrayCollection([ {name:"Jon Hirschi", email:"j_hirschi@domain.com"}, {name:"Frank Krul",  email:"f_krul@domain.com"}]); public function handleClick(evt:ListEvent):void{ Alert.show(”You clicked on row:” + evt.rowIndex + ” and col:” + evt.columnIndex + “.” + “Which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexinnovators.wordpress.com&amp;blog=8193406&amp;post=100&amp;subd=flexinnovators&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Handling a user interaction by passing the event object to a function:</p>
<p>&lt;?xml version=”1.0″?&gt;<br />
&lt;mx:Application xmlns:mx=”http://www.adobe.com/2006/mxml”&gt;<br />
&lt;mx:Script&gt;<br />
&lt;![CDATA[<br />
import mx.collections.ArrayCollection;<br />
import mx.events.ListEvent;<br />
import mx.controls.Alert;<br />
public var myAC:ArrayCollection  = new ArrayCollection([<br />
{name:"Jon Hirschi", email:"j_hirschi@domain.com"},<br />
{name:"Frank Krul",  email:"f_krul@domain.com"}]);<br />
public function handleClick(evt:ListEvent):void{<br />
Alert.show(”You clicked on row:” + evt.rowIndex + ” and col:” +<br />
evt.columnIndex + “.” +<br />
“Which is for ” + evt.currentTarget.selectedItem.name);}<br />
]]&gt;&lt;/mx:Script&gt;<br />
&lt;mx:DataGrid id=”dg” width=”500″ height=”150″ dataProvider=”{myAC}”<br />
itemClick=”handleClick(event)”&gt;<br />
&lt;mx:columns&gt;<br />
&lt;mx:DataGridColumn dataField=”name”<br />
headerText=”Contact Name” width=”300″ /&gt;<br />
&lt;mx:DataGridColumn dataField=”email” headerText=”E-Mail” width=”200″/&gt;<br />
&lt;/mx:columns&gt;<br />
&lt;/mx:DataGrid&gt;<br />
&lt;/mx:Application&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexinnovators.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexinnovators.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexinnovators.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexinnovators.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flexinnovators.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flexinnovators.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flexinnovators.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flexinnovators.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexinnovators.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexinnovators.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexinnovators.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexinnovators.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexinnovators.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexinnovators.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexinnovators.wordpress.com&amp;blog=8193406&amp;post=100&amp;subd=flexinnovators&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flexinnovators.wordpress.com/2009/06/17/passing-the-event-to-a-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50ec8e7354ebc4271ac1f1db19ae69a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jacinthasekar</media:title>
		</media:content>
	</item>
		<item>
		<title>Horizontal Layout</title>
		<link>http://flexinnovators.wordpress.com/2009/06/17/horizontal-layout/</link>
		<comments>http://flexinnovators.wordpress.com/2009/06/17/horizontal-layout/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 05:56:58 +0000</pubDate>
		<dc:creator>jacinthasekar</dc:creator>
				<category><![CDATA[flex components]]></category>

		<guid isPermaLink="false">http://flexinnovators.wordpress.com/?p=98</guid>
		<description><![CDATA[Automatic layout is a considerable departure from absolute layout, in which you  explicitly determine the location and layout of elements within a container.  With automatic layout, you&#8217;re directing the container to position elements for  you. You can choose between two layout modes: vertical or horizontal— also known  as the direction. The  container places child objects, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexinnovators.wordpress.com&amp;blog=8193406&amp;post=98&amp;subd=flexinnovators&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Automatic layout is a considerable departure from absolute<br />
layout, in which you  explicitly determine the location and<br />
layout of elements within a container.  With automatic layout,<br />
you&#8217;re directing the container to position elements for  you.<br />
You can choose between two layout modes: vertical or horizontal—<br />
also known  as the direction. The  container places child objects,<br />
one after another, based on the selected  direction.</p>
<p>&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;<br />
layout=&#8221;horizontal&#8221;&gt;<br />
&lt;mx:Button label=&#8221;One&#8221;/&gt;<br />
&lt;mx:Button label=&#8221;Two&#8221;/&gt;<br />
&lt;/mx:Application&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexinnovators.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexinnovators.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexinnovators.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexinnovators.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flexinnovators.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flexinnovators.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flexinnovators.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flexinnovators.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexinnovators.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexinnovators.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexinnovators.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexinnovators.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexinnovators.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexinnovators.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexinnovators.wordpress.com&amp;blog=8193406&amp;post=98&amp;subd=flexinnovators&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flexinnovators.wordpress.com/2009/06/17/horizontal-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50ec8e7354ebc4271ac1f1db19ae69a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jacinthasekar</media:title>
		</media:content>
	</item>
		<item>
		<title>Form Container</title>
		<link>http://flexinnovators.wordpress.com/2009/06/17/form-container/</link>
		<comments>http://flexinnovators.wordpress.com/2009/06/17/form-container/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 05:48:57 +0000</pubDate>
		<dc:creator>jacinthasekar</dc:creator>
				<category><![CDATA[flex components]]></category>

		<guid isPermaLink="false">http://flexinnovators.wordpress.com/?p=96</guid>
		<description><![CDATA[&#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;&#62; &#60;mx:Form&#62; &#60;mx:FormHeading label=&#8221;Contact Info&#8221;/&#62; &#60;mx:FormItem label=&#8221;First Name&#8221;&#62; &#60;mx:TextInput/&#62; &#60;/mx:FormItem&#62; &#60;mx:FormItem label=&#8221;Last Name&#8221;&#62; &#60;mx:TextInput/&#62; &#60;/mx:FormItem&#62; &#60;/mx:Form&#62; &#60;/mx:Application&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexinnovators.wordpress.com&amp;blog=8193406&amp;post=96&amp;subd=flexinnovators&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&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;&gt;<br />
&lt;mx:Form&gt;<br />
&lt;mx:FormHeading label=&#8221;Contact Info&#8221;/&gt;<br />
&lt;mx:FormItem label=&#8221;First Name&#8221;&gt;<br />
&lt;mx:TextInput/&gt;<br />
&lt;/mx:FormItem&gt;<br />
&lt;mx:FormItem label=&#8221;Last Name&#8221;&gt;<br />
&lt;mx:TextInput/&gt;<br />
&lt;/mx:FormItem&gt;<br />
&lt;/mx:Form&gt;<br />
&lt;/mx:Application&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexinnovators.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexinnovators.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexinnovators.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexinnovators.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flexinnovators.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flexinnovators.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flexinnovators.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flexinnovators.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexinnovators.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexinnovators.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexinnovators.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexinnovators.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexinnovators.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexinnovators.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexinnovators.wordpress.com&amp;blog=8193406&amp;post=96&amp;subd=flexinnovators&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flexinnovators.wordpress.com/2009/06/17/form-container/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50ec8e7354ebc4271ac1f1db19ae69a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jacinthasekar</media:title>
		</media:content>
	</item>
		<item>
		<title>PopUp Menu Button</title>
		<link>http://flexinnovators.wordpress.com/2009/06/17/popup-menu-button/</link>
		<comments>http://flexinnovators.wordpress.com/2009/06/17/popup-menu-button/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 05:47:11 +0000</pubDate>
		<dc:creator>jacinthasekar</dc:creator>
				<category><![CDATA[flex components]]></category>

		<guid isPermaLink="false">http://flexinnovators.wordpress.com/2009/06/17/popup-menu-button/</guid>
		<description><![CDATA[&#60;?xml version=&#8221;1.0&#8243;?&#62; &#60;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221;&#62; &#60;mx:Script&#62; public function showMsg(msg:String):void { mx.controls.Alert.show(&#8216;You just clicked on &#8216; + msg); } &#60;/mx:Script&#62; &#60;mx:Panel width=&#8221;100&#8243; height=&#8221;100&#8243;&#62; &#60;mx:PopUpMenuButton id=&#8221;menuBtn&#8221; dataProvider=&#8221;{['One','Two','Three']}&#8221; click=&#8221;showMsg(&#8216;left side&#8217;)&#8221; itemClick=&#8221;showMsg(&#8216;right side with &#8216; + event.label)&#8221;/&#62; &#60;/mx:Panel&#62; &#60;/mx:Application&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexinnovators.wordpress.com&amp;blog=8193406&amp;post=95&amp;subd=flexinnovators&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;?xml version=&#8221;1.0&#8243;?&gt;<br />
&lt;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221;&gt;<br />
&lt;mx:Script&gt;<br />
public function showMsg(msg:String):void<br />
{<br />
mx.controls.Alert.show(&#8216;You just clicked on &#8216; + msg);<br />
}<br />
&lt;/mx:Script&gt;<br />
&lt;mx:Panel width=&#8221;100&#8243; height=&#8221;100&#8243;&gt;<br />
&lt;mx:PopUpMenuButton id=&#8221;menuBtn&#8221;<br />
dataProvider=&#8221;{['One','Two','Three']}&#8221;<br />
click=&#8221;showMsg(&#8216;left side&#8217;)&#8221;<br />
itemClick=&#8221;showMsg(&#8216;right side with &#8216; + event.label)&#8221;/&gt;<br />
&lt;/mx:Panel&gt;<br />
&lt;/mx:Application&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexinnovators.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexinnovators.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexinnovators.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexinnovators.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flexinnovators.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flexinnovators.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flexinnovators.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flexinnovators.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexinnovators.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexinnovators.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexinnovators.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexinnovators.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexinnovators.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexinnovators.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexinnovators.wordpress.com&amp;blog=8193406&amp;post=95&amp;subd=flexinnovators&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flexinnovators.wordpress.com/2009/06/17/popup-menu-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50ec8e7354ebc4271ac1f1db19ae69a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jacinthasekar</media:title>
		</media:content>
	</item>
		<item>
		<title>Separating ActionScript to individual files</title>
		<link>http://flexinnovators.wordpress.com/2009/06/17/separating-actionscript-to-individual-files/</link>
		<comments>http://flexinnovators.wordpress.com/2009/06/17/separating-actionscript-to-individual-files/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 05:44:34 +0000</pubDate>
		<dc:creator>jacinthasekar</dc:creator>
				<category><![CDATA[Simple programs using Action Scripts]]></category>

		<guid isPermaLink="false">http://flexinnovators.wordpress.com/?p=93</guid>
		<description><![CDATA[&#60;?xml version="1.0" encoding="utf-8"?&#62; &#60;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="horizontal"&#62; &#60;mx:Script source="myFunctions.as"/&#62; &#60;mx:Script&#62; &#60;![CDATA[ import mx.controls.Alert; ]]&#62; &#60;/mx:Script&#62; &#60;mx:TextInput id="value1"/&#62; &#60;mx:Label text="and"/&#62; &#60;mx:TextInput id="value2"/&#62; &#60;mx:Button label="Join The Two" click="Alert.show(textMerge(value1.text,value2.text))"/&#62; &#60;/mx:Application&#62; ActionScript saved separately: myFunctions.as public function textMerge(input1:String,input2:String):String { var x:String = input1 + input2; return x; }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexinnovators.wordpress.com&amp;blog=8193406&amp;post=93&amp;subd=flexinnovators&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
  layout="horizontal"&gt;
 &lt;mx:Script source="myFunctions.as"/&gt;
 &lt;mx:Script&gt;
  &lt;![CDATA[
   import mx.controls.Alert;
  ]]&gt;
 &lt;/mx:Script&gt;
 &lt;mx:TextInput id="value1"/&gt;
 &lt;mx:Label text="and"/&gt;
 &lt;mx:TextInput id="value2"/&gt;
 &lt;mx:Button label="Join The Two"
         click="Alert.show(textMerge(value1.text,value2.text))"/&gt;    <img src="http://flexways.wordpress.com/category/flex-components/simple-programs-with-actionscript/ch03lev1sec7_files/getfile%5B3%5D.gif" border="0" alt="" width="19" height="19" />
&lt;/mx:Application&gt;
ActionScript saved separately: <tt>myFunctions.as</tt>
<pre>public function textMerge(input1:String,input2:String):String
{
 var x:String = input1 + input2;
 return x;
}</pre>
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexinnovators.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexinnovators.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexinnovators.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexinnovators.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flexinnovators.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flexinnovators.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flexinnovators.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flexinnovators.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexinnovators.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexinnovators.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexinnovators.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexinnovators.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexinnovators.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexinnovators.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexinnovators.wordpress.com&amp;blog=8193406&amp;post=93&amp;subd=flexinnovators&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flexinnovators.wordpress.com/2009/06/17/separating-actionscript-to-individual-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50ec8e7354ebc4271ac1f1db19ae69a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jacinthasekar</media:title>
		</media:content>

		<media:content url="http://flexways.wordpress.com/category/flex-components/simple-programs-with-actionscript/ch03lev1sec7_files/getfile%5B3%5D.gif" medium="image" />
	</item>
		<item>
		<title>Application Container</title>
		<link>http://flexinnovators.wordpress.com/2009/06/17/application-container/</link>
		<comments>http://flexinnovators.wordpress.com/2009/06/17/application-container/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 05:29:59 +0000</pubDate>
		<dc:creator>jacinthasekar</dc:creator>
				<category><![CDATA[About Components]]></category>

		<guid isPermaLink="false">http://flexinnovators.wordpress.com/?p=91</guid>
		<description><![CDATA[Containers Containers provide your application a visual structure by providing frames in which to house your display components. Flex comes with a variety of containers, and each provides unique characteristics. Their purpose is universal—to help you lay out your components visually rather than programmatically. Application container: Table : The layout property accepts three values. Value [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexinnovators.wordpress.com&amp;blog=8193406&amp;post=91&amp;subd=flexinnovators&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Containers</p>
<p>Containers provide your application a visual structure by providing frames</p>
<p>in which to house your display components. Flex comes with a variety of containers,</p>
<p>and each provides unique characteristics. Their purpose is universal—to help you</p>
<p>lay out your components visually rather than programmatically.</p>
<p>Application container:<br />
Table : The layout property accepts three values.</p>
<table border="0" cellspacing="0" cellpadding="5" rules="groups">
<thead>
<tr>
<th align="middle" valign="bottom" scope="col">Value</th>
<th align="middle" valign="bottom" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left" valign="top"><tt>absolute</tt></td>
<td align="left" valign="top"><a name="which you"></a>Instructs  the container to be use absolute positioning mode inwhich you explicitly  position each child component</td>
</tr>
<tr>
<td align="left" valign="top"><tt>horizontal</tt></td>
<td align="left" valign="top"><a name="its child"></a>Instructs  the container to automatically lay out its child components  horizontally</td>
</tr>
<tr>
<td align="left" valign="top"><tt>vertical</tt></td>
<td align="left" valign="top"><a name="automatically lay"></a>Instructs the container to automatically lay out  its child components vertically</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexinnovators.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexinnovators.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexinnovators.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexinnovators.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flexinnovators.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flexinnovators.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flexinnovators.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flexinnovators.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexinnovators.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexinnovators.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexinnovators.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexinnovators.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexinnovators.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexinnovators.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexinnovators.wordpress.com&amp;blog=8193406&amp;post=91&amp;subd=flexinnovators&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flexinnovators.wordpress.com/2009/06/17/application-container/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50ec8e7354ebc4271ac1f1db19ae69a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jacinthasekar</media:title>
		</media:content>
	</item>
		<item>
		<title>Using ComboBox</title>
		<link>http://flexinnovators.wordpress.com/2009/06/17/using-combobox/</link>
		<comments>http://flexinnovators.wordpress.com/2009/06/17/using-combobox/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 05:22:00 +0000</pubDate>
		<dc:creator>jacinthasekar</dc:creator>
				<category><![CDATA[Data Binding]]></category>

		<guid isPermaLink="false">http://flexinnovators.wordpress.com/?p=89</guid>
		<description><![CDATA[&#60;mx:Application xmlns:mx=”http://www.adobe.com/2006/mxml” layout=”vertical” creationComplete=”initHandler();”&#62; &#60;mx:Script&#62; &#60;![CDATA[ private var _fruit:String; private var _fruits:Array = ["Apple", "Banana", "Orange"]; private function initHandler():void{ fruitCB.dataProvider = _fruits;} [Bindable(event="fruitChanged")] private function isOrangeChosen():Boolean{ return _fruit == “Orange”;} public function get fruit():String{ return _fruit;} public function set fruit( str:String ):void{ _fruit = str; dispatchEvent( new Event( “fruitChanged” ) );} ]]&#62;&#60;/mx:Script&#62; &#60;mx:Label text=”select a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexinnovators.wordpress.com&amp;blog=8193406&amp;post=89&amp;subd=flexinnovators&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;mx:Application<br />
xmlns:mx=”http://www.adobe.com/2006/mxml”<br />
layout=”vertical”<br />
creationComplete=”initHandler();”&gt;<br />
&lt;mx:Script&gt;<br />
&lt;![CDATA[<br />
private var _fruit:String;<br />
private var _fruits:Array = ["Apple", "Banana", "Orange"];<br />
private function initHandler():void{<br />
fruitCB.dataProvider = _fruits;}<br />
[Bindable(event="fruitChanged")]<br />
private function isOrangeChosen():Boolean{<br />
return _fruit == “Orange”;}<br />
public function get fruit():String{<br />
return _fruit;}<br />
public function set fruit( str:String ):void{<br />
_fruit = str;<br />
dispatchEvent( new Event( “fruitChanged” ) );}<br />
]]&gt;&lt;/mx:Script&gt;<br />
&lt;mx:Label text=”select a fruit:” /&gt;<br />
&lt;mx:HBox&gt;<br />
&lt;mx:ComboBox id=”fruitCB”<br />
change=”{fruit = fruitCB.selectedLabel}” /&gt;<br />
&lt;mx:Button label=”Eat the orange.”<br />
enabled=”{isOrangeChosen()}” /&gt;<br />
&lt;/mx:HBox&gt;<br />
&lt;/mx:Application&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexinnovators.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexinnovators.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexinnovators.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexinnovators.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flexinnovators.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flexinnovators.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flexinnovators.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flexinnovators.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexinnovators.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexinnovators.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexinnovators.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexinnovators.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexinnovators.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexinnovators.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexinnovators.wordpress.com&amp;blog=8193406&amp;post=89&amp;subd=flexinnovators&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flexinnovators.wordpress.com/2009/06/17/using-combobox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50ec8e7354ebc4271ac1f1db19ae69a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jacinthasekar</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Binding Property</title>
		<link>http://flexinnovators.wordpress.com/2009/06/17/using-binding-property/</link>
		<comments>http://flexinnovators.wordpress.com/2009/06/17/using-binding-property/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 05:20:45 +0000</pubDate>
		<dc:creator>jacinthasekar</dc:creator>
				<category><![CDATA[Data Binding]]></category>

		<guid isPermaLink="false">http://flexinnovators.wordpress.com/2009/06/17/using-binding-property/</guid>
		<description><![CDATA[&#60;mx:Application xmlns:mx=”http://www.adobe.com/2006/mxml” layout=”vertical”&#62; &#60;mx:Binding source=”nameInput.text” destination=”nameOutput.text” /&#62; &#60;mx:Panel paddingLeft=”5″ paddingRight=”5″ paddingTop=”5″ paddingBottom=”5″&#62; &#60;mx:Label text=”Enter name:” /&#62; &#60;mx:TextInput id=”nameInput” maxChars=”20″ /&#62; &#60;mx:HRule width=”100%” /&#62; &#60;mx:Label text=”You’ve typed:” /&#62; &#60;mx:Text id=”nameOutput” /&#62; &#60;/mx:Panel&#62; &#60;/mx:Application&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexinnovators.wordpress.com&amp;blog=8193406&amp;post=88&amp;subd=flexinnovators&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;mx:Application<br />
xmlns:mx=”http://www.adobe.com/2006/mxml”<br />
layout=”vertical”&gt;<br />
&lt;mx:Binding source=”nameInput.text” destination=”nameOutput.text” /&gt;<br />
&lt;mx:Panel<br />
paddingLeft=”5″ paddingRight=”5″<br />
paddingTop=”5″ paddingBottom=”5″&gt;<br />
&lt;mx:Label text=”Enter name:” /&gt;<br />
&lt;mx:TextInput id=”nameInput” maxChars=”20″ /&gt;<br />
&lt;mx:HRule width=”100%” /&gt;<br />
&lt;mx:Label text=”You’ve typed:” /&gt;<br />
&lt;mx:Text id=”nameOutput” /&gt;<br />
&lt;/mx:Panel&gt;<br />
&lt;/mx:Application&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexinnovators.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexinnovators.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexinnovators.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexinnovators.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flexinnovators.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flexinnovators.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flexinnovators.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flexinnovators.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexinnovators.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexinnovators.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexinnovators.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexinnovators.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexinnovators.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexinnovators.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexinnovators.wordpress.com&amp;blog=8193406&amp;post=88&amp;subd=flexinnovators&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flexinnovators.wordpress.com/2009/06/17/using-binding-property/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50ec8e7354ebc4271ac1f1db19ae69a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jacinthasekar</media:title>
		</media:content>
	</item>
	</channel>
</rss>
