<?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: Drag-and-Drop in Flex 4</title>
	<atom:link href="http://saturnboy.com/2009/08/drag-and-drop-flex-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://saturnboy.com/2009/08/drag-and-drop-flex-4/</link>
	<description>Code, Work, and Life</description>
	<lastBuildDate>Wed, 25 Aug 2010 09:44:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: sandip kothari</title>
		<link>http://saturnboy.com/2009/08/drag-and-drop-flex-4/comment-page-1/#comment-149</link>
		<dc:creator>sandip kothari</dc:creator>
		<pubDate>Sat, 19 Jun 2010 06:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=672#comment-149</guid>
		<description>Saturnboy, well done. Clearest, most concise treatment of d&amp;d I’ve come across. Looking forward to more articles… 

thank you very very ..................very much</description>
		<content:encoded><![CDATA[<p>Saturnboy, well done. Clearest, most concise treatment of d&#038;d I’ve come across. Looking forward to more articles… </p>
<p>thank you very very &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://saturnboy.com/2009/08/drag-and-drop-flex-4/comment-page-1/#comment-90</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Sat, 20 Mar 2010 04:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=672#comment-90</guid>
		<description>@Steve:  If I&#039;m understanding you, the answer is no.  The lack of deep copy really hurts in this case.  You have to instantiate something to be the drag proxy.</description>
		<content:encoded><![CDATA[<p>@Steve:  If I&#8217;m understanding you, the answer is no.  The lack of deep copy really hurts in this case.  You have to instantiate something to be the drag proxy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://saturnboy.com/2009/08/drag-and-drop-flex-4/comment-page-1/#comment-89</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 17 Mar 2010 14:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=672#comment-89</guid>
		<description>Saturnboy have you stumbled upon any other ways of copying fxg graphics besides creating class proxy?</description>
		<content:encoded><![CDATA[<p>Saturnboy have you stumbled upon any other ways of copying fxg graphics besides creating class proxy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://saturnboy.com/2009/08/drag-and-drop-flex-4/comment-page-1/#comment-62</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Thu, 26 Nov 2009 16:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=672#comment-62</guid>
		<description>@Santiago:

Well, following my example above, the Panel are the drag source elements, so they would listen for &lt;code&gt;mouseDown&lt;/code&gt;.  You would need to have some parent container to act as the drag target that listens for &lt;code&gt;dragEnter&lt;/code&gt; and &lt;code&gt;dragDrop&lt;/code&gt;.  Lastly, I&#039;d recommend a custom layout applied to the parent container to handle the positioning of the dropped Panels.

Good luck.</description>
		<content:encoded><![CDATA[<p>@Santiago:</p>
<p>Well, following my example above, the Panel are the drag source elements, so they would listen for <code>mouseDown</code>.  You would need to have some parent container to act as the drag target that listens for <code>dragEnter</code> and <code>dragDrop</code>.  Lastly, I&#8217;d recommend a custom layout applied to the parent container to handle the positioning of the dropped Panels.</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santiago</title>
		<link>http://saturnboy.com/2009/08/drag-and-drop-flex-4/comment-page-1/#comment-57</link>
		<dc:creator>Santiago</dc:creator>
		<pubDate>Wed, 25 Nov 2009 18:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=672#comment-57</guid>
		<description>Excellent. Now I&#039;m starting to build an application, and I want to use Panels to contain mostly grids. I want those Panels to be &quot;movable&quot; (using drag &amp; drop) as any program window in Windows (or Mac or any graphical OS).
 
Can you tell me how to achieve this?</description>
		<content:encoded><![CDATA[<p>Excellent. Now I&#8217;m starting to build an application, and I want to use Panels to contain mostly grids. I want those Panels to be &#8220;movable&#8221; (using drag &amp; drop) as any program window in Windows (or Mac or any graphical OS).</p>
<p>Can you tell me how to achieve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://saturnboy.com/2009/08/drag-and-drop-flex-4/comment-page-1/#comment-52</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Wed, 11 Nov 2009 18:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=672#comment-52</guid>
		<description>Glad to help, and thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>Glad to help, and thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel</title>
		<link>http://saturnboy.com/2009/08/drag-and-drop-flex-4/comment-page-1/#comment-51</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Wed, 11 Nov 2009 17:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=672#comment-51</guid>
		<description>My mistake.  Reading back on your posts and answer to my comment I realize that my component wasn&#039;t pointing the &lt;code&gt;dragExit&lt;/code&gt; event to the right function in my test application.

Now...  Upon validation of the &lt;code&gt;dragSource&lt;/code&gt; the drop target state goes from normal to &lt;code&gt;dropYes&lt;/code&gt;, and &lt;code&gt;dropNo&lt;/code&gt; if it doesn&#039;t validate.

I&#039;ll check your others posts to see if I can manage that.

Thanks.</description>
		<content:encoded><![CDATA[<p>My mistake.  Reading back on your posts and answer to my comment I realize that my component wasn&#8217;t pointing the <code>dragExit</code> event to the right function in my test application.</p>
<p>Now&#8230;  Upon validation of the <code>dragSource</code> the drop target state goes from normal to <code>dropYes</code>, and <code>dropNo</code> if it doesn&#8217;t validate.</p>
<p>I&#8217;ll check your others posts to see if I can manage that.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://saturnboy.com/2009/08/drag-and-drop-flex-4/comment-page-1/#comment-50</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Wed, 11 Nov 2009 04:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=672#comment-50</guid>
		<description>@Michel:

Thanks for reading, but I must be missing something, because when I compare the &quot;Manually adding drag-and-drop support&quot; pages (&lt;a href=&quot;http://help.adobe.com/en_US/Flex/4.0/html/WS2db454920e96a9e51e63e3d11c0bf69084-7cfe.html&quot; rel=&quot;nofollow&quot;&gt;Flex 4&lt;/a&gt; vs. &lt;a href=&quot;http://livedocs.adobe.com/flex/3/html/help.html?content=dragdrop_1.html&quot; rel=&quot;nofollow&quot;&gt;Flex 3&lt;/a&gt;) they look very similar to me, including the &lt;code&gt;dragExit&lt;/code&gt; and &lt;code&gt;dragOver&lt;/code&gt; events.

Also, both Flex 3 and Flex 4 do not support copy.  The Flex 3 docs say &lt;a href=&quot;http://livedocs.adobe.com/flex/3/html/help.html?content=dragdrop_8.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;, &quot;The list-based controls can automate all of the drag-and-drop operation &lt;b&gt;except for when you copy the drag data&lt;/b&gt; to the drop target...Flex leaves it to you to implement object copying...&quot;

Lastly, Flex 4 isn&#039;t fully baked yet, so who really knows what works and what does not.</description>
		<content:encoded><![CDATA[<p>@Michel:</p>
<p>Thanks for reading, but I must be missing something, because when I compare the &#8220;Manually adding drag-and-drop support&#8221; pages (<a href="http://help.adobe.com/en_US/Flex/4.0/html/WS2db454920e96a9e51e63e3d11c0bf69084-7cfe.html" rel="nofollow">Flex 4</a> vs. <a href="http://livedocs.adobe.com/flex/3/html/help.html?content=dragdrop_1.html" rel="nofollow">Flex 3</a>) they look very similar to me, including the <code>dragExit</code> and <code>dragOver</code> events.</p>
<p>Also, both Flex 3 and Flex 4 do not support copy.  The Flex 3 docs say <a href="http://livedocs.adobe.com/flex/3/html/help.html?content=dragdrop_8.html" rel="nofollow">here</a>, &#8220;The list-based controls can automate all of the drag-and-drop operation <b>except for when you copy the drag data</b> to the drop target&#8230;Flex leaves it to you to implement object copying&#8230;&#8221;</p>
<p>Lastly, Flex 4 isn&#8217;t fully baked yet, so who really knows what works and what does not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel</title>
		<link>http://saturnboy.com/2009/08/drag-and-drop-flex-4/comment-page-1/#comment-49</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Wed, 11 Nov 2009 04:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=672#comment-49</guid>
		<description>And also.

When adding a element to a container it removes it from it&#039;s origin container.  So, we can&#039;t copy an element by dragging it to an other container.</description>
		<content:encoded><![CDATA[<p>And also.</p>
<p>When adding a element to a container it removes it from it&#8217;s origin container.  So, we can&#8217;t copy an element by dragging it to an other container.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel</title>
		<link>http://saturnboy.com/2009/08/drag-and-drop-flex-4/comment-page-1/#comment-48</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Wed, 11 Nov 2009 04:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://saturnboy.com/?p=672#comment-48</guid>
		<description>Nice. Looking forward to more.

I&#039;m using Beta 2 and the DragDropProxy Square and Circle didn&#039;t showed-up at first. Seem that the 100% for width and height were the cause.  Set them to 80 and it worked. I&#039;ll see if there is another way to correct that.

By the way.  Custom Drag And Drop support isn&#039;t unchanged.  We are missing some methods like dragExit() ans dragOver().  We can declare them in object but they are not fired.  I have some Flex 3 components that used dragExit to set their visual state back to normal.</description>
		<content:encoded><![CDATA[<p>Nice. Looking forward to more.</p>
<p>I&#8217;m using Beta 2 and the DragDropProxy Square and Circle didn&#8217;t showed-up at first. Seem that the 100% for width and height were the cause.  Set them to 80 and it worked. I&#8217;ll see if there is another way to correct that.</p>
<p>By the way.  Custom Drag And Drop support isn&#8217;t unchanged.  We are missing some methods like dragExit() ans dragOver().  We can declare them in object but they are not fired.  I have some Flex 3 components that used dragExit to set their visual state back to normal.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
