<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Flex Examples</title>
	<atom:link href="http://blog.flexexamples.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sat, 11 Feb 2012 11:51:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Clearing a selected RadioButton control in Flex by naveed</title>
		<link>http://blog.flexexamples.com/2008/01/06/clearing-a-selected-radiobutton-control-in-flex/comment-page-1/#comment-10384</link>
		<dc:creator>naveed</dc:creator>
		<pubDate>Sat, 11 Feb 2012 11:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/06/clearing-a-selected-radiobutton-control-in-flex/#comment-10384</guid>
		<description>Hey peter,

Is it possible without using reset button??</description>
		<content:encoded><![CDATA[<p>Hey peter,</p>
<p>Is it possible without using reset button??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a title icon to a Panel container in Flex by Michael</title>
		<link>http://blog.flexexamples.com/2008/10/18/adding-a-title-icon-to-a-panel-container-in-flex/comment-page-1/#comment-10383</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 10 Feb 2012 16:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/10/18/adding-a-title-icon-to-a-panel-container-in-flex/#comment-10383</guid>
		<description>How would you do this with a spark panel?</description>
		<content:encoded><![CDATA[<p>How would you do this with a spark panel?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vertically aligning tabs within a TabBar control in Flex by venkat</title>
		<link>http://blog.flexexamples.com/2008/03/20/vertically-aligning-tabs-within-a-tabbar-control-in-flex/comment-page-1/#comment-10382</link>
		<dc:creator>venkat</dc:creator>
		<pubDate>Fri, 10 Feb 2012 12:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/20/vertically-aligning-tabs-within-a-tabbar-control-in-flex/#comment-10382</guid>
		<description>Hi, this is venkat, Actually i&#039;m new for flex and now i&#039;m working for flex application. i have one requirement says that &quot; in flex apllication if i&#039;ve more tabs and in that tabs i&#039;m using right side last tab and i closed that browser. After that when i relaunch the application when i accessed previously tab only loading but i&#039;m unable to see that tab. It is showing from first tab, then i need to scroll it i want to see that tab.&quot; Can you tell how can i see with out scrolling active tab in this case?</description>
		<content:encoded><![CDATA[<p>Hi, this is venkat, Actually i&#8217;m new for flex and now i&#8217;m working for flex application. i have one requirement says that &#8221; in flex apllication if i&#8217;ve more tabs and in that tabs i&#8217;m using right side last tab and i closed that browser. After that when i relaunch the application when i accessed previously tab only loading but i&#8217;m unable to see that tab. It is showing from first tab, then i need to scroll it i want to see that tab.&#8221; Can you tell how can i see with out scrolling active tab in this case?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a fancy Spark List control item renderer in Flex 4 by BillSt</title>
		<link>http://blog.flexexamples.com/2010/01/27/creating-a-fancy-spark-list-control-item-renderer-in-flex-4/comment-page-1/#comment-10381</link>
		<dc:creator>BillSt</dc:creator>
		<pubDate>Thu, 09 Feb 2012 16:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2339#comment-10381</guid>
		<description>Awesome, thanks a lot!</description>
		<content:encoded><![CDATA[<p>Awesome, thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Listening for a Flash Video&#8217;s cue points using the VideoDisplay control by creacog</title>
		<link>http://blog.flexexamples.com/2007/07/23/listening-for-a-flash-videos-cue-points-using-the-videodisplay-control/comment-page-1/#comment-10380</link>
		<dc:creator>creacog</dc:creator>
		<pubDate>Thu, 09 Feb 2012 14:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/07/23/listening-for-a-flash-videos-cue-points-using-the-videodisplay-control/#comment-10380</guid>
		<description>@Iver, old post I know, but I had to revert using mx:VideoDisplay in my Fx4 project just now.

You can get mx.events.MetadataEvent.CUE_POINT if you are prepared to go mx_internal...

Listen for metadataReceived on your mx:VideoDisplay. In that handler add a cuePointListener to VideoDisplay&#039;s internal videoPlayer, thus:

videoDisplay.mx_internal::videoPlayer.addEventListener(
MetadataEvent.CUE_POINT, myCuePointHandler );</description>
		<content:encoded><![CDATA[<p>@Iver, old post I know, but I had to revert using mx:VideoDisplay in my Fx4 project just now.</p>
<p>You can get mx.events.MetadataEvent.CUE_POINT if you are prepared to go mx_internal&#8230;</p>
<p>Listen for metadataReceived on your mx:VideoDisplay. In that handler add a cuePointListener to VideoDisplay&#8217;s internal videoPlayer, thus:</p>
<p>videoDisplay.mx_internal::videoPlayer.addEventListener(<br />
MetadataEvent.CUE_POINT, myCuePointHandler );</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an editable DataGrid control in Flex by siva</title>
		<link>http://blog.flexexamples.com/2008/05/11/creating-an-editable-datagrid-control-in-flex/comment-page-2/#comment-10378</link>
		<dc:creator>siva</dc:creator>
		<pubDate>Thu, 09 Feb 2012 05:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/11/creating-an-editable-datagrid-control-in-flex/#comment-10378</guid>
		<description>i ant to display the data entered in text box will automaticallu stored in datagrid when we click the button</description>
		<content:encoded><![CDATA[<p>i ant to display the data entered in text box will automaticallu stored in datagrid when we click the button</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Displaying HTML formatted text in a Spark RichText control in Flex 4 by citizen</title>
		<link>http://blog.flexexamples.com/2009/10/06/displaying-html-formatted-text-in-a-spark-richtext-control-in-flex-4/comment-page-1/#comment-10377</link>
		<dc:creator>citizen</dc:creator>
		<pubDate>Wed, 08 Feb 2012 22:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=1978#comment-10377</guid>
		<description>way late to the game but then maxDisplayedLines won&#039;t work : )</description>
		<content:encoded><![CDATA[<p>way late to the game but then maxDisplayedLines won&#8217;t work : )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Displaying a Spark TextInput control&#8217;s text as a password in Flex Gumbo by mark</title>
		<link>http://blog.flexexamples.com/2009/01/18/displaying-a-fxtextinput-controls-text-as-a-password-in-flex-gumbo/comment-page-1/#comment-10376</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Wed, 08 Feb 2012 15:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/01/18/displaying-a-fxtextinput-controls-text-as-a-password-in-flex-gumbo/#comment-10376</guid>
		<description>Is there any chance to keep the last character shown just like enetring a password on a smartphone?</description>
		<content:encoded><![CDATA[<p>Is there any chance to keep the last character shown just like enetring a password on a smartphone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Copying text to the operating system clipboard in Flex by prithveesingh</title>
		<link>http://blog.flexexamples.com/2008/01/30/copying-text-to-the-operating-system-clipboard-in-flex/comment-page-1/#comment-10375</link>
		<dc:creator>prithveesingh</dc:creator>
		<pubDate>Wed, 08 Feb 2012 12:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/30/copying-text-to-the-operating-system-clipboard-in-flex/#comment-10375</guid>
		<description>How to copy only selected text instead of whole text?</description>
		<content:encoded><![CDATA[<p>How to copy only selected text instead of whole text?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting the repeat delay on an auto repeating Spark Button control in Flex 4 by Rahul</title>
		<link>http://blog.flexexamples.com/2009/02/07/setting-the-repeat-delay-on-an-auto-repeating-fxbutton-control-in-flex-gumbo/comment-page-1/#comment-10374</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Wed, 08 Feb 2012 12:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2009/02/07/setting-the-repeat-delay-on-an-auto-repeating-fxbutton-control-in-flex-gumbo/#comment-10374</guid>
		<description>Hello,

now i am working on action script , i want to call the action script in data grid columns.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>now i am working on action script , i want to call the action script in data grid columns.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

