<?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: Simple monkey patch to fix ToolTipManager.toolTipClass</title>
	<atom:link href="http://www.benclinkinbeard.com/2008/07/simple-monkey-patch-to-fix-tooltipmanagertooltipclass/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benclinkinbeard.com/2008/07/simple-monkey-patch-to-fix-tooltipmanagertooltipclass/</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 17:18:56 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brasilien</title>
		<link>http://www.benclinkinbeard.com/2008/07/simple-monkey-patch-to-fix-tooltipmanagertooltipclass/comment-page-1/#comment-504</link>
		<dc:creator>Brasilien</dc:creator>
		<pubDate>Tue, 10 Mar 2009 22:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/?p=55#comment-504</guid>
		<description>Q FlügeYes, this Error is a part of our life  :-(( but things cant be changed in this time</description>
		<content:encoded><![CDATA[<p>Q FlügeYes, this Error is a part of our life  <img src='http://www.benclinkinbeard.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> ( but things cant be changed in this time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flüge</title>
		<link>http://www.benclinkinbeard.com/2008/07/simple-monkey-patch-to-fix-tooltipmanagertooltipclass/comment-page-1/#comment-501</link>
		<dc:creator>Flüge</dc:creator>
		<pubDate>Fri, 06 Feb 2009 13:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/?p=55#comment-501</guid>
		<description>Same shit different Day ... I hate this F***** Error !
I´ve got him more than only one time in the past.
But there are very many different ways to clear it.

Is here anybody who has the ultimative answer ?^^
Greets</description>
		<content:encoded><![CDATA[<p>Same shit different Day &#8230; I hate this F***** Error !<br />
I´ve got him more than only one time in the past.<br />
But there are very many different ways to clear it.</p>
<p>Is here anybody who has the ultimative answer ?^^<br />
Greets</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Clinkinbeard</title>
		<link>http://www.benclinkinbeard.com/2008/07/simple-monkey-patch-to-fix-tooltipmanagertooltipclass/comment-page-1/#comment-503</link>
		<dc:creator>Ben Clinkinbeard</dc:creator>
		<pubDate>Fri, 06 Feb 2009 00:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/?p=55#comment-503</guid>
		<description>Your error is apparently in the createToolTip() method of a class called GridHeader. Monkey patching classes in Flex definitely works and is something I&#039;ve done multiple times. The fact you still get the error message when using the built in class, along with the error message make it certain the problem lies elsewhere.</description>
		<content:encoded><![CDATA[<p>Your error is apparently in the createToolTip() method of a class called GridHeader. Monkey patching classes in Flex definitely works and is something I&#8217;ve done multiple times. The fact you still get the error message when using the built in class, along with the error message make it certain the problem lies elsewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rusty</title>
		<link>http://www.benclinkinbeard.com/2008/07/simple-monkey-patch-to-fix-tooltipmanagertooltipclass/comment-page-1/#comment-502</link>
		<dc:creator>Rusty</dc:creator>
		<pubDate>Fri, 06 Feb 2009 00:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/?p=55#comment-502</guid>
		<description>I tried this. I created a class in mx.managers and called it ToolTipManagerImpl. I put in your code suggestion for the createToolTip function. I get this error when create...

VerifyError: Error #1030: Stack depth is unbalanced. 1 != 0.
at my.class.path::GridHeader/createToolTip()

I backed out the changes to the function (using original flex code) and tried that.

Same thing.

I seem to remember trying to do things like this before. Flex does not like it when you use its packages to overwrite its own classes.</description>
		<content:encoded><![CDATA[<p>I tried this. I created a class in mx.managers and called it ToolTipManagerImpl. I put in your code suggestion for the createToolTip function. I get this error when create&#8230;</p>
<p>VerifyError: Error #1030: Stack depth is unbalanced. 1 != 0.<br />
at my.class.path::GridHeader/createToolTip()</p>
<p>I backed out the changes to the function (using original flex code) and tried that.</p>
<p>Same thing.</p>
<p>I seem to remember trying to do things like this before. Flex does not like it when you use its packages to overwrite its own classes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Clinkinbeard</title>
		<link>http://www.benclinkinbeard.com/2008/07/simple-monkey-patch-to-fix-tooltipmanagertooltipclass/comment-page-1/#comment-500</link>
		<dc:creator>Ben Clinkinbeard</dc:creator>
		<pubDate>Thu, 28 Aug 2008 19:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/?p=55#comment-500</guid>
		<description>Hi Morten,

You don&#039;t actually need to create a whole new SWC. To monkeypatch a class in Flex all you do is copy the class from the framework and save it in your project under the same package it came from. So in your project you would create mx.managers.ToolTipManager or whatever it is, copy in the code from the framework and then edit whatever it is you need. When your project is compiled it will use your local class instead of the one in the framework.

If thats not clear hit up Google, I am sure there is more info out there about monkeypatching Flex.

HTH,
Ben</description>
		<content:encoded><![CDATA[<p>Hi Morten,</p>
<p>You don&#8217;t actually need to create a whole new SWC. To monkeypatch a class in Flex all you do is copy the class from the framework and save it in your project under the same package it came from. So in your project you would create mx.managers.ToolTipManager or whatever it is, copy in the code from the framework and then edit whatever it is you need. When your project is compiled it will use your local class instead of the one in the framework.</p>
<p>If thats not clear hit up Google, I am sure there is more info out there about monkeypatching Flex.</p>
<p>HTH,<br />
Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten</title>
		<link>http://www.benclinkinbeard.com/2008/07/simple-monkey-patch-to-fix-tooltipmanagertooltipclass/comment-page-1/#comment-499</link>
		<dc:creator>Morten</dc:creator>
		<pubDate>Thu, 28 Aug 2008 19:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/?p=55#comment-499</guid>
		<description>I have just the same problem. I wan&#039;t to use cutom tooltip with the &quot;createTooltip&quot; method.
I&#039;ve tried patching my eclipse flex with the latest 3.1SDK all afternoon and evening - but to no avail! Either the patching doesn&#039;t work (which i think might be the most probable thing) - or the patch does not live well with 3.1?

Can you go into a BIT more detail on how you actually do the patching (ie: create a &quot;stub&quot; SWC to include etc.) To me, it seems that, whatever I do, it&#039;s the original flex sdk that gets called by my app.... arrrg

regards
Morten</description>
		<content:encoded><![CDATA[<p>I have just the same problem. I wan&#8217;t to use cutom tooltip with the &#8220;createTooltip&#8221; method.<br />
I&#8217;ve tried patching my eclipse flex with the latest 3.1SDK all afternoon and evening &#8211; but to no avail! Either the patching doesn&#8217;t work (which i think might be the most probable thing) &#8211; or the patch does not live well with 3.1?</p>
<p>Can you go into a BIT more detail on how you actually do the patching (ie: create a &#8220;stub&#8221; SWC to include etc.) To me, it seems that, whatever I do, it&#8217;s the original flex sdk that gets called by my app&#8230;. arrrg</p>
<p>regards<br />
Morten</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Winscot</title>
		<link>http://www.benclinkinbeard.com/2008/07/simple-monkey-patch-to-fix-tooltipmanagertooltipclass/comment-page-1/#comment-498</link>
		<dc:creator>Rick Winscot</dc:creator>
		<pubDate>Thu, 03 Jul 2008 21:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.returnundefined.com/?p=55#comment-498</guid>
		<description>If I remember correctly - this &#039;bug&#039; was marked deferred with a workaround. Workaround as in... if the bug sits long enough Ben will probably get sick of futzing with it and throwdown a monkey patch. Thanks for the bits Ben.</description>
		<content:encoded><![CDATA[<p>If I remember correctly &#8211; this &#8216;bug&#8217; was marked deferred with a workaround. Workaround as in&#8230; if the bug sits long enough Ben will probably get sick of futzing with it and throwdown a monkey patch. Thanks for the bits Ben.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
