<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>flex on blog - by kumar</title>
	
	<link>http://flexonblog.wordpress.com</link>
	<description>me, myself and Flex.</description>
	<lastBuildDate>Thu, 25 Jun 2009 04:56:45 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
		<url>http://www.gravatar.com/blavatar/76cbe6212da160767a8512bb3bc2c18f?s=96&amp;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>flex on blog - by kumar</title>
		<link>http://flexonblog.wordpress.com</link>
	</image>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/flexonblog/dkom" type="application/rss+xml" /><item>
		<title>A Tip on Panel Control in Flex.</title>
		<link>http://feedproxy.google.com/~r/flexonblog/dkom/~3/rjipCXKyWv4/</link>
		<comments>http://flexonblog.wordpress.com/2009/06/08/a-tip-on-panel-control-in-flex/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 08:17:16 +0000</pubDate>
		<dc:creator>kumargandhi</dc:creator>
				<category><![CDATA[Flex related]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[panel.]]></category>
		<category><![CDATA[title htmlText]]></category>

		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=306</guid>
		<description><![CDATA[Ok here is the Question to me, How to display html text for the title text of the Panel ?.
Solution:
var tfTitle:IUITextField=panel.mx_internal::getTitleTextField();
tfTitle.htmlText=&#8221;This is &#60;B&#62;&#60;FONT COLOR=&#8217;#FF0000&#8242;&#62;Panel Title&#60;/FONT&#62;&#60;/B&#62;&#8221;;
Here panel is the id of the Panel Control used. Enjoy the post.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=306&subd=flexonblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ok here is the Question to me, <strong>How to display html text for the title text of the Panel ?.</strong></p>
<p><strong>Solution:</strong></p>
<p><em>var tfTitle:IUITextField=<strong>panel</strong>.mx_internal::getTitleTextField();<br />
tfTitle.htmlText=&#8221;This is &lt;B&gt;&lt;FONT COLOR=&#8217;#FF0000&#8242;&gt;Panel Title&lt;/FONT&gt;&lt;/B&gt;&#8221;;</em></p>
<p>Here <strong>panel</strong> is the id of the Panel Control used. Enjoy the post.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexonblog.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexonblog.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexonblog.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexonblog.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexonblog.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexonblog.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexonblog.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexonblog.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexonblog.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexonblog.wordpress.com/306/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=306&subd=flexonblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://flexonblog.wordpress.com/2009/06/08/a-tip-on-panel-control-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3140b1f23641fddf035c97f2df271fba?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">kumar gandhi</media:title>
		</media:content>
	<feedburner:origLink>http://flexonblog.wordpress.com/2009/06/08/a-tip-on-panel-control-in-flex/</feedburner:origLink></item>
		<item>
		<title>A Tip on using XML Class methods on XMLList Objects.</title>
		<link>http://feedproxy.google.com/~r/flexonblog/dkom/~3/8--8kSIMrfc/</link>
		<comments>http://flexonblog.wordpress.com/2009/05/14/a-tip-on-using-xml-class-methods-on-xmllist-objects/#comments</comments>
		<pubDate>Thu, 14 May 2009 15:57:05 +0000</pubDate>
		<dc:creator>kumargandhi</dc:creator>
				<category><![CDATA[Flex related]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xmllist]]></category>

		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=302</guid>
		<description><![CDATA[
For using the XML Class methods with an XMLList Object containing one or more XML Objects you have to iterate through the XMLList Collection and apply the XML Class methods to each XML Object in the Collection.
For example use the for each.. in statement to iterate through the XMLList Collection and access the individual XML [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=302&subd=flexonblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } --></p>
<p style="margin-bottom:0;font-weight:normal;">For using the XML Class methods with an XMLList Object containing one or more XML Objects you have to iterate through the XMLList Collection and apply the XML Class methods to each XML Object in the Collection.</p>
<p style="margin-bottom:0;font-weight:normal;">For example use the <strong><em>for each.. in</em></strong> statement to iterate through the XMLList Collection and access the individual XML Objects and apply the required XML Class methods to the individual XML Objects.</p>
<p style="margin-bottom:0;font-weight:normal;"><strong>Example:</strong></p>
<p style="margin-bottom:0;font-weight:normal;">Suppose i have an XMLList Like below</p>
<p style="margin-bottom:0;font-weight:normal;"><em>&lt;firstwife&gt;</em></p>
<p style="margin-bottom:0;font-weight:normal;"><em>&lt;name&gt;Aish&lt;/name&gt;</em></p>
<p style="margin-bottom:0;font-weight:normal;"><em>&lt;age&gt;35&lt;/age&gt;</em></p>
<p style="margin-bottom:0;font-weight:normal;"><em>&lt;dob&gt;12/10/1974&lt;/dob&gt;</em></p>
<p style="margin-bottom:0;font-weight:normal;"><em>&lt;/firstwife&gt;</em></p>
<p style="margin-bottom:0;font-weight:normal;"><em>&lt;secoundwife&gt;</em></p>
<p style="margin-bottom:0;font-weight:normal;"><em>&lt;name&gt;Anu&lt;/name&gt;</em></p>
<p style="margin-bottom:0;font-weight:normal;"><em>&lt;age&gt;25&lt;/age&gt;</em></p>
<p style="margin-bottom:0;font-weight:normal;"><em>&lt;dob&gt;10/12/1984&lt;/dob&gt;</em></p>
<p style="margin-bottom:0;font-weight:normal;"><em>&lt;/secoundwife&gt;</em></p>
<p style="margin-bottom:0;font-weight:normal;">then i would iterate this XMLList like below,</p>
<blockquote>
<p style="margin-bottom:0;font-weight:normal;">for each(var xml:XML in resultXMLList)</p>
<p style="margin-bottom:0;font-weight:normal;">{</p>
<p style="margin-bottom:0;font-weight:normal;">trace(“ ”+xml);//now apply XML Class methods to this XML Object.</p>
<p style="margin-bottom:0;font-weight:normal;">}</p>
</blockquote>
<p style="margin-bottom:0;font-weight:normal;">[Here resultXMLList is my XMLList]</p>
<p style="margin-bottom:0;font-weight:normal;">Observe the output now,it will print out the individual XML&#8217;s.Enjoy the post.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexonblog.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexonblog.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexonblog.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexonblog.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexonblog.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexonblog.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexonblog.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexonblog.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexonblog.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexonblog.wordpress.com/302/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=302&subd=flexonblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://flexonblog.wordpress.com/2009/05/14/a-tip-on-using-xml-class-methods-on-xmllist-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3140b1f23641fddf035c97f2df271fba?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">kumar gandhi</media:title>
		</media:content>
	<feedburner:origLink>http://flexonblog.wordpress.com/2009/05/14/a-tip-on-using-xml-class-methods-on-xmllist-objects/</feedburner:origLink></item>
		<item>
		<title>Tip on Formatting dates with the DateField Control in Flex.</title>
		<link>http://feedproxy.google.com/~r/flexonblog/dkom/~3/2llqqCosGWw/</link>
		<comments>http://flexonblog.wordpress.com/2009/05/05/tip-on-formatting-dates-with-the-datefield-control-in-flex/#comments</comments>
		<pubDate>Tue, 05 May 2009 16:26:33 +0000</pubDate>
		<dc:creator>kumargandhi</dc:creator>
				<category><![CDATA[Flex related]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[samples]]></category>
		<category><![CDATA[DateField]]></category>
		<category><![CDATA[DateFormatter]]></category>

		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=295</guid>
		<description><![CDATA[We can specify a function to format the date displayed in the text field using labelFunction property of the DateField control. Function will take date and returns the string representation of the date, and in the function we can use the DateFormatter Class to format the date to our needs.
Now to parse the entered date [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=295&subd=flexonblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>We can specify a function to format the date displayed in the text field using labelFunction property of the DateField control. Function will take date and returns the string representation of the date, and in the function we can use the DateFormatter Class to format the date to our needs.</p>
<p>Now to parse the entered date as text we specify a parse function using the parseFunction property of the DateField control. Function takes two arguments, entered text and the formatString and returns a date object typically performing the reverse of the label function. DateField uses a default parse function DateField.stringToDate, but we can specify a custom one. If you don’t want to edit the DateField control then simply specify null to the property.</p>
<p><strong>Example:</strong></p>
<p>For example to represent dates in the editable DateField control in DD MMM YY [10 Feb 09] format, we make use of lableFunction, parseFunction properties of the DateField Control.</p>
<p><strong>Solution</strong>:</p>
<p><span style="color:#0000ff;">Using two DateFormatters</span></p>
<blockquote><p>&lt;mx:DateFormatter id=&#8221;dtf1&#8243; formatString=&#8221;DD MMM YY&#8221;/&gt;<br />
&lt;mx:DateFormatter id=&#8221;dtf2&#8243; formatString=&#8221;DD/MM/YY&#8221;/&gt;</p></blockquote>
<p><span style="color:#0000ff;">//the label function</span></p>
<blockquote><p>private function fnDtfLblFunct(date:Date):String<br />
{<br />
return dtf1.format(date);<br />
}</p></blockquote>
<p><span style="color:#0000ff;">//the parse function</span></p>
<blockquote><p>private function fnDtfPrsFunct(valueString:String,formatString:String):Date<br />
{<br />
return new Date(DateField.stringToDate(dtf2.format(valueString),&#8221;DD/MM/YY&#8221;));<br />
}</p></blockquote>
<p>Now observe these two above functions and their input,output.</p>
<p><a href="http://99thoughts.com/Examples/examples1/DateFieldTip.swf" target="_blank">Run Demo</a></p>
<p><a href="http://99thoughts.com/Examples/examples1/DateFieldTip.rar" target="_blank">Download Code</a></p>
<p>Explore more on  DateField Class and DateFormatter Class and just look in to the code, You will do great, because as always told “smart developers always view source”.</p>
<p>Enjoy the post.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexonblog.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexonblog.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexonblog.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexonblog.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexonblog.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexonblog.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexonblog.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexonblog.wordpress.com/295/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexonblog.wordpress.com/295/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexonblog.wordpress.com/295/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=295&subd=flexonblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://flexonblog.wordpress.com/2009/05/05/tip-on-formatting-dates-with-the-datefield-control-in-flex/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3140b1f23641fddf035c97f2df271fba?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">kumar gandhi</media:title>
		</media:content>
	<feedburner:origLink>http://flexonblog.wordpress.com/2009/05/05/tip-on-formatting-dates-with-the-datefield-control-in-flex/</feedburner:origLink></item>
		<item>
		<title>Flex calls to Web services through Apache Axis2 engine.</title>
		<link>http://feedproxy.google.com/~r/flexonblog/dkom/~3/sTFpb8pbvJ8/</link>
		<comments>http://flexonblog.wordpress.com/2009/04/15/flex-calls-to-web-services-through-apache-axis2-engine/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 04:12:40 +0000</pubDate>
		<dc:creator>kumargandhi</dc:creator>
				<category><![CDATA[Apache Axis2]]></category>
		<category><![CDATA[Flex related]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[discussions]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[Web service]]></category>

		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=288</guid>
		<description><![CDATA[There are quiet a few ways to create and deploy your Web services,the one best way to do this is by using Apache Axis2.Its easy,simple,efficient,flexible&#8230; [feature list can be found on their official website] and cost free. 
What is Apache Axis2?
In very simple terms &#8220;It is an implementation of SOAP[Simple Object Access Protocol]&#8220;.
[For more info...]
There are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=288&subd=flexonblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>There are quiet a few ways to create and deploy your Web services,the one best way to do this is by using Apache Axis2.Its easy,simple,efficient,flexible&#8230; [feature list can be found on their official website] and cost free. </p>
<p><strong>What is Apache Axis2?</strong></p>
<p>In very simple terms &#8220;It is an implementation of <a href="http://en.wikipedia.org/wiki/SOAP" target="_blank">SOAP</a>[Simple Object Access Protocol]&#8220;.</p>
<p><a href="http://ws.apache.org/axis2/" target="_blank">[For more info...]</a></p>
<p>There are two implementations of the Apache Axis2 Web services engine &#8211; Apache Axis2/Java and Apache Axis2/C.</p>
<p>The below figure shows the flow for Apache Axis2/Java, which i have been working on now.</p>
<p><img class="alignleft size-full wp-image-289" title="flex_apacheaxis2_ws_java" src="http://flexonblog.files.wordpress.com/2009/04/flex_apacheaxis2_ws_java.jpg?w=396&#038;h=469" alt="flex_apacheaxis2_ws_java" width="396" height="469" /></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>It is very brief and the actuall internal flow and Architecture of the Apache Axis2 can be found on their website.</p>
<p>Flex framework uses WebService Class to access SOAP-based Web services on remote servers which define their interfaces in a WSDL document.As Apache Axis2 is an implementation of SOAP, acts as an intermediate layer or engine between service requester [Flex using WebService Class] and service provider.</p>
<p>Web services have been criticised for their complex Web structures for deployment and performance.But as these frameworks for Web services emerge with simplicity, they are no longer a concern.Soon i will come up with a post on creating and deploying Web services Using Apache Axis2/Java.</p>
<p>Enjoy the post.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexonblog.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexonblog.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexonblog.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexonblog.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexonblog.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexonblog.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexonblog.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexonblog.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexonblog.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexonblog.wordpress.com/288/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=288&subd=flexonblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://flexonblog.wordpress.com/2009/04/15/flex-calls-to-web-services-through-apache-axis2-engine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3140b1f23641fddf035c97f2df271fba?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">kumar gandhi</media:title>
		</media:content>

		<media:content url="http://flexonblog.files.wordpress.com/2009/04/flex_apacheaxis2_ws_java.jpg" medium="image">
			<media:title type="html">flex_apacheaxis2_ws_java</media:title>
		</media:content>
	<feedburner:origLink>http://flexonblog.wordpress.com/2009/04/15/flex-calls-to-web-services-through-apache-axis2-engine/</feedburner:origLink></item>
		<item>
		<title>birdeye ???</title>
		<link>http://feedproxy.google.com/~r/flexonblog/dkom/~3/loTI6i9wrNU/</link>
		<comments>http://flexonblog.wordpress.com/2009/04/07/birdeye/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 05:34:13 +0000</pubDate>
		<dc:creator>kumargandhi</dc:creator>
				<category><![CDATA[Flex related]]></category>
		<category><![CDATA[discussions]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[samples]]></category>
		<category><![CDATA[birdeye]]></category>
		<category><![CDATA[Graph]]></category>
		<category><![CDATA[visual kits]]></category>

		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=286</guid>
		<description><![CDATA[Adobe Charts for Flex has a good set of Components from which we can make attractive pictorial representations of Data.
But let me tell they dont satify the very good needs of the funtional requirements like we have.Like if i want to draw a Graph in Flex using the Adobe Charts for Flex then i would [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=286&subd=flexonblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Adobe Charts for Flex has a good set of Components from which we can make attractive pictorial representations of Data.<br />
But let me tell they dont satify the very good needs of the funtional requirements like we have.Like if i want to draw a Graph in Flex using the Adobe Charts for Flex then i would end up like &#8220;can i do that ??&#8221;,since i dont have much time on R&amp;D i googled and found one interesting kit called <a href="http://code.google.com/p/birdeye/" target="_blank"><strong>birdeye</strong></a>.</p>
<blockquote><p><strong>What is birdeye?</strong><br />
<em>open source information visualization and visual analytics library for Adobe Flex.<br />
</em><a href="http://code.google.com/p/birdeye/" target="_blank">[For more info...]</a></p></blockquote>
<p>They have few cool kits.I used one of the kit[<a href="http://code.google.com/p/birdeye/wiki/RaVis" target="_blank">Relational Analysis</a>] and made a Graph according to the need in to my live project.Thanks to the team behind birdeye.</p>
<p><a href="http://99thoughts.com/Examples/examples1/BirdEyeEx.swf" target="_blank">Run Demo</a></p>
<p>Its the Binomial Tree Distribution which represents the Option Pricing[Finance concept].</p>
<p>Enjoy the post.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexonblog.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexonblog.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexonblog.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexonblog.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexonblog.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexonblog.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexonblog.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexonblog.wordpress.com/286/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexonblog.wordpress.com/286/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexonblog.wordpress.com/286/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=286&subd=flexonblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://flexonblog.wordpress.com/2009/04/07/birdeye/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3140b1f23641fddf035c97f2df271fba?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">kumar gandhi</media:title>
		</media:content>
	<feedburner:origLink>http://flexonblog.wordpress.com/2009/04/07/birdeye/</feedburner:origLink></item>
		<item>
		<title>A Tip on Date Class in Flex.</title>
		<link>http://feedproxy.google.com/~r/flexonblog/dkom/~3/y-CsFnrjmxE/</link>
		<comments>http://flexonblog.wordpress.com/2009/03/26/a-tip-on-date-class-in-flex/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 05:19:26 +0000</pubDate>
		<dc:creator>kumargandhi</dc:creator>
				<category><![CDATA[Flex related]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[class.]]></category>
		<category><![CDATA[Date]]></category>

		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=280</guid>
		<description><![CDATA[When you come across a Class and explore it, you should be really concentrating on the very basics of that Class first.So here I am talking about the Date Class.You can create Date Objects in four different ways.So explore about that, then you should be able to answer this question How to find the number [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=280&subd=flexonblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When you come across a Class and explore it, you should be really concentrating on the very basics of that Class first.So here I am talking about the Date Class.You can create Date Objects in four different ways.So explore about that, then you should be able to answer this question <em><strong>How to find the number of days betweeen two Date&#8217;s in Flex ?</strong></em></p>
<p>Solution:</p>
<blockquote><p><span style="font-size:x-small;"><em>private const MS_PER_DAY:uint = 1000 * 60 * 60 * 24;</em></span></p>
<p><em>var strd1:Date=new Date(2009,2,18);<br />
var strd2:Date=new Date(2009,2+1,18);<br />
var tempDate:Date = new Date(strd2.time &#8211; strd1.time);</em></p>
<p><em>trace(&#8217;No. of Days:&#8217;+tempDate.time/MS_PER_DAY);</em></p></blockquote>
<p>Enjoy the post.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexonblog.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexonblog.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexonblog.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexonblog.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexonblog.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexonblog.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexonblog.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexonblog.wordpress.com/280/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexonblog.wordpress.com/280/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexonblog.wordpress.com/280/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=280&subd=flexonblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://flexonblog.wordpress.com/2009/03/26/a-tip-on-date-class-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3140b1f23641fddf035c97f2df271fba?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">kumar gandhi</media:title>
		</media:content>
	<feedburner:origLink>http://flexonblog.wordpress.com/2009/03/26/a-tip-on-date-class-in-flex/</feedburner:origLink></item>
		<item>
		<title>Custom BusyCursor Demo in Flex.</title>
		<link>http://feedproxy.google.com/~r/flexonblog/dkom/~3/iiubUIRkIbw/</link>
		<comments>http://flexonblog.wordpress.com/2009/03/22/custom-busycursor-demo-in-flex/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 08:09:02 +0000</pubDate>
		<dc:creator>kumargandhi</dc:creator>
				<category><![CDATA[Flex related]]></category>
		<category><![CDATA[custom components]]></category>
		<category><![CDATA[samples]]></category>
		<category><![CDATA[BusyCursor]]></category>
		<category><![CDATA[Custom BusyCursor]]></category>

		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=275</guid>
		<description><![CDATA[As some readers requested a demo on this post, so I am giving it here.Enjoy the post.
Run Demo
Comment me for query.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=275&subd=flexonblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>As some readers requested a demo on this <a href="http://flexonblog.wordpress.com/2008/05/08/designing-busycursors-or-custom-busycursors/" target="_blank">post</a>, so I am giving it here.Enjoy the post.</p>
<p><a href="http://99thoughts.com/Examples/examples1/BusyCursorView.swf" target="_blank">Run Demo</a></p>
<p>Comment me for query.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexonblog.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexonblog.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexonblog.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexonblog.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexonblog.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexonblog.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexonblog.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexonblog.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexonblog.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexonblog.wordpress.com/275/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=275&subd=flexonblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://flexonblog.wordpress.com/2009/03/22/custom-busycursor-demo-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3140b1f23641fddf035c97f2df271fba?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">kumar gandhi</media:title>
		</media:content>
	<feedburner:origLink>http://flexonblog.wordpress.com/2009/03/22/custom-busycursor-demo-in-flex/</feedburner:origLink></item>
		<item>
		<title>Display ToolTips for Combobox List items in Flex.</title>
		<link>http://feedproxy.google.com/~r/flexonblog/dkom/~3/e-w-6AoQCCQ/</link>
		<comments>http://flexonblog.wordpress.com/2009/03/04/display-tooltips-for-combobox-list-items-in-flex/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 06:28:57 +0000</pubDate>
		<dc:creator>kumargandhi</dc:creator>
				<category><![CDATA[Flex related]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[samples]]></category>
		<category><![CDATA[Combobox]]></category>
		<category><![CDATA[ToolTipManager]]></category>

		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=270</guid>
		<description><![CDATA[One of the readers asked this question, Is it possible to show ToolTips for the Combobox List items [on mouse over on each item i would like to show a ToolTip]?, and my answer was &#8220;YES&#8221;.And this post tells about that.
The First thing we got to remember here is the ToolTipManager Class and its methods.Basic [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=270&subd=flexonblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>One of the readers asked this question, Is it possible to show ToolTips for the Combobox List items [on mouse over on each item i would like to show a ToolTip]?, and my answer was &#8220;YES&#8221;.And this post tells about that.</p>
<p>The First thing we got to remember here is the ToolTipManager Class and its methods.Basic information on how to create tooltips using this Class.</p>
<blockquote><p><em>The ToolTipManager has two methods that let you programmatically use ToolTips. These methods are createToolTip() and destroyToolTip(), which you use to create and destroy new ToolTip objects. When you create a ToolTip object, you can customize it as you would any object, with access to its properties, styles, events, and effects.</em></p></blockquote>
<p>[So explore more about this ToolTipManager Class to learn more], now we know how to create ToolTips using this Class, but how to show on the Combobox List items ?.Its simple using the ListEvent Class and on ListEvent.ITEM_ROLL_OVER raise an Event and write your code on the eventhandler to create tooltip.Check on the below code sample for this.And destroy the created tooltip on ListEvent.ITEM_ROLL_OUT.Isn&#8217;t that simple.</p>
<p><a href="http://99thoughts.com/Examples/examples1/ToolTipForComboBox.swf" target="_blank">Run demo.</a></p>
<p>1.<a href="http://99thoughts.com/Examples/examples1/ToolTipForComboBox.zip" target="_blank">Download source code.</a> &#8211;&gt; This is with the <span style="font-size:x-small;">itemRollOver,<span style="font-size:x-small;">itemRollOut properties.</span></span></p>
<p><span style="font-size:x-small;"><span style="font-size:x-small;">2.<a href="http://99thoughts.com/Examples/examples1/ToolTipForComboBox1.zip" target="_blank">Download source code.</a> &#8211;&gt; This is with the <span style="font-size:x-small;">addEventListener().</span></span></span></p>
<p><span style="font-size:x-small;"><span style="font-size:x-small;"><span style="font-size:x-small;">Enjoy the post.</span></span></span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexonblog.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexonblog.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexonblog.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexonblog.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexonblog.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexonblog.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexonblog.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexonblog.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexonblog.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexonblog.wordpress.com/270/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=270&subd=flexonblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://flexonblog.wordpress.com/2009/03/04/display-tooltips-for-combobox-list-items-in-flex/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3140b1f23641fddf035c97f2df271fba?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">kumar gandhi</media:title>
		</media:content>
	<feedburner:origLink>http://flexonblog.wordpress.com/2009/03/04/display-tooltips-for-combobox-list-items-in-flex/</feedburner:origLink></item>
		<item>
		<title>Drag and Drop: From List Control to TextInput(Non-List Control) Control in Flex.</title>
		<link>http://feedproxy.google.com/~r/flexonblog/dkom/~3/_mfuL6Ogx5k/</link>
		<comments>http://flexonblog.wordpress.com/2009/03/02/drag-and-drop-from-list-control-to-textinputnon-list-control-control-in-flex/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 09:51:42 +0000</pubDate>
		<dc:creator>kumargandhi</dc:creator>
				<category><![CDATA[Flex related]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[samples]]></category>
		<category><![CDATA[Drag and Drop]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[TextInput]]></category>

		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=268</guid>
		<description><![CDATA[The list based controls in Flex has the built in support for the drag and drop.So to support the drag and drop operations for the non-list based components(here TextInput) we must handle the drag and drop events.
Go through the classes involded in the drag and drop operations,drag and drop events for a drag initiator,drag and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=268&subd=flexonblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The list based controls in Flex has the built in support for the drag and drop.So to support the drag and drop operations for the non-list based components(here TextInput) we must handle the drag and drop events.<br />
Go through the classes involded in the drag and drop operations,drag and drop events for a drag initiator,drag and drop events for a drop target to explicitly handle the drag and drop and to fully understand the drag and drop operations functionality.</p>
<p>For now enjoy the below demo and code.</p>
<p> <a href="http://99thoughts.com/Examples/examples1/DragAndDropEx1.swf" target="_blank">Run demo.</a></p>
<p><a href="http://99thoughts.com/Examples/examples1/DragAndDropEx1.zip" target="_blank">Download source code.</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexonblog.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexonblog.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexonblog.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexonblog.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexonblog.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexonblog.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexonblog.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexonblog.wordpress.com/268/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexonblog.wordpress.com/268/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexonblog.wordpress.com/268/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=268&subd=flexonblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://flexonblog.wordpress.com/2009/03/02/drag-and-drop-from-list-control-to-textinputnon-list-control-control-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3140b1f23641fddf035c97f2df271fba?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">kumar gandhi</media:title>
		</media:content>
	<feedburner:origLink>http://flexonblog.wordpress.com/2009/03/02/drag-and-drop-from-list-control-to-textinputnon-list-control-control-in-flex/</feedburner:origLink></item>
		<item>
		<title>Multiple Selected Items in a Tree Control in Flex.</title>
		<link>http://feedproxy.google.com/~r/flexonblog/dkom/~3/r_BE0hRvWP8/</link>
		<comments>http://flexonblog.wordpress.com/2009/02/14/multiple-selected-items-in-a-tree-control-in-flex/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 05:35:59 +0000</pubDate>
		<dc:creator>kumargandhi</dc:creator>
				<category><![CDATA[Flex related]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[samples]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[SelectedItems]]></category>
		<category><![CDATA[Tree]]></category>

		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=264</guid>
		<description><![CDATA[To Access the multiple selected items in a Tree control we got to enable the multiple selection in the Tree control like below.
allowMultipleSelection=&#8221;true&#8221;
Then we can access the selectedItems of the Tree control with the property &#8220;selectedItems&#8221; like below code.
for(var i:int=0;i&#60;tree.selectedItems.length;i++)
{
trace(tree.selectedItems[i].@NAME);
}
Here tree is the id of the Tree control and NAME is the attribute name of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=264&subd=flexonblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>To Access the multiple selected items in a Tree control we got to enable the multiple selection in the Tree control like below.</p>
<blockquote><p>allowMultipleSelection=&#8221;true&#8221;</p></blockquote>
<p>Then we can access the selectedItems of the Tree control with the property &#8220;selectedItems&#8221; like below code.</p>
<blockquote><p>for(var i:int=0;i&lt;tree.selectedItems.length;i++)<br />
{<br />
trace(tree.selectedItems[i].@NAME);<br />
}</p></blockquote>
<p>Here tree is the id of the Tree control and NAME is the attribute name of the dataProvider of the Tree control.Check the code for clearance.</p>
<p><a href="http://99thoughts.com/Examples/examples1/ReadTreeXML.swf" target="_blank">Run Demo App.</a></p>
<p><a href="http://99thoughts.com/Examples/examples1/TreeSelectedItems.zip" target="_blank">Download Code Example.</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexonblog.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexonblog.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexonblog.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexonblog.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexonblog.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexonblog.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexonblog.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexonblog.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexonblog.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexonblog.wordpress.com/264/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=264&subd=flexonblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://flexonblog.wordpress.com/2009/02/14/multiple-selected-items-in-a-tree-control-in-flex/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3140b1f23641fddf035c97f2df271fba?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">kumar gandhi</media:title>
		</media:content>
	<feedburner:origLink>http://flexonblog.wordpress.com/2009/02/14/multiple-selected-items-in-a-tree-control-in-flex/</feedburner:origLink></item>
		<item>
		<title>Binary Arthematic Calculator in Flex.</title>
		<link>http://feedproxy.google.com/~r/flexonblog/dkom/~3/VUSsqd_FsI8/</link>
		<comments>http://flexonblog.wordpress.com/2009/01/23/binary-arthematic-calculator-in-flex/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 08:53:44 +0000</pubDate>
		<dc:creator>kumargandhi</dc:creator>
				<category><![CDATA[Flex related]]></category>
		<category><![CDATA[samples]]></category>
		<category><![CDATA[Binary Arthimatic Calculator]]></category>
		<category><![CDATA[logical]]></category>

		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=260</guid>
		<description><![CDATA[Check out this Calculator.Its not a Big or Major Application but a simple one which does the Binary Arthimatic Calculations.
Run Demo.
Follow the Below instruction and Examples to start.
[Click Buttons to Calculate]
Example 1:On Enter 100 Press AND Button then on Enter 011 Press the == Button Gives the Result as 000.
Example 2:On Enter 100 Press OR [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=260&subd=flexonblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Check out this Calculator.Its not a Big or Major Application but a simple one which does the Binary Arthimatic Calculations.</p>
<p><strong><a title="Binary Arthimatic Calculator" href="http://99thoughts.com/Examples/examples1/BinArthCal.swf" target="_blank">Run Demo.</a></strong></p>
<p><strong>Follow the Below instruction and Examples to start.</strong></p>
<p>[Click Buttons to Calculate]<br />
<strong>Example 1:</strong>On Enter 100 Press AND Button then on Enter 011 Press the == Button Gives the Result as 000.<br />
<strong>Example 2:</strong>On Enter 100 Press OR Button then on Enter 011 Press the == Button Gives the Result as 111.<br />
After the each Result Press the Clear Button.</p>
<p>Its so Basic which depends on the <strong><a title="Logical Thinking" href="http://flexonblog.wordpress.com/2008/06/06/logical-thinking/" target="_blank">Logical Thinking.</a></strong><br />
I don&#8217;t know if this is already done in Flex or not but Enjoy mine.Leave any Comments if found any Bugs.:-)</p>
<p>Enjoy the post.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexonblog.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexonblog.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexonblog.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexonblog.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexonblog.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexonblog.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexonblog.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexonblog.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexonblog.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexonblog.wordpress.com/260/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=260&subd=flexonblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://flexonblog.wordpress.com/2009/01/23/binary-arthematic-calculator-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3140b1f23641fddf035c97f2df271fba?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">kumar gandhi</media:title>
		</media:content>
	<feedburner:origLink>http://flexonblog.wordpress.com/2009/01/23/binary-arthematic-calculator-in-flex/</feedburner:origLink></item>
		<item>
		<title>Happy New Year 2009.</title>
		<link>http://feedproxy.google.com/~r/flexonblog/dkom/~3/UlWZ1a4eFYc/</link>
		<comments>http://flexonblog.wordpress.com/2008/12/31/happy-new-year-2009/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 18:36:33 +0000</pubDate>
		<dc:creator>kumargandhi</dc:creator>
				<category><![CDATA[others things]]></category>
		<category><![CDATA[Happy New Year]]></category>

		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=255</guid>
		<description><![CDATA[Happy New Year 2009. OK I am not good at writing quotes so here&#8217;s the image.
Note : This post is not related to Flex or any Technology just best wishes for the new year ahead.Enjoy yourself and let others too enjoy.:-)
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=255&subd=flexonblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Happy New Year 2009. OK I am not good at writing quotes so here&#8217;s the image.</p>
<div id="attachment_256" class="wp-caption alignnone" style="width: 460px"><a href="http://flexonblog.files.wordpress.com/2008/12/happynewyear2009.jpg"><img class="size-full wp-image-256" title="happynewyear2009" src="http://flexonblog.files.wordpress.com/2008/12/happynewyear2009.jpg?w=450&#038;h=337" alt="happy new year 2009" width="450" height="337" /></a><p class="wp-caption-text">happy new year 2009</p></div>
<p>Note : This post is not related to Flex or any Technology just best wishes for the new year ahead.Enjoy yourself and let others too enjoy.:-)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexonblog.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexonblog.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexonblog.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexonblog.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexonblog.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexonblog.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexonblog.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexonblog.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexonblog.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexonblog.wordpress.com/255/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=255&subd=flexonblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://flexonblog.wordpress.com/2008/12/31/happy-new-year-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3140b1f23641fddf035c97f2df271fba?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">kumar gandhi</media:title>
		</media:content>

		<media:content url="http://flexonblog.files.wordpress.com/2008/12/happynewyear2009.jpg" medium="image">
			<media:title type="html">happynewyear2009</media:title>
		</media:content>
	<feedburner:origLink>http://flexonblog.wordpress.com/2008/12/31/happy-new-year-2009/</feedburner:origLink></item>
		<item>
		<title>Custom Component : Indicator Label or ILabel</title>
		<link>http://feedproxy.google.com/~r/flexonblog/dkom/~3/Nl_P8k7sf7Y/</link>
		<comments>http://flexonblog.wordpress.com/2008/12/29/custom-component-indicator-label-or-ilabel/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 17:11:03 +0000</pubDate>
		<dc:creator>kumargandhi</dc:creator>
				<category><![CDATA[Flex related]]></category>
		<category><![CDATA[custom components]]></category>
		<category><![CDATA[samples]]></category>
		<category><![CDATA[Indicator Label]]></category>

		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=249</guid>
		<description><![CDATA[First i must tell that using the Form and its children components like the FormItem,FormHeader are very use full as they touch our requirement in all means, like they control the layout,validating the fields,mark/unmark fields.. and many more.So while working on i came across a requirement to mark my Label as a symbol of Compulsory [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=249&subd=flexonblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>First i must tell that using the Form and its children components like the FormItem,FormHeader are very use full as they touch our requirement in all means, like they control the layout,validating the fields,mark/unmark fields.. and many more.So while working on i came across a requirement to mark my Label as a symbol of Compulsory Field[a RED asterisk] for the TextInputs next to it,more or like the indicator in the FormItem which is a child component of the Form Container. So i thought of using the FormItem itself but its not possible, its only a child component in the Form Container, means i cannot individually use that.I just want a Label With the Indication as Compulsory field[asterisk].<strong>So how to achieve this ??.</strong></p>
<p>My second thought was to search the WEB ,may be some one might had the same requirement and done a Custom Component for it. But believe me i found <strong>nothing </strong>and <strong>nothing</strong>.</p>
<p>Then my Third thought was to make one. I Called It <strong>&#8220;Indicator Label&#8221;</strong> or <strong>ILabel</strong>.</p>
<p>So i created one , it came out very clean and as i required and its very much similar to the FormItem which is a sub-Class of Container Class and my ILabel is just sub-Class of the Label Class. There is much difference between the Container and the Label.</p>
<p><strong>Description:</strong></p>
<p>It has the following properties with Label Component Properties:</p>
<p>indicatorSkin &#8211;&gt;refers to the skin used for the indication, Programmatic Skin or Graphical Skin.</p>
<p>indicatorGap&#8211;&gt;refers to the Gap between the indicator and the Label text.</p>
<p>required&#8211;&gt;indicator is required or not.default value true.</p>
<p>requiredChanged&#8211;&gt;Event for the required property value change.</p>
<p>That&#8217;s my requirement.Just a Label with all these properties.Finally made it.</p>
<p>Now just sit back and enjoy this example.</p>
<p><a title="Indicator Label" href="http://99thoughts.com/Examples/examples1/ILabelEx.swf" target="_blank">Run demo.</a></p>
<p>Enjoy the Post. <img src='http://s.wordpress.com/wp-includes/images/smilies/face-smile.png' alt=':-)' class='wp-smiley' />  , Leave any Comments for queries.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexonblog.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexonblog.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexonblog.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexonblog.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexonblog.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexonblog.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexonblog.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexonblog.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexonblog.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexonblog.wordpress.com/249/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=249&subd=flexonblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://flexonblog.wordpress.com/2008/12/29/custom-component-indicator-label-or-ilabel/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3140b1f23641fddf035c97f2df271fba?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">kumar gandhi</media:title>
		</media:content>
	<feedburner:origLink>http://flexonblog.wordpress.com/2008/12/29/custom-component-indicator-label-or-ilabel/</feedburner:origLink></item>
		<item>
		<title>Using the Repeater Component in Flex.</title>
		<link>http://feedproxy.google.com/~r/flexonblog/dkom/~3/7ceIEy7M7X0/</link>
		<comments>http://flexonblog.wordpress.com/2008/12/13/using-the-repeater-component-in-flex/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 14:18:38 +0000</pubDate>
		<dc:creator>kumargandhi</dc:creator>
				<category><![CDATA[Flex related]]></category>
		<category><![CDATA[samples]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[repeater Component]]></category>

		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=247</guid>
		<description><![CDATA[Before going through explore the basic concepts about them.,few lines from the  Flex Builder help are below.
Repeater components are useful for repeating a small set of simple user interface components, such as RadioButton controls and other controls typically used in Form containers. Repetition is generally controlled by an array of dynamic data, such as an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=247&subd=flexonblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Before going through explore the basic concepts about them.,few lines from the  Flex Builder help are below.</p>
<p><em>Repeater components are useful for repeating a small set of simple user interface components, such as RadioButton controls and other controls typically used in Form containers. Repetition is generally controlled by an array of dynamic data, such as an Array object returned from a web service, but you can use static arrays to emulate simple for loops.</em></p>
<p>Ok now you got a little info about them I will show you one example and let&#8217;s work with them.</p>
<p>Here I am using a TextArea component in the Repeater and reading the dataProvider for the Repeater from the HttpService. To manipulate the Repeater and its components it&#8217;s better to provide an ArrayCollection to the Repeater as dataProvider and <strong>its bindable will reflect the changes made</strong>.</p>
<p>Hence I will use an HttpService to read the data in to the ArrayCollection from an XML file and provide this to the Repeater Component as the dataProvider. As the below lines shows us.</p>
<blockquote><p>&lt;mx:HTTPService id=&#8221;srvMain&#8221; url=&#8221;data.xml&#8221; useProxy=&#8221;false&#8221; result=&#8221;readRes(event)&#8221;<br />
showBusyCursor=&#8221;true&#8221; /&gt;</p>
<p>&lt;mx:VBox verticalAlign=&#8221;middle&#8221; horizontalAlign=&#8221;center&#8221;&gt;<br />
&lt;mx:Repeater id=&#8221;rpt&#8221; dataProvider=&#8221;{arrCll}&#8221;&gt;<br />
&lt;mx:TextArea id=&#8221;txta&#8221; <strong>text=&#8221;{rpt.currentItem.NAME}&#8221;</strong>/&gt;<br />
&lt;/mx:Repeater&gt;<br />
&lt;/mx:VBox&gt;</p></blockquote>
<p>And my script block contains the code to read my dataProvider in to an ArrayCollection and this goes in to the result of the HttpService.</p>
<p>This will repeat the TextArea components based on the dataProvider to the Repeater.</p>
<p>And observe the line I am using for assigning the text to the TextArea component from the dataProvider.</p>
<blockquote><p><strong>text=&#8221;{rpt.currentItem.NAME}&#8221;</strong></p></blockquote>
<p>Similarly we can use any component in the Repeater component. And they are very use full in large Applications where in you want many similar components in series, for example in a Login/signup form I may need the user to fill in multiple TextInput&#8217;s, a few of them is ok just use the individual components ,but what if there are many TextInputs the user needs to fill in and this screen/view is created at runtime which in turn reduces the Application size , because the components are not created at compile time they are laid out at runtime [That is it's just a separate view and loaded when necessary].</p>
<p>Now let&#8217;s just stay back and enjoy this Example.</p>
<p><a title="Repeater Component Ex" href="http://99thoughts.com/Examples/bin-release/RepeaterEx.swf" target="_blank">Run the Demo.</a></p>
<p><a title="DownLoad Source" href="http://99thoughts.com/Examples/bin-release/RepeaterEx.rar" target="_blank">Download the source Code.</a></p>
<p>As you can see the components are created at Runtime using the Repeater component.This is the charm of the Repeater Component,Enjoy the post.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexonblog.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexonblog.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexonblog.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexonblog.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexonblog.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexonblog.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexonblog.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexonblog.wordpress.com/247/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexonblog.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexonblog.wordpress.com/247/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=247&subd=flexonblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://flexonblog.wordpress.com/2008/12/13/using-the-repeater-component-in-flex/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3140b1f23641fddf035c97f2df271fba?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">kumar gandhi</media:title>
		</media:content>
	<feedburner:origLink>http://flexonblog.wordpress.com/2008/12/13/using-the-repeater-component-in-flex/</feedburner:origLink></item>
		<item>
		<title>A Tip while using Effects in Flex.</title>
		<link>http://feedproxy.google.com/~r/flexonblog/dkom/~3/bhn9VwgGSW8/</link>
		<comments>http://flexonblog.wordpress.com/2008/12/11/a-tip-while-using-effects-in-flex/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 14:21:56 +0000</pubDate>
		<dc:creator>kumargandhi</dc:creator>
				<category><![CDATA[Flex related]]></category>
		<category><![CDATA[effects]]></category>

		<guid isPermaLink="false">http://flexonblog.wordpress.com/?p=245</guid>
		<description><![CDATA[Here I will give you a tip on when to use Move Effect and Resize Effect.
Move Effect :
When you move [as the name specifies] your control in position you got to use this effect. Like if you alter the co-ordinates [x,y], then to smoothen this movement you can use this Move Effect.
Resize Effect:
When you resize [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=245&subd=flexonblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here I will give you a tip on when to use <strong>Move Effect</strong> and <strong>Resize Effect</strong>.</p>
<p><strong>Move Effect :</strong></p>
<p>When you move [as the name specifies] your control in position you got to use this effect. Like if you alter the co-ordinates [x,y], then to smoothen this movement you can use this Move Effect.</p>
<p><strong>Resize Effect:</strong></p>
<p>When you resize [as the name specifies] your control in dimensions you got to use this effect. Like if you alter the dimensions [width,height] of a control, then to smoothen this movement you can use this Resize Effect.</p>
<p>Hope this helps some one out there. Enjoy the Post.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flexonblog.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flexonblog.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flexonblog.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flexonblog.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flexonblog.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flexonblog.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flexonblog.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flexonblog.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flexonblog.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flexonblog.wordpress.com/245/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flexonblog.wordpress.com&blog=2177195&post=245&subd=flexonblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://flexonblog.wordpress.com/2008/12/11/a-tip-while-using-effects-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3140b1f23641fddf035c97f2df271fba?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">kumar gandhi</media:title>
		</media:content>
	<feedburner:origLink>http://flexonblog.wordpress.com/2008/12/11/a-tip-while-using-effects-in-flex/</feedburner:origLink></item>
	</channel>
</rss>
