<?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"
	>
<channel>
	<title>Comments on: I Gotcha ToolTip Right Heah</title>
	<atom:link href="http://nodename.com/blog/2005/09/12/tooltip/feed/" rel="self" type="application/rss+xml" />
	<link>http://nodename.com/blog/2005/09/12/tooltip/</link>
	<description></description>
	<pubDate>Thu, 20 Nov 2008 21:26:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Actionscript Classes &#187; ToolTip</title>
		<link>http://nodename.com/blog/2005/09/12/tooltip/#comment-3758</link>
		<dc:creator>Actionscript Classes &#187; ToolTip</dc:creator>
		<pubDate>Tue, 29 Aug 2006 23:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://nodename.com/blog/?p=19#comment-3758</guid>
		<description>[...] http://nodename.com/blog/2005/09/12/tooltip/  [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://nodename.com/blog/2005/09/12/tooltip/" rel="nofollow">http://nodename.com/blog/2005/09/12/tooltip/</a>  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Blog Archive &#187; Captivate Tutorials. Oh My !</title>
		<link>http://nodename.com/blog/2005/09/12/tooltip/#comment-1255</link>
		<dc:creator>&#187; Blog Archive &#187; Captivate Tutorials. Oh My !</dc:creator>
		<pubDate>Sat, 10 Jun 2006 14:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://nodename.com/blog/?p=19#comment-1255</guid>
		<description>[...] FlashCodersNY recently aquired a copy of Captivate. Now we can create video tutorials with screen capture. Our own Alan Shaw has created the first of many AS2 and AS3 tutorials using Captivate. Special thanks to Alan for his tooltip demo ( stay tuned for part 2 ). [...]</description>
		<content:encoded><![CDATA[<p>[...] FlashCodersNY recently aquired a copy of Captivate. Now we can create video tutorials with screen capture. Our own Alan Shaw has created the first of many AS2 and AS3 tutorials using Captivate. Special thanks to Alan for his tooltip demo ( stay tuned for part 2 ). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alan</title>
		<link>http://nodename.com/blog/2005/09/12/tooltip/#comment-116</link>
		<dc:creator>alan</dc:creator>
		<pubDate>Mon, 12 Dec 2005 06:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://nodename.com/blog/?p=19#comment-116</guid>
		<description>I'm sorry, Seth, I haven't seen that behavior here.  Trace 1 is _never_ triggered?</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry, Seth, I haven&#8217;t seen that behavior here.  Trace 1 is _never_ triggered?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shi11</title>
		<link>http://nodename.com/blog/2005/09/12/tooltip/#comment-115</link>
		<dc:creator>Shi11</dc:creator>
		<pubDate>Sun, 11 Dec 2005 09:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://nodename.com/blog/?p=19#comment-115</guid>
		<description>Nice. Can I post another question about this class?  In the showToolTip function pasted below, trace "1" is never triggered. For me, the ToolTip isn't created until the second time I rollOver a button. Seth

private static function showToolTip(tip:String):Void
{
		trace("0");
	if (theOnlyToolTip == undefined)
	{
		trace("1");
		theOnlyToolTip = new ToolTip();
	}
	trace("2");
	theOnlyToolTip.p_showToolTip(tip);
}</description>
		<content:encoded><![CDATA[<p>Nice. Can I post another question about this class?  In the showToolTip function pasted below, trace &#8220;1&#8243; is never triggered. For me, the ToolTip isn&#8217;t created until the second time I rollOver a button. Seth</p>
<p>private static function showToolTip(tip:String):Void<br />
{<br />
		trace(&#8221;0&#8243;);<br />
	if (theOnlyToolTip == undefined)<br />
	{<br />
		trace(&#8221;1&#8243;);<br />
		theOnlyToolTip = new ToolTip();<br />
	}<br />
	trace(&#8221;2&#8243;);<br />
	theOnlyToolTip.p_showToolTip(tip);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alan</title>
		<link>http://nodename.com/blog/2005/09/12/tooltip/#comment-114</link>
		<dc:creator>alan</dc:creator>
		<pubDate>Sun, 11 Dec 2005 01:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://nodename.com/blog/?p=19#comment-114</guid>
		<description>No, actually at the time I wrote this the mtasc compiler allowed a class to have a static method and an instance method with the same name!  That's been changed, and I think the Flash compiler never allowed it.  You're the first to notice this!

So I've updated the code above.  The new version also takes care of flipping the tooltip if it's too close to the top or right edge of the window.</description>
		<content:encoded><![CDATA[<p>No, actually at the time I wrote this the mtasc compiler allowed a class to have a static method and an instance method with the same name!  That&#8217;s been changed, and I think the Flash compiler never allowed it.  You&#8217;re the first to notice this!</p>
<p>So I&#8217;ve updated the code above.  The new version also takes care of flipping the tooltip if it&#8217;s too close to the top or right edge of the window.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shi11</title>
		<link>http://nodename.com/blog/2005/09/12/tooltip/#comment-113</link>
		<dc:creator>Shi11</dc:creator>
		<pubDate>Sat, 10 Dec 2005 22:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://nodename.com/blog/?p=19#comment-113</guid>
		<description>Hi nodename, nice work. In testing your code, I'm getting one error:

**Error**  src/com/nodename/utils/ToolTip.as: Line 127: The same member name may not be repeated more than once.
     private function showToolTip(tip:String):Void

**Error**  src/com/nodename/utils/ToolTip.as: Line 150: The same member name may not be repeated more than once.
     private function hideToolTip():Void

Is it a singleton thing perhaps?</description>
		<content:encoded><![CDATA[<p>Hi nodename, nice work. In testing your code, I&#8217;m getting one error:</p>
<p>**Error**  src/com/nodename/utils/ToolTip.as: Line 127: The same member name may not be repeated more than once.<br />
     private function showToolTip(tip:String):Void</p>
<p>**Error**  src/com/nodename/utils/ToolTip.as: Line 150: The same member name may not be repeated more than once.<br />
     private function hideToolTip():Void</p>
<p>Is it a singleton thing perhaps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Brimelow</title>
		<link>http://nodename.com/blog/2005/09/12/tooltip/#comment-26</link>
		<dc:creator>Lee Brimelow</dc:creator>
		<pubDate>Mon, 12 Sep 2005 21:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://nodename.com/blog/?p=19#comment-26</guid>
		<description>Awesome work! I wish there was a way for me to do a tutorial that goes into this much depth, but it would probably be around 2 hours long :-)</description>
		<content:encoded><![CDATA[<p>Awesome work! I wish there was a way for me to do a tutorial that goes into this much depth, but it would probably be around 2 hours long :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Holton</title>
		<link>http://nodename.com/blog/2005/09/12/tooltip/#comment-25</link>
		<dc:creator>Mark Holton</dc:creator>
		<pubDate>Mon, 12 Sep 2005 21:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://nodename.com/blog/?p=19#comment-25</guid>
		<description>...thanks for this great expansion on Lee's tutorial.  This is very useful code to me (and I'm guessing many others).
Many thanks-
Mark Holton</description>
		<content:encoded><![CDATA[<p>&#8230;thanks for this great expansion on Lee&#8217;s tutorial.  This is very useful code to me (and I&#8217;m guessing many others).<br />
Many thanks-<br />
Mark Holton</p>
]]></content:encoded>
	</item>
</channel>
</rss>
