<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.7" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Monkey Patching FlexSprite to list all event listeners on any Flex component</title>
	<link>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/</link>
	<description>A blog about Adobe Flex</description>
	<pubDate>Mon, 13 Oct 2008 04:53:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>

	<item>
		<title>by: Srikanth</title>
		<link>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/#comment-192247</link>
		<pubDate>Fri, 03 Oct 2008 19:46:16 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/#comment-192247</guid>
					<description>Two questions.

1) Can i find if my app is running in debugger or not. The Capabilities.isDebugger() tells if the flash player is a debugger version or not. But i want to know, programatically, if the app is running in debug mode or not.

2) How easy is it to a button to the flex spy that highlights the current component that has the focus?

What version of flexspy did you use to build your extension.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Two questions.</p>
<p>1) Can i find if my app is running in debugger or not. The Capabilities.isDebugger() tells if the flash player is a debugger version or not. But i want to know, programatically, if the app is running in debug mode or not.</p>
<p>2) How easy is it to a button to the flex spy that highlights the current component that has the focus?</p>
<p>What version of flexspy did you use to build your extension.</p>
<p>Thanks in advance.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Xavier Agnetti</title>
		<link>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/#comment-131559</link>
		<pubDate>Mon, 28 Jul 2008 09:00:48 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/#comment-131559</guid>
					<description>My bad.

I just saw your update about that.</description>
		<content:encoded><![CDATA[<p>My bad.</p>
<p>I just saw your update about that.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Xavier Agnetti</title>
		<link>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/#comment-131558</link>
		<pubDate>Mon, 28 Jul 2008 08:56:52 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/#comment-131558</guid>
					<description>Hi Doug!

Does this code work on the FP release?
I thought Error.getStackTrace() only works in the FP debugger version.</description>
		<content:encoded><![CDATA[<p>Hi Doug!</p>
<p>Does this code work on the FP release?<br />
I thought Error.getStackTrace() only works in the FP debugger version.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ivan alvarez</title>
		<link>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/#comment-121374</link>
		<pubDate>Fri, 11 Jul 2008 17:43:44 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/#comment-121374</guid>
					<description>Hey doug, this feature works also for Flex 2.0.1 HotFix 3.

Thanks in advanced.

Ivan Alvarez, from Mexico.</description>
		<content:encoded><![CDATA[<p>Hey doug, this feature works also for Flex 2.0.1 HotFix 3.</p>
<p>Thanks in advanced.</p>
<p>Ivan Alvarez, from Mexico.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Brant</title>
		<link>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/#comment-79002</link>
		<pubDate>Wed, 30 Apr 2008 07:28:17 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/#comment-79002</guid>
					<description>Doug, very nice!
I set the button as visible="false" and tried to access the panel via Ctrl+F12 and it seems that only the flexspy portion comes up. Anyway to also have your portion also show up using Ctrl+F12. This option is nice as to not have to have the button show all the time.</description>
		<content:encoded><![CDATA[<p>Doug, very nice!<br />
I set the button as visible=&#8221;false&#8221; and tried to access the panel via Ctrl+F12 and it seems that only the flexspy portion comes up. Anyway to also have your portion also show up using Ctrl+F12. This option is nice as to not have to have the button show all the time.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: jun :: realeyes media &#187; Blog Archive &#187; Flex 3 BYOP: Bring your own profiler&#8230;flash.sampler</title>
		<link>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/#comment-60160</link>
		<pubDate>Thu, 28 Feb 2008 09:26:28 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/#comment-60160</guid>
					<description>[...] Hey Doug&#8230;you feel like adding another tab to your custom FlexSpy? [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Hey Doug&#8230;you feel like adding another tab to your custom FlexSpy? [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: dougmccune.com &#187; Blog Archive &#187; Examples from my 360&#124;Flex session - Using Open Source Community Projects</title>
		<link>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/#comment-59477</link>
		<pubDate>Tue, 26 Feb 2008 20:53:39 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/#comment-59477</guid>
					<description>[...] FlexSpy with Event Listeners I decided to show this example even though I had already released the code on my blog. I realized that this example was perfect for showing the benefit of keeping a running list of open source projects in your head. I remember seeing FlexSpy when it first came out, I read about it on a few blogs and briefly checked it out by playing with the example. But I didn&#8217;t ever download the code or use it in my app. And then last week when I was monkey patching FlexSprite to add extra event listener functionality and I realized that this was a perfect place to use FlexSpy. I couldn&#8217;t remember the exact name (I thought it was something like Flexray), but I googled around, determined to find the project that I knew existed. Pretty quickly I found it, pulled it down, started reading the source and hacked in the functionality I wanted. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] FlexSpy with Event Listeners I decided to show this example even though I had already released the code on my blog. I realized that this example was perfect for showing the benefit of keeping a running list of open source projects in your head. I remember seeing FlexSpy when it first came out, I read about it on a few blogs and briefly checked it out by playing with the example. But I didn&#8217;t ever download the code or use it in my app. And then last week when I was monkey patching FlexSprite to add extra event listener functionality and I realized that this was a perfect place to use FlexSpy. I couldn&#8217;t remember the exact name (I thought it was something like Flexray), but I googled around, determined to find the project that I knew existed. Pretty quickly I found it, pulled it down, started reading the source and hacked in the functionality I wanted. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Joeflash&#8217;s Enigmacopaedia &#187; Announcing the WTFPL License</title>
		<link>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/#comment-58421</link>
		<pubDate>Sat, 23 Feb 2008 02:45:17 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/#comment-58421</guid>
					<description>[...] I was just reading Doug McCune&#8217;s blog where he discusses FlexSpy, which is covered under the Do What The Fuck you Want Public License. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] I was just reading Doug McCune&#8217;s blog where he discusses FlexSpy, which is covered under the Do What The Fuck you Want Public License. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tom Lee</title>
		<link>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/#comment-58381</link>
		<pubDate>Fri, 22 Feb 2008 20:08:56 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/#comment-58381</guid>
					<description>Doug, I've been wondering how monkey-patching will play with the Flex framework caching... As in, if you opt to use the framework caching, can you still use monkey-patching?  Thoughts?</description>
		<content:encoded><![CDATA[<p>Doug, I&#8217;ve been wondering how monkey-patching will play with the Flex framework caching&#8230; As in, if you opt to use the framework caching, can you still use monkey-patching?  Thoughts?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: dougmccune.com &#187; Blog Archive &#187; Sneaky Flex trick to get the name of any calling functions</title>
		<link>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/#comment-58188</link>
		<pubDate>Thu, 21 Feb 2008 23:08:25 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2008/02/21/monkey-patching-flexsprite-to-list-all-event-listeners-on-any-flex-component/#comment-58188</guid>
					<description>[...] Contact      &#171; Monkey Patching FlexSprite to list all event listeners on any Flex component       21 02 2008 [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Contact      &laquo; Monkey Patching FlexSprite to list all event listeners on any Flex component       21 02 2008 [&#8230;]
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
