<?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</title>
	<atom:link href="http://www.visible-form.com/blog/drag-and-drop-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.visible-form.com/blog/drag-and-drop-in-flex/</link>
	<description>Rich Rodecker's blog on flash, flex, actionscript, javascript, and php, with a dash of randomness</description>
	<lastBuildDate>Thu, 11 Mar 2010 05:24:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: HerrCann</title>
		<link>http://www.visible-form.com/blog/drag-and-drop-in-flex/comment-page-1/#comment-143149</link>
		<dc:creator>HerrCann</dc:creator>
		<pubDate>Thu, 10 Jul 2008 00:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.visible-form.com/blog/drag-and-drop-in-flex/#comment-143149</guid>
		<description>@rich:

&quot;The cursors are also just styles of the DragManager class.&quot;

I have an AIR application. I want to set the drag cursors as they appear in the http://www.adobe.com/devnet/flex/quickstart/adding_drag_and_drop coins example. How do I accomplish this? :S I&#039;ve tried doing the following: 

var dragInitiator:Image = new Image();
                dragInitiator.source = draggedImg.icon;
                dragInitiator.cursorManager.setCursor(customCursor, CursorManagerPriority.HIGH, 0, 0);

but it keeps on using the &quot;windowish&quot; ones instead of the Cursor I declared with:

[Bindable]
      [Embed(&quot;/img/cc.png&quot;)]
      private var customCursor:Class;

Any help is appreciated.

HC</description>
		<content:encoded><![CDATA[<p>@rich:</p>
<p>&#8220;The cursors are also just styles of the DragManager class.&#8221;</p>
<p>I have an AIR application. I want to set the drag cursors as they appear in the <a href="http://www.adobe.com/devnet/flex/quickstart/adding_drag_and_drop" rel="nofollow">http://www.adobe.com/devnet/flex/quickstart/adding_drag_and_drop</a> coins example. How do I accomplish this? :S I&#8217;ve tried doing the following: </p>
<p>var dragInitiator:Image = new Image();<br />
                dragInitiator.source = draggedImg.icon;<br />
                dragInitiator.cursorManager.setCursor(customCursor, CursorManagerPriority.HIGH, 0, 0);</p>
<p>but it keeps on using the &#8220;windowish&#8221; ones instead of the Cursor I declared with:</p>
<p>[Bindable]<br />
      [Embed("/img/cc.png")]<br />
      private var customCursor:Class;</p>
<p>Any help is appreciated.</p>
<p>HC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jwopitz</title>
		<link>http://www.visible-form.com/blog/drag-and-drop-in-flex/comment-page-1/#comment-74049</link>
		<dc:creator>jwopitz</dc:creator>
		<pubDate>Thu, 24 Jan 2008 16:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.visible-form.com/blog/drag-and-drop-in-flex/#comment-74049</guid>
		<description>alright so nearly 6 months have passed, but I finally got around to redoing the thing and have a lib for drag n&#039; drop.  

You can read the post &lt;a href=&quot;http://jwopitz.wordpress.com/2008/01/24/simple-drag-n-drop-for-flex-ala-igoogle/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;
and the project resides &lt;a href=&quot;http://code.google.com/p/flex-drag-n-drop-lib/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>alright so nearly 6 months have passed, but I finally got around to redoing the thing and have a lib for drag n&#8217; drop.  </p>
<p>You can read the post <a href="http://jwopitz.wordpress.com/2008/01/24/simple-drag-n-drop-for-flex-ala-igoogle/" rel="nofollow">here</a><br />
and the project resides <a href="http://code.google.com/p/flex-drag-n-drop-lib/" rel="nofollow">here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simple drag n&#8217; drop for Flex (ala iGoogle) &#171; jwopitz - flex/flash exploration</title>
		<link>http://www.visible-form.com/blog/drag-and-drop-in-flex/comment-page-1/#comment-74046</link>
		<dc:creator>Simple drag n&#8217; drop for Flex (ala iGoogle) &#171; jwopitz - flex/flash exploration</dc:creator>
		<pubDate>Thu, 24 Jan 2008 16:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.visible-form.com/blog/drag-and-drop-in-flex/#comment-74046</guid>
		<description>[...] the web and came across an old comment I had left on someone else&#8217;s blog.Â  You can read that here.Â  Then they emailed me asked if I had examples.Â  After trudging around a bit I found em.Â  Dusty [...]</description>
		<content:encoded><![CDATA[<p>[...] the web and came across an old comment I had left on someone else&#8217;s blog.Â  You can read that here.Â  Then they emailed me asked if I had examples.Â  After trudging around a bit I found em.Â  Dusty [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rich</title>
		<link>http://www.visible-form.com/blog/drag-and-drop-in-flex/comment-page-1/#comment-34160</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Mon, 13 Aug 2007 17:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.visible-form.com/blog/drag-and-drop-in-flex/#comment-34160</guid>
		<description>Ian - another good point...however in my case that&#039;s all that was needed.  I specifically didn&#039;t need items being dragged outside the container it was in.</description>
		<content:encoded><![CDATA[<p>Ian &#8211; another good point&#8230;however in my case that&#8217;s all that was needed.  I specifically didn&#8217;t need items being dragged outside the container it was in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://www.visible-form.com/blog/drag-and-drop-in-flex/comment-page-1/#comment-34093</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Mon, 13 Aug 2007 04:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.visible-form.com/blog/drag-and-drop-in-flex/#comment-34093</guid>
		<description>The problem with using start/stop drag is that the item you&#039;re dragging may get clipped by its container - the drag manager handles display much further up the chain so the item being dragged is always visible - plus it gives pointer cues indicating when and where you can release the dragged item...</description>
		<content:encoded><![CDATA[<p>The problem with using start/stop drag is that the item you&#8217;re dragging may get clipped by its container &#8211; the drag manager handles display much further up the chain so the item being dragged is always visible &#8211; plus it gives pointer cues indicating when and where you can release the dragged item&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tink</title>
		<link>http://www.visible-form.com/blog/drag-and-drop-in-flex/comment-page-1/#comment-33682</link>
		<dc:creator>Tink</dc:creator>
		<pubDate>Fri, 10 Aug 2007 19:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.visible-form.com/blog/drag-and-drop-in-flex/#comment-33682</guid>
		<description>Yep its pretty easy to cusomize, but the nicest thing is that you are also passing data around, not just visual items.</description>
		<content:encoded><![CDATA[<p>Yep its pretty easy to cusomize, but the nicest thing is that you are also passing data around, not just visual items.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rich</title>
		<link>http://www.visible-form.com/blog/drag-and-drop-in-flex/comment-page-1/#comment-33666</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Fri, 10 Aug 2007 17:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.visible-form.com/blog/drag-and-drop-in-flex/#comment-33666</guid>
		<description>yeah, i&#039;m realizing now that it say right in the DragManager documentation that it&#039;s all about the data:

&lt;blockquote&gt;The DragManager class manages drag and drop operations, which let you move data from one place to another in a Flex application.&lt;/blockquote&gt;

@5566: wow, i have been using flex for a while and love it....i&#039;m  not sure how  you can be anti-flex.

Anyway, the &#039;translucency&#039; of the image being dragged is simply passed as  a parameter to the &lt;a href=&quot;http://livedocs.adobe.com/flex/2/langref/mx/managers/DragManager.html#doDrag()&quot; rel=&quot;nofollow&quot;&gt;DragManager.doDrag()&lt;/a&gt;.

The cursors are also just styles of the DragManager class.</description>
		<content:encoded><![CDATA[<p>yeah, i&#8217;m realizing now that it say right in the DragManager documentation that it&#8217;s all about the data:</p>
<blockquote><p>The DragManager class manages drag and drop operations, which let you move data from one place to another in a Flex application.</p></blockquote>
<p>@5566: wow, i have been using flex for a while and love it&#8230;.i&#8217;m  not sure how  you can be anti-flex.</p>
<p>Anyway, the &#8216;translucency&#8217; of the image being dragged is simply passed as  a parameter to the <a href="http://livedocs.adobe.com/flex/2/langref/mx/managers/DragManager.html#doDrag()" rel="nofollow">DragManager.doDrag()</a>.</p>
<p>The cursors are also just styles of the DragManager class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5566</title>
		<link>http://www.visible-form.com/blog/drag-and-drop-in-flex/comment-page-1/#comment-33641</link>
		<dc:creator>5566</dc:creator>
		<pubDate>Fri, 10 Aug 2007 10:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.visible-form.com/blog/drag-and-drop-in-flex/#comment-33641</guid>
		<description>as an anti-flex flash lover, I seriously doubt whether the effects flex offered really worth all the trouble. I believe the DragManager is just a class using startDrag and stopDrag. It&#039;s beautifully done, but problems rise when designers ask, &quot;can we make it more translucent when dragging it? And can we remove the cross when dragging to a wrong place? or at least let&#039;s change the red cross to yellow one?&quot;</description>
		<content:encoded><![CDATA[<p>as an anti-flex flash lover, I seriously doubt whether the effects flex offered really worth all the trouble. I believe the DragManager is just a class using startDrag and stopDrag. It&#8217;s beautifully done, but problems rise when designers ask, &#8220;can we make it more translucent when dragging it? And can we remove the cross when dragging to a wrong place? or at least let&#8217;s change the red cross to yellow one?&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tink</title>
		<link>http://www.visible-form.com/blog/drag-and-drop-in-flex/comment-page-1/#comment-33637</link>
		<dc:creator>Tink</dc:creator>
		<pubDate>Fri, 10 Aug 2007 08:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.visible-form.com/blog/drag-and-drop-in-flex/#comment-33637</guid>
		<description>The Flex DnD handles drop areas, icons, and drop effects unlike startDrag which just dargs your item as you required.

I have an old example here

http://www.tink.ws/blog/simple-flex-20-drag-example/</description>
		<content:encoded><![CDATA[<p>The Flex DnD handles drop areas, icons, and drop effects unlike startDrag which just dargs your item as you required.</p>
<p>I have an old example here</p>
<p><a href="http://www.tink.ws/blog/simple-flex-20-drag-example/" rel="nofollow">http://www.tink.ws/blog/simple-flex-20-drag-example/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rich</title>
		<link>http://www.visible-form.com/blog/drag-and-drop-in-flex/comment-page-1/#comment-33618</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Fri, 10 Aug 2007 03:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.visible-form.com/blog/drag-and-drop-in-flex/#comment-33618</guid>
		<description>That&#039;s true, and a good point.  Like I mentioned in my post, I was only interested in draggin an image around...all that setup just to do that was overkill.

Sure, I&#039;ll check out that framework, i think it&#039;d be interesting...shoot it over whenever you can.</description>
		<content:encoded><![CDATA[<p>That&#8217;s true, and a good point.  Like I mentioned in my post, I was only interested in draggin an image around&#8230;all that setup just to do that was overkill.</p>
<p>Sure, I&#8217;ll check out that framework, i think it&#8217;d be interesting&#8230;shoot it over whenever you can.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
