<?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 on: Dragging and dropping items in a Flex Tree control</title>
	<atom:link href="http://blog.flexexamples.com/2007/11/29/dragging-and-dropping-items-in-a-flex-tree-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/11/29/dragging-and-dropping-items-in-a-flex-tree-control/</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>By: Rupesh</title>
		<link>http://blog.flexexamples.com/2007/11/29/dragging-and-dropping-items-in-a-flex-tree-control/comment-page-1/#comment-7543</link>
		<dc:creator>Rupesh</dc:creator>
		<pubDate>Wed, 21 Apr 2010 16:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/29/dragging-and-dropping-items-in-a-flex-tree-control/#comment-7543</guid>
		<description>This Is Fantastic.
Thanks :)</description>
		<content:encoded><![CDATA[<p>This Is Fantastic.<br />
Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://blog.flexexamples.com/2007/11/29/dragging-and-dropping-items-in-a-flex-tree-control/comment-page-1/#comment-2045</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Sun, 03 May 2009 06:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/29/dragging-and-dropping-items-in-a-flex-tree-control/#comment-2045</guid>
		<description>Hi,

I am working on something where I have to drag from one tree to another and then send the data that was moved to php so that I can update a database with that information.

How would I be able to isolate the data that was changed by dragging from one tree to another?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am working on something where I have to drag from one tree to another and then send the data that was moved to php so that I can update a database with that information.</p>
<p>How would I be able to isolate the data that was changed by dragging from one tree to another?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: n24jsk</title>
		<link>http://blog.flexexamples.com/2007/11/29/dragging-and-dropping-items-in-a-flex-tree-control/comment-page-1/#comment-2043</link>
		<dc:creator>n24jsk</dc:creator>
		<pubDate>Sat, 19 Apr 2008 20:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/29/dragging-and-dropping-items-in-a-flex-tree-control/#comment-2043</guid>
		<description>Before:
uno
 uno-uno
 uno-dos
 uno-tres
dos
tres
cuatro

After:
uno
 tres
 uno-uno
 uno-dos
 uno-tres
dos
tres
cuatro


this is but in a xml style</description>
		<content:encoded><![CDATA[<p>Before:<br />
uno<br />
 uno-uno<br />
 uno-dos<br />
 uno-tres<br />
dos<br />
tres<br />
cuatro</p>
<p>After:<br />
uno<br />
 tres<br />
 uno-uno<br />
 uno-dos<br />
 uno-tres<br />
dos<br />
tres<br />
cuatro</p>
<p>this is but in a xml style</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: n24jsk</title>
		<link>http://blog.flexexamples.com/2007/11/29/dragging-and-dropping-items-in-a-flex-tree-control/comment-page-1/#comment-2044</link>
		<dc:creator>n24jsk</dc:creator>
		<pubDate>Sat, 19 Apr 2008 20:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/29/dragging-and-dropping-items-in-a-flex-tree-control/#comment-2044</guid>
		<description>I&#039;m doing a app &#039;bout stocks and I wonder how to get the current xml distribution after a dragAndDrop event.ie:
Before:











After:--I move folder tres into folder uno--











I&#039;m trying to get the info via dirTree.dataProvider but don&#039;t get anything, and my XML stills the same.thanks

PD.I bind my xml file to the Tree in the script side...[Bindable]public var xmlFile:XML;
and in the --mxml--.</description>
		<content:encoded><![CDATA[<p>I&#8217;m doing a app &#8217;bout stocks and I wonder how to get the current xml distribution after a dragAndDrop event.ie:<br />
Before:</p>
<p>After:&#8211;I move folder tres into folder uno&#8211;</p>
<p>I&#8217;m trying to get the info via dirTree.dataProvider but don&#8217;t get anything, and my XML stills the same.thanks</p>
<p>PD.I bind my xml file to the Tree in the script side&#8230;[Bindable]public var xmlFile:XML;<br />
and in the &#8211;mxml&#8211;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob McKeown</title>
		<link>http://blog.flexexamples.com/2007/11/29/dragging-and-dropping-items-in-a-flex-tree-control/comment-page-1/#comment-2042</link>
		<dc:creator>Rob McKeown</dc:creator>
		<pubDate>Fri, 30 Nov 2007 22:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/29/dragging-and-dropping-items-in-a-flex-tree-control/#comment-2042</guid>
		<description>One thing to note about the tree is that it is really just a list in which items are displayed. What that means is, you can&#039;t really drop somthing &quot;into&quot; folder unless the folder is open. Even in that case the user experience isn&#039;t quite right. So try moving everything out of one of the folders and then collapse that empty folder. If you drop something &quot;on&quot; the folder, it actually winds up between the target folder and the one below or above. This is indicated by the black line showing up as you move the mouse over the folders. If you &quot;open&quot; the folder (the only way to tell it is open is by the arrow) and then try it, you end up with an additional drop zone that is basically the bottom half of the opened, empty folder. This is also indicated by the black lines position.

It would be better if the middle section of any item could always be the drop zone for &quot;add to this folder&quot; and the top and bottom edges could be for dropping above or below respectively.</description>
		<content:encoded><![CDATA[<p>One thing to note about the tree is that it is really just a list in which items are displayed. What that means is, you can&#8217;t really drop somthing &#8220;into&#8221; folder unless the folder is open. Even in that case the user experience isn&#8217;t quite right. So try moving everything out of one of the folders and then collapse that empty folder. If you drop something &#8220;on&#8221; the folder, it actually winds up between the target folder and the one below or above. This is indicated by the black line showing up as you move the mouse over the folders. If you &#8220;open&#8221; the folder (the only way to tell it is open is by the arrow) and then try it, you end up with an additional drop zone that is basically the bottom half of the opened, empty folder. This is also indicated by the black lines position.</p>
<p>It would be better if the middle section of any item could always be the drop zone for &#8220;add to this folder&#8221; and the top and bottom edges could be for dropping above or below respectively.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

