<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title> &#187; MonkeyPatch</title>
	<atom:link href="http://www.flexjunk.com/category/monkeypatch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexjunk.com</link>
	<description>Blog about Flex, AIR, Security, and other various topics</description>
	<lastBuildDate>Fri, 12 Mar 2010 02:23:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dual DragManager for Flex 3.4</title>
		<link>http://www.flexjunk.com/2009/08/28/dual-dragmanager-for-flex-3-4/</link>
		<comments>http://www.flexjunk.com/2009/08/28/dual-dragmanager-for-flex-3-4/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 16:53:45 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[MonkeyPatch]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[DragManager]]></category>

		<guid isPermaLink="false">http://www.flexjunk.com/?p=217</guid>
		<description><![CDATA[
The new Flex 3.4 SDK has been released.  Since Adobe still hasn&#8217;t gotten around to fixing this bug, I&#8217;ve again taken it upon myself to release my MonkeyPatched code for Flex 3.4 that allows you to use the Flex DragManager along side the Native DragManager in an AIR app.  You can grab the [...]]]></description>
		<wfw:commentRss>http://www.flexjunk.com/2009/08/28/dual-dragmanager-for-flex-3-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Flex DragManager in AIR: Update</title>
		<link>http://www.flexjunk.com/2009/03/16/using-flex-dragmanager-in-air-update/</link>
		<comments>http://www.flexjunk.com/2009/03/16/using-flex-dragmanager-in-air-update/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 17:03:02 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[MonkeyPatch]]></category>
		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://www.flexjunk.com/?p=112</guid>
		<description><![CDATA[Off and on, I&#8217;ve been working making the Flex DragManager work in AIR.  I&#8217;ve been vocal in trying to get SDK-13983 fixed.  This feature is really useful because you have no control over the DragProxy&#8217;s alpha value in AIR because it&#8217;s controlled by the operating system.  If all operating systems defaulted to [...]]]></description>
		<wfw:commentRss>http://www.flexjunk.com/2009/03/16/using-flex-dragmanager-in-air-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DualDragManager Help Wanted</title>
		<link>http://www.flexjunk.com/2009/02/02/dualdragmanager-help-wanted/</link>
		<comments>http://www.flexjunk.com/2009/02/02/dualdragmanager-help-wanted/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 19:54:13 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[MonkeyPatch]]></category>
		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://www.flexjunk.com/?p=90</guid>
		<description><![CDATA[If you want to use both the nice Flex Dragmanager in an AIR app, you need to use a monkeypatch to make it work.  I&#8217;ve taken the code about as far as I can on my own, so I&#8217;d like to enlist my reader&#8217;s help.  
What you can do:
1.)  Vote on https://bugs.adobe.com/jira/browse/SDK-13983
2.) [...]]]></description>
		<wfw:commentRss>http://www.flexjunk.com/2009/02/02/dualdragmanager-help-wanted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dual Drag Managers in AIR 1.5</title>
		<link>http://www.flexjunk.com/2009/01/10/dual-drag-managers-in-air-15/</link>
		<comments>http://www.flexjunk.com/2009/01/10/dual-drag-managers-in-air-15/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 15:11:50 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[MonkeyPatch]]></category>

		<guid isPermaLink="false">http://www.flexjunk.com/?p=66</guid>
		<description><![CDATA[Last April, I had a blog post about how to use both the Native and Flex DragManagers at the same time by monkey-patching an AIR 1.0 application.  I&#8217;ve since updated the code for AIR 1.5.  This file contains the code to add to your project in order to monkey-patch the necessary DragManager-related classes. [...]]]></description>
		<wfw:commentRss>http://www.flexjunk.com/2009/01/10/dual-drag-managers-in-air-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using BOTH Native and Flex DragManager in AIR 1.0</title>
		<link>http://www.flexjunk.com/2008/04/08/using-both-native-and-flex-dragmanager-in-air-10/</link>
		<comments>http://www.flexjunk.com/2008/04/08/using-both-native-and-flex-dragmanager-in-air-10/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 21:08:27 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[360 Flex]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[MonkeyPatch]]></category>
		<category><![CDATA[DragManager]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://flexjunk.com/2008/04/08/using-both-native-and-flex-dragmanager-in-air-10/</guid>
		<description><![CDATA[I was sitting here at 360Flex&#124;Milan and I had a conversation with Michael Labriola about DragManagers in AIR.  We both lamented that in Flexbuilder 3 beta 2, we were able to use both the NativeDragManager and the DragManager at the same time (albeit it was a bit hacky).  In an earlier post, I [...]]]></description>
		<wfw:commentRss>http://www.flexjunk.com/2008/04/08/using-both-native-and-flex-dragmanager-in-air-10/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>MonkeyPatching the DragManager in AIR 1.0</title>
		<link>http://www.flexjunk.com/2008/02/26/monkeypatching-the-dragmanager-in-air-10/</link>
		<comments>http://www.flexjunk.com/2008/02/26/monkeypatching-the-dragmanager-in-air-10/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 01:27:54 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[MonkeyPatch]]></category>
		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://flexjunk.com/?p=6</guid>
		<description><![CDATA[I&#8217;m not really sure what Adobe has been thinking regarding DragManagers in Flex/AIR.  The code makes a very basic and very WRONG assumption that in an AIR app using WindowedApplication, you will only ever want to use the NativeDragManager class.  DragManager loads up a singleton class to handle drag and drop.  Depending [...]]]></description>
		<wfw:commentRss>http://www.flexjunk.com/2008/02/26/monkeypatching-the-dragmanager-in-air-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
