<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Dragging and dropping items in a Flex Tree control</title>
	<link>http://blog.flexexamples.com/2007/11/29/dragging-and-dropping-items-in-a-flex-tree-control/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Tue, 06 Jan 2009 10:10:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: n24jsk</title>
		<link>http://blog.flexexamples.com/2007/11/29/dragging-and-dropping-items-in-a-flex-tree-control/#comment-12122</link>
		<author>n24jsk</author>
		<pubDate>Sat, 19 Apr 2008 20:29:00 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/11/29/dragging-and-dropping-items-in-a-flex-tree-control/#comment-12122</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-12121</link>
		<author>n24jsk</author>
		<pubDate>Sat, 19 Apr 2008 20:26:10 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/11/29/dragging-and-dropping-items-in-a-flex-tree-control/#comment-12121</guid>
		<description>I'm doing a app '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'm trying to get the info via dirTree.dataProvider but don'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-4659</link>
		<author>Rob McKeown</author>
		<pubDate>Fri, 30 Nov 2007 22:12:58 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/11/29/dragging-and-dropping-items-in-a-flex-tree-control/#comment-4659</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't really drop somthing "into" folder unless the folder is open. Even in that case the user experience isn't quite right. So try moving everything out of one of the folders and then collapse that empty folder. If you drop something "on" 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 "open" 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 "add to this folder" 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>
