<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Modules and DragManager bug in Flex 3</title>
	<atom:link href="http://lucamezzalira.com/2009/06/25/modules-and-dragmanager-bug-in-flex-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://lucamezzalira.com/2009/06/25/modules-and-dragmanager-bug-in-flex-3/</link>
	<description>luca mezzalira&#039;s blog, a place to talk about Flash Platform</description>
	<lastBuildDate>Mon, 13 Feb 2012 10:01:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Andrea Bresolin</title>
		<link>http://lucamezzalira.com/2009/06/25/modules-and-dragmanager-bug-in-flex-3/#comment-4372</link>
		<dc:creator><![CDATA[Andrea Bresolin]]></dc:creator>
		<pubDate>Fri, 12 Mar 2010 22:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://lucamezzalira.com/?p=225#comment-4372</guid>
		<description><![CDATA[With modules you can have a module-wide singleton or an application-wide singleton depending on whether you import the singleton class also in the main application or not. I’ve written a post on my blog about this that demonstrates the different behaviors. I think it could be useful to avoid strange behaviors of the singletons in each modular Flex application. You can check it at http://www.devahead.com/blog/2010/03/beware-of-singleton-in-flex-modules/]]></description>
		<content:encoded><![CDATA[<p>With modules you can have a module-wide singleton or an application-wide singleton depending on whether you import the singleton class also in the main application or not. I’ve written a post on my blog about this that demonstrates the different behaviors. I think it could be useful to avoid strange behaviors of the singletons in each modular Flex application. You can check it at <a href="http://www.devahead.com/blog/2010/03/beware-of-singleton-in-flex-modules/" rel="nofollow">http://www.devahead.com/blog/2010/03/beware-of-singleton-in-flex-modules/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ugo</title>
		<link>http://lucamezzalira.com/2009/06/25/modules-and-dragmanager-bug-in-flex-3/#comment-4306</link>
		<dc:creator><![CDATA[Ugo]]></dc:creator>
		<pubDate>Sat, 09 Jan 2010 07:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://lucamezzalira.com/?p=225#comment-4306</guid>
		<description><![CDATA[Thanks a million for this; solved the issue like magic. Amazing workaround to a puzzling issue :-)]]></description>
		<content:encoded><![CDATA[<p>Thanks a million for this; solved the issue like magic. Amazing workaround to a puzzling issue <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://lucamezzalira.com/2009/06/25/modules-and-dragmanager-bug-in-flex-3/#comment-4172</link>
		<dc:creator><![CDATA[Ivan]]></dc:creator>
		<pubDate>Thu, 13 Aug 2009 18:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://lucamezzalira.com/?p=225#comment-4172</guid>
		<description><![CDATA[Hava a look that solution at http://www.flexjunk.com/2008/02/26/monkeypatching-the-dragmanager-in-air-10/]]></description>
		<content:encoded><![CDATA[<p>Hava a look that solution at <a href="http://www.flexjunk.com/2008/02/26/monkeypatching-the-dragmanager-in-air-10/" rel="nofollow">http://www.flexjunk.com/2008/02/26/monkeypatching-the-dragmanager-in-air-10/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucamezzalira</title>
		<link>http://lucamezzalira.com/2009/06/25/modules-and-dragmanager-bug-in-flex-3/#comment-4136</link>
		<dc:creator><![CDATA[lucamezzalira]]></dc:creator>
		<pubDate>Thu, 02 Jul 2009 12:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://lucamezzalira.com/?p=225#comment-4136</guid>
		<description><![CDATA[I suggest to take a look at this great post about this issue: http://blogs.adobe.com/aharui/2007/03/modules.html]]></description>
		<content:encoded><![CDATA[<p>I suggest to take a look at this great post about this issue: <a href="http://blogs.adobe.com/aharui/2007/03/modules.html" rel="nofollow">http://blogs.adobe.com/aharui/2007/03/modules.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://lucamezzalira.com/2009/06/25/modules-and-dragmanager-bug-in-flex-3/#comment-4135</link>
		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Thu, 02 Jul 2009 10:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://lucamezzalira.com/?p=225#comment-4135</guid>
		<description><![CDATA[In a mx:script put the two lines
Line1: import mx.managers.DragManager;
Line2: private var dummy:DragManager;]]></description>
		<content:encoded><![CDATA[<p>In a mx:script put the two lines<br />
Line1: import mx.managers.DragManager;<br />
Line2: private var dummy:DragManager;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://lucamezzalira.com/2009/06/25/modules-and-dragmanager-bug-in-flex-3/#comment-4134</link>
		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Thu, 02 Jul 2009 10:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://lucamezzalira.com/?p=225#comment-4134</guid>
		<description><![CDATA[Great solution. Thanks very much.
I had same problems and this was my solution, I insertet in Main.mxml the following and it works!

  
]]></description>
		<content:encoded><![CDATA[<p>Great solution. Thanks very much.<br />
I had same problems and this was my solution, I insertet in Main.mxml the following and it works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Modules and DragManager bug in Flex 3 « flash platform! {desktop &#8230; &#124; Adobe Tutorials</title>
		<link>http://lucamezzalira.com/2009/06/25/modules-and-dragmanager-bug-in-flex-3/#comment-4130</link>
		<dc:creator><![CDATA[Modules and DragManager bug in Flex 3 « flash platform! {desktop &#8230; &#124; Adobe Tutorials]]></dc:creator>
		<pubDate>Sun, 28 Jun 2009 21:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://lucamezzalira.com/?p=225#comment-4130</guid>
		<description><![CDATA[[...] This bug is created because you have more instance of DragManager in this sample, but DragManager in Flex framework is used like a Singleton so only one instance per time.  See the rest here: Modules and DragManager bug in Flex 3 « flash platform! {desktop ... [...]]]></description>
		<content:encoded><![CDATA[<p>[...] This bug is created because you have more instance of DragManager in this sample, but DragManager in Flex framework is used like a Singleton so only one instance per time.  See the rest here: Modules and DragManager bug in Flex 3 « flash platform! {desktop &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jwopitz</title>
		<link>http://lucamezzalira.com/2009/06/25/modules-and-dragmanager-bug-in-flex-3/#comment-4127</link>
		<dc:creator><![CDATA[jwopitz]]></dc:creator>
		<pubDate>Sat, 27 Jun 2009 02:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://lucamezzalira.com/?p=225#comment-4127</guid>
		<description><![CDATA[Good find and thanks!  I had run into that very issue awhile back never really finding the culprit and finally the UX changed such that it was no longer an issue.  Guess I dodged a bullet back then.]]></description>
		<content:encoded><![CDATA[<p>Good find and thanks!  I had run into that very issue awhile back never really finding the culprit and finally the UX changed such that it was no longer an issue.  Guess I dodged a bullet back then.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

