<?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: DragManager prevents mouse events of children *Updated*</title>
	<atom:link href="http://labs.flexperiments.nl/dragmanager-prevents-mouse-events-of-children/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.flexperiments.nl/dragmanager-prevents-mouse-events-of-children/</link>
	<description></description>
	<lastBuildDate>Fri, 30 Dec 2011 02:49:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: TheBit</title>
		<link>http://labs.flexperiments.nl/dragmanager-prevents-mouse-events-of-children/comment-page-1/#comment-5804</link>
		<dc:creator>TheBit</dc:creator>
		<pubDate>Fri, 05 Mar 2010 11:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.idsklijnsma.nl/dragmanager-prevents-mouse-events-of-children/#comment-5804</guid>
		<description>Run into the same problem.

Changing MouseEvent.MOUSE_DOWN to MouseEvent.MOUSE_MOVE solved it.

Thanx!</description>
		<content:encoded><![CDATA[<p>Run into the same problem.</p>
<p>Changing MouseEvent.MOUSE_DOWN to MouseEvent.MOUSE_MOVE solved it.</p>
<p>Thanx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorenz</title>
		<link>http://labs.flexperiments.nl/dragmanager-prevents-mouse-events-of-children/comment-page-1/#comment-5803</link>
		<dc:creator>Lorenz</dc:creator>
		<pubDate>Thu, 20 Aug 2009 10:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.idsklijnsma.nl/dragmanager-prevents-mouse-events-of-children/#comment-5803</guid>
		<description>I recognize that this is an old post but i came across this page via google and it helped me a little in finding the right way to use the drag manager - and mouseDown seems to be a bad idea in most cases.
When you use mouseMove there is an &lt;strong&gt;event property&lt;/strong&gt; called &lt;strong&gt;buttonDown&lt;/strong&gt; which you can ask instead of implementing mouseUp and -Down and having a boolean flag for that.</description>
		<content:encoded><![CDATA[<p>I recognize that this is an old post but i came across this page via google and it helped me a little in finding the right way to use the drag manager &#8211; and mouseDown seems to be a bad idea in most cases.<br />
When you use mouseMove there is an <strong>event property</strong> called <strong>buttonDown</strong> which you can ask instead of implementing mouseUp and -Down and having a boolean flag for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ids</title>
		<link>http://labs.flexperiments.nl/dragmanager-prevents-mouse-events-of-children/comment-page-1/#comment-5802</link>
		<dc:creator>Ids</dc:creator>
		<pubDate>Wed, 26 Mar 2008 15:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.idsklijnsma.nl/dragmanager-prevents-mouse-events-of-children/#comment-5802</guid>
		<description>No, unlike in the example, the image is in another class as the vbox, thus i cannot call it. Furthermore, the &#039;imageclass&#039; is a renderer, which can be changed by the user, my code should never interfere with user code.</description>
		<content:encoded><![CDATA[<p>No, unlike in the example, the image is in another class as the vbox, thus i cannot call it. Furthermore, the &#8216;imageclass&#8217; is a renderer, which can be changed by the user, my code should never interfere with user code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jwopitz</title>
		<link>http://labs.flexperiments.nl/dragmanager-prevents-mouse-events-of-children/comment-page-1/#comment-5801</link>
		<dc:creator>jwopitz</dc:creator>
		<pubDate>Wed, 26 Mar 2008 15:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.idsklijnsma.nl/dragmanager-prevents-mouse-events-of-children/#comment-5801</guid>
		<description>Could you not create a psuedo-Click event?  Basically you would create a new MouseEvent, copy all the parameters of the MouseDown event and use Click as the type.  Then since the item is a IEventDispatcher, you just tell it to dispatch the event prior to the drag.

Just thinking out load but I did do something like this in the dNdLib - http://code.google.com/p/flex-drag-n-drop-lib/

I needed to replicate mouseEvents and did so pretty easily.  Hope that helps.</description>
		<content:encoded><![CDATA[<p>Could you not create a psuedo-Click event?  Basically you would create a new MouseEvent, copy all the parameters of the MouseDown event and use Click as the type.  Then since the item is a IEventDispatcher, you just tell it to dispatch the event prior to the drag.</p>
<p>Just thinking out load but I did do something like this in the dNdLib &#8211; <a href="http://code.google.com/p/flex-drag-n-drop-lib/" rel="nofollow">http://code.google.com/p/flex-drag-n-drop-lib/</a></p>
<p>I needed to replicate mouseEvents and did so pretty easily.  Hope that helps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

