<?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:TileList</title>
	<atom:link href="http://www.beasrilankan.com/tag/mxtilelist/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>Changing live dragging on a TileList control in Flex</title>
		<link>http://www.beasrilankan.com/2010/03/changing-live-dragging-on-a-tilelist-control-in-flex/</link>
		<comments>http://www.beasrilankan.com/2010/03/changing-live-dragging-on-a-tilelist-control-in-flex/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 17:45:46 +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[mx:AppControlBar]]></category>
		<category><![CDATA[mx:Array]]></category>
		<category><![CDATA[mx:ArrayCollection]]></category>
		<category><![CDATA[mx:Form]]></category>
		<category><![CDATA[mx:FormItem]]></category>
		<category><![CDATA[mx:Object]]></category>
		<category><![CDATA[mx:source]]></category>
		<category><![CDATA[mx:TileList]]></category>

		<guid isPermaLink="false">http://www.beasrilankan.com/?p=657</guid>
		<description><![CDATA[<p>Changing live dragging   on a TileList control in Flex</p> <a href='http://www.beasrilankan.com/2010/03/changing-live-dragging-on-a-tilelist-control-in-flex/' rel="nofollow">Read More &raquo;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Changing live dragging   on a TileList control in Flex</p> <a href='http://www.beasrilankan.com/2010/03/changing-live-dragging-on-a-tilelist-control-in-flex/' rel="nofollow">Read More &raquo;</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.beasrilankan.com/2010/03/changing-live-dragging-on-a-tilelist-control-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>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>

