<?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/"
	>

<channel>
	<title>Relax Breath of Solution. &#187; mx:XML</title>
	<atom:link href="http://www.beasrilankan.com/tag/mxxml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beasrilankan.com</link>
	<description>Just I wanted.. Do you?...</description>
	<lastBuildDate>Wed, 14 Dec 2011 17:52:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Dragging(Drag &amp; Drop) from a Tree to a List/TileList &#8211; DragManager</title>
		<link>http://www.beasrilankan.com/2010/02/draggingdrag-drop-from-a-tree-to-a-listtilelist-dragmanager/</link>
		<comments>http://www.beasrilankan.com/2010/02/draggingdrag-drop-from-a-tree-to-a-listtilelist-dragmanager/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 10:13:34 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Action Script 3.0]]></category>
		<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[DragManager]]></category>
		<category><![CDATA[mx:TileList]]></category>
		<category><![CDATA[mx:Tree]]></category>
		<category><![CDATA[mx:XML]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=625</guid>
		<description><![CDATA[<p>In the Flex framework, we have made dragging and dropping within various List components   fairly trivial. Assuming that your data is similar, you simply need to add dragEnabled=true to your source and then dropEnabled=false for your destination. However, the one exception in this case is Tree. By default, you cannot drag any items from any other drag   enabled List component (other     than another tree). If you look at the source of the framework, you will see that all of the event handlers used for TileList, List, HorizontalList and DataGrid are in ListBase.as. However, Tree has its   own custom drag event handlers. Therefore, if you want to share data between another List component and a Tree   using drag and drop,     you will need to override all of the drag event handlers. These handlers include dragEnter, dragDrop, dragComplete and dragOver. Here is an example Application where you can drag items from a Tree to a TileList. The items will be removed from the Tree.</p> <a href='http://www.beasrilankan.com/2010/02/draggingdrag-drop-from-a-tree-to-a-listtilelist-dragmanager/' rel="nofollow">Read More &raquo;</a></p>]]></description>
			<content:encoded><![CDATA[<p>In the Flex framework, we have made dragging and dropping within various List components   fairly trivial. Assuming that your data is similar, you simply need to add dragEnabled=true to your source and then dropEnabled=false for your destination. However, the one exception in this case is Tree. By default, you cannot drag any items from any other drag   enabled List component (other     than another tree). If you look at the source of the framework, you will see that all of the event handlers used for TileList, List, HorizontalList and DataGrid are in ListBase.as. However, Tree has its   own custom drag event handlers. Therefore, if you want to share data between another List component and a Tree   using drag and drop,     you will need to override all of the drag event handlers. These handlers include dragEnter, dragDrop, dragComplete and dragOver. Here is an example Application where you can drag items from a Tree to a TileList. The items will be removed from the Tree.</p> <a href='http://www.beasrilankan.com/2010/02/draggingdrag-drop-from-a-tree-to-a-listtilelist-dragmanager/' rel="nofollow">Read More &raquo;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.beasrilankan.com/2010/02/draggingdrag-drop-from-a-tree-to-a-listtilelist-dragmanager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploding wedges in a Flex PieChart control &#8211; perWedgeExplodeRadius</title>
		<link>http://www.beasrilankan.com/2010/02/exploding-wedges-in-a-flex-piechart-control-perwedgeexploderadius/</link>
		<comments>http://www.beasrilankan.com/2010/02/exploding-wedges-in-a-flex-piechart-control-perwedgeexploderadius/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 09:37:30 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[Flex Charting]]></category>
		<category><![CDATA[mx:filters]]></category>
		<category><![CDATA[mx:PieChart]]></category>
		<category><![CDATA[mx:PieSeries]]></category>
		<category><![CDATA[mx:series]]></category>
		<category><![CDATA[mx:stroke]]></category>
		<category><![CDATA[mx:XML]]></category>
		<category><![CDATA[perWedgeExplodeRadius]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=617</guid>
		<description><![CDATA[<p>The following example shows how you   can explode specific wedges in a PieChart control when the   user clicks an item in the chart.</p> <a href='http://www.beasrilankan.com/2010/02/exploding-wedges-in-a-flex-piechart-control-perwedgeexploderadius/' rel="nofollow">Read More &raquo;</a></p>]]></description>
			<content:encoded><![CDATA[<p>The following example shows how you   can explode specific wedges in a PieChart control when the   user clicks an item in the chart.</p> <a href='http://www.beasrilankan.com/2010/02/exploding-wedges-in-a-flex-piechart-control-perwedgeexploderadius/' rel="nofollow">Read More &raquo;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.beasrilankan.com/2010/02/exploding-wedges-in-a-flex-piechart-control-perwedgeexploderadius/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Positioning labels in a Flex PieChart control &#8211; mx:PieChart mx:series mx:PieSeries</title>
		<link>http://www.beasrilankan.com/2010/02/positioning-labels-in-a-flex-piechart-control-mxpiechart-mxseries-mxpieseries/</link>
		<comments>http://www.beasrilankan.com/2010/02/positioning-labels-in-a-flex-piechart-control-mxpiechart-mxseries-mxpieseries/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 09:30:44 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[Flex Charting]]></category>
		<category><![CDATA[mx:AppControlBar]]></category>
		<category><![CDATA[mx:Array]]></category>
		<category><![CDATA[mx:Object]]></category>
		<category><![CDATA[mx:PieChart]]></category>
		<category><![CDATA[mx:PieSeries]]></category>
		<category><![CDATA[mx:series]]></category>
		<category><![CDATA[mx:XML]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=615</guid>
		<description><![CDATA[<p>The following example shows how you can position callouts in   a PieChart control’s   pie series by setting the labelPosition</p> <a href='http://www.beasrilankan.com/2010/02/positioning-labels-in-a-flex-piechart-control-mxpiechart-mxseries-mxpieseries/' rel="nofollow">Read More &raquo;</a></p>]]></description>
			<content:encoded><![CDATA[<p>The following example shows how you can position callouts in   a PieChart control’s   pie series by setting the labelPosition</p> <a href='http://www.beasrilankan.com/2010/02/positioning-labels-in-a-flex-piechart-control-mxpiechart-mxseries-mxpieseries/' rel="nofollow">Read More &raquo;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.beasrilankan.com/2010/02/positioning-labels-in-a-flex-piechart-control-mxpiechart-mxseries-mxpieseries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a simple image gallery with the Flex TileList control &#8211; mx:TileList</title>
		<link>http://www.beasrilankan.com/2010/02/creating-a-simple-image-gallery-with-the-flex-tilelist-control-mxtilelist/</link>
		<comments>http://www.beasrilankan.com/2010/02/creating-a-simple-image-gallery-with-the-flex-tilelist-control-mxtilelist/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 08:54:03 +0000</pubDate>
		<dc:creator>Sameera Thilakasiri</dc:creator>
				<category><![CDATA[Flex 3 Action Script 3 Tutorial]]></category>
		<category><![CDATA[mx:Fade]]></category>
		<category><![CDATA[mx:Parallel]]></category>
		<category><![CDATA[mx:Style]]></category>
		<category><![CDATA[mx:TileList]]></category>
		<category><![CDATA[mx:WipeDown]]></category>
		<category><![CDATA[mx:XML]]></category>
		<category><![CDATA[mx:XMLListCollection]]></category>
		<category><![CDATA[mx:Zoom]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=608</guid>
		<description><![CDATA[<p>Flex Photo gallery in Flex using the TileList control, Image control, and the PopUpManager class.</p> <a href='http://www.beasrilankan.com/2010/02/creating-a-simple-image-gallery-with-the-flex-tilelist-control-mxtilelist/' rel="nofollow">Read More &raquo;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Flex Photo gallery in Flex using the TileList control, Image control, and the PopUpManager class.</p> <a href='http://www.beasrilankan.com/2010/02/creating-a-simple-image-gallery-with-the-flex-tilelist-control-mxtilelist/' rel="nofollow">Read More &raquo;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.beasrilankan.com/2010/02/creating-a-simple-image-gallery-with-the-flex-tilelist-control-mxtilelist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

