<?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: Create custom tooltip for your flex apps</title>
	<atom:link href="http://www.riacodes.com/flex/create-custom-tooltip-for-your-flex-apps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.riacodes.com/flex/create-custom-tooltip-for-your-flex-apps/</link>
	<description>Resources, tutorials , tips &#38; tricks for RIA : Flex, Flash, Air, AS3</description>
	<lastBuildDate>Thu, 29 Jul 2010 05:04:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Ws</title>
		<link>http://www.riacodes.com/flex/create-custom-tooltip-for-your-flex-apps/comment-page-1/#comment-1026</link>
		<dc:creator>Ws</dc:creator>
		<pubDate>Wed, 31 Mar 2010 16:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=150#comment-1026</guid>
		<description>Hi,

Very useful tool. 
I Integrated with my AIR app. I came across an issue, If the tool tip opens at the bottom of the screen it starts flickering and doesn&#039;t show correctly. Is there some fix for this issue.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Very useful tool.<br />
I Integrated with my AIR app. I came across an issue, If the tool tip opens at the bottom of the screen it starts flickering and doesn&#8217;t show correctly. Is there some fix for this issue.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.riacodes.com/flex/create-custom-tooltip-for-your-flex-apps/comment-page-1/#comment-466</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 30 Oct 2009 00:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=150#comment-466</guid>
		<description>@ ALEX : 
Hi, sorry that was a mistake, it&#039;s not var toolTip:ContactToolTip = new ContactToolTip(); 
but it&#039;s  var toolTip:CustomToolTip = new CustomToolTip();

We have corrected it

Thanks for pointing it out</description>
		<content:encoded><![CDATA[<p>@ ALEX :<br />
Hi, sorry that was a mistake, it&#8217;s not var toolTip:ContactToolTip = new ContactToolTip();<br />
but it&#8217;s  var toolTip:CustomToolTip = new CustomToolTip();</p>
<p>We have corrected it</p>
<p>Thanks for pointing it out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.riacodes.com/flex/create-custom-tooltip-for-your-flex-apps/comment-page-1/#comment-465</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 30 Oct 2009 00:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=150#comment-465</guid>
		<description>I do not understand what is : var toolTip:ContactToolTip = new ContactToolTip();
Where can I find the ContactToolTip class ? Did I miss something ?</description>
		<content:encoded><![CDATA[<p>I do not understand what is : var toolTip:ContactToolTip = new ContactToolTip();<br />
Where can I find the ContactToolTip class ? Did I miss something ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atul Singh Parihar</title>
		<link>http://www.riacodes.com/flex/create-custom-tooltip-for-your-flex-apps/comment-page-1/#comment-309</link>
		<dc:creator>Atul Singh Parihar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 11:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=150#comment-309</guid>
		<description>Hi,
I hope u doing well. i am glade after see this but i have a some problem if you use 
horizontalAlign=&quot;right&quot;
	verticalAlign=&quot;bottom&quot;
in main.mxml  then its not proper show plz give me solution.
this is bug in this code .
i hope i got reply as soon as possible

thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I hope u doing well. i am glade after see this but i have a some problem if you use<br />
horizontalAlign=&#8221;right&#8221;<br />
	verticalAlign=&#8221;bottom&#8221;<br />
in main.mxml  then its not proper show plz give me solution.<br />
this is bug in this code .<br />
i hope i got reply as soon as possible</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hans</title>
		<link>http://www.riacodes.com/flex/create-custom-tooltip-for-your-flex-apps/comment-page-1/#comment-16</link>
		<dc:creator>hans</dc:creator>
		<pubDate>Sun, 19 Apr 2009 19:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=150#comment-16</guid>
		<description>Thank you.

My mistake, I want to create a custom tooltip which stays visible after the user moves the mouse of the component.... but hideDelay = &quot;The amount of time, in milliseconds, that Flex waits to hide the ToolTip after it appears.&quot; is not the way to go...

I now use a custom panel which I show/hide when necessary...</description>
		<content:encoded><![CDATA[<p>Thank you.</p>
<p>My mistake, I want to create a custom tooltip which stays visible after the user moves the mouse of the component&#8230;. but hideDelay = &#8220;The amount of time, in milliseconds, that Flex waits to hide the ToolTip after it appears.&#8221; is not the way to go&#8230;</p>
<p>I now use a custom panel which I show/hide when necessary&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: riacodes</title>
		<link>http://www.riacodes.com/flex/create-custom-tooltip-for-your-flex-apps/comment-page-1/#comment-15</link>
		<dc:creator>riacodes</dc:creator>
		<pubDate>Sun, 19 Apr 2009 13:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=150#comment-15</guid>
		<description>To view how to set delay times for your tooltip, go to http://www.files.riacodes.com/flex_custom-tooltip/demoDelay/
Right click to view source.</description>
		<content:encoded><![CDATA[<p>To view how to set delay times for your tooltip, go to <a href="http://www.files.riacodes.com/flex_custom-tooltip/demoDelay/" rel="nofollow">http://www.files.riacodes.com/flex_custom-tooltip/demoDelay/</a><br />
Right click to view source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hans</title>
		<link>http://www.riacodes.com/flex/create-custom-tooltip-for-your-flex-apps/comment-page-1/#comment-14</link>
		<dc:creator>hans</dc:creator>
		<pubDate>Sun, 19 Apr 2009 13:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=150#comment-14</guid>
		<description>mm, no luck with this either....</description>
		<content:encoded><![CDATA[<p>mm, no luck with this either&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RiaCodes</title>
		<link>http://www.riacodes.com/flex/create-custom-tooltip-for-your-flex-apps/comment-page-1/#comment-13</link>
		<dc:creator>RiaCodes</dc:creator>
		<pubDate>Sun, 19 Apr 2009 12:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=150#comment-13</guid>
		<description>Create a function to put your code

private function initApp():void{
     ToolTipManager.hideDelay = 3000; 
}

and call this function for the creationComplete event of the Application
</description>
		<content:encoded><![CDATA[<p>Create a function to put your code</p>
<p>private function initApp():void{<br />
     ToolTipManager.hideDelay = 3000;<br />
}</p>
<p>and call this function for the creationComplete event of the Application</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hans</title>
		<link>http://www.riacodes.com/flex/create-custom-tooltip-for-your-flex-apps/comment-page-1/#comment-12</link>
		<dc:creator>hans</dc:creator>
		<pubDate>Sun, 19 Apr 2009 11:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=150#comment-12</guid>
		<description>Hi,

I&#039;ve tried this, but with no luck
(I want to use the ToolTipManager.hideDelay = 3000;)  where in your example would you put this extra line?

thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve tried this, but with no luck<br />
(I want to use the ToolTipManager.hideDelay = 3000;)  where in your example would you put this extra line?</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RiaCodes</title>
		<link>http://www.riacodes.com/flex/create-custom-tooltip-for-your-flex-apps/comment-page-1/#comment-11</link>
		<dc:creator>RiaCodes</dc:creator>
		<pubDate>Sun, 19 Apr 2009 09:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=150#comment-11</guid>
		<description>Hey Hans, you need to use the time delay properties of the ToolTipManager that are showDelay, hideDelay and scrubdelay.
Don&#039;t know which one you want to change so check this.

example :  ToolTipManager.showDelay  = 1000 ; 
/* (time in ms, the tooltip will appear 1 second after the user has moved the mouse over a component that has a ToolTip).*/

Stay tuned</description>
		<content:encoded><![CDATA[<p>Hey Hans, you need to use the time delay properties of the ToolTipManager that are showDelay, hideDelay and scrubdelay.<br />
Don&#8217;t know which one you want to change so check this.</p>
<p>example :  ToolTipManager.showDelay  = 1000 ;<br />
/* (time in ms, the tooltip will appear 1 second after the user has moved the mouse over a component that has a ToolTip).*/</p>
<p>Stay tuned</p>
]]></content:encoded>
	</item>
</channel>
</rss>
