<?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>Flex Examples &#187; ToolTip</title>
	<atom:link href="http://blog.flexexamples.com/category/tooltip/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sat, 31 Jul 2010 16:49:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom:link rel='hub' href='http://blog.flexexamples.com/?pushpress=hub'/>
		<item>
		<title>Styling tooltips in Flex 4</title>
		<link>http://blog.flexexamples.com/2009/08/30/styling-tooltips-in-flex-4/</link>
		<comments>http://blog.flexexamples.com/2009/08/30/styling-tooltips-in-flex-4/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 13:34:32 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[ToolTip]]></category>
		<category><![CDATA[beta1]]></category>
		<category><![CDATA[CSSStyleDeclaration]]></category>
		<category><![CDATA[getStyleDeclaration()]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[setStyle()]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/?p=1769</guid>
		<description><![CDATA[The following example shows how you can customize the appearance of a ToolTip in Flex 4 by overriding the ToolTip selector in an &#60;fx:Style/&#62; block, or using the StyleManager in ActionScript. Full code after the jump. &#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62; &#60;!-- http://blog.flexexamples.com/2009/08/30/styling-tooltips-in-flex-4/ --&#62; &#60;s:Application name=&#34;Halo_ToolTip_test&#34; xmlns:fx=&#34;http://ns.adobe.com/mxml/2009&#34; xmlns:s=&#34;library://ns.adobe.com/flex/spark&#34; xmlns:mx=&#34;library://ns.adobe.com/flex/halo&#34;&#62; &#160; &#60;fx:Style&#62; @namespace s &#34;library://ns.adobe.com/flex/spark&#34;; @namespace mx &#34;library://ns.adobe.com/flex/halo&#34;; [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/08/30/styling-tooltips-in-flex-4/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Setting the tooltip on the full screen button on a Spark VideoPlayer control in Flex 4</title>
		<link>http://blog.flexexamples.com/2009/05/10/setting-the-tooltip-on-the-full-screen-button-on-a-spark-videoplayer-control-in-flex-gumbo/</link>
		<comments>http://blog.flexexamples.com/2009/05/10/setting-the-tooltip-on-the-full-screen-button-on-a-spark-videoplayer-control-in-flex-gumbo/#comments</comments>
		<pubDate>Mon, 11 May 2009 06:59:22 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[ToolTip]]></category>
		<category><![CDATA[VideoPlayer (Spark)]]></category>
		<category><![CDATA[beta1]]></category>
		<category><![CDATA[fullScreenButton]]></category>
		<category><![CDATA[Gumbo]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2009/05/10/setting-the-tooltip-on-the-full-screen-button-on-a-spark-videoplayer-control-in-flex-gumbo/</guid>
		<description><![CDATA[The following example shows how you can set the tooltip on the full screen button on a Spark VideoPlayer control in Flex 4 by setting the toolTip property on the fullScreenButton reference. &#60;?xml version="1.0" encoding="utf-8"?&#62; &#60;!-- http://blog.flexexamples.com/2009/05/10/setting-the-tooltip-on-the-full-screen-button-on-a-spark-videoplayer-control-in-flex-gumbo/ --&#62; &#60;s:Application name="Spark_VideoPlayer_fullScreenButton_toolTip_test" xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/halo"&#62; &#60;fx:Script&#62; &#60;![CDATA[ private function init():void { videoPlayer.fullScreenButton.toolTip = "Toggle full screen"; } [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2009/05/10/setting-the-tooltip-on-the-full-screen-button-on-a-spark-videoplayer-control-in-flex-gumbo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamically styling error tips in Flex</title>
		<link>http://blog.flexexamples.com/2008/09/26/dynamically-styling-error-tips-in-flex/</link>
		<comments>http://blog.flexexamples.com/2008/09/26/dynamically-styling-error-tips-in-flex/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 06:34:15 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[StyleManager]]></category>
		<category><![CDATA[ToolTip]]></category>
		<category><![CDATA[getStyleDeclaration()]]></category>
		<category><![CDATA[.errorTip]]></category>
		<category><![CDATA[borderColor]]></category>
		<category><![CDATA[errorColor]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2008/09/26/dynamically-styling-error-tips-in-flex/</guid>
		<description><![CDATA[In a previous example, &#8220;Changing the background color of an error tip in Flex&#8221;, we saw how you could change the background color of a Flex error tip by setting the borderColor style on the .errorTip CSS selector. The following example shows how you can style the Flex .errorTip style dynamically using ActionScript using the [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2008/09/26/dynamically-styling-error-tips-in-flex/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Changing the background color of an error tip in Flex</title>
		<link>http://blog.flexexamples.com/2008/05/22/changing-the-background-color-of-an-error-tip-in-flex/</link>
		<comments>http://blog.flexexamples.com/2008/05/22/changing-the-background-color-of-an-error-tip-in-flex/#comments</comments>
		<pubDate>Thu, 22 May 2008 19:27:07 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[ToolTip]]></category>
		<category><![CDATA[.errorTip]]></category>
		<category><![CDATA[borderColor]]></category>
		<category><![CDATA[errorColor]]></category>
		<category><![CDATA[errorString]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2008/05/22/changing-the-background-color-of-an-error-tip-in-flex/</guid>
		<description><![CDATA[The following example shows how you can change the background color of a Flex error tip by setting the borderColor style on the .errorTip CSS selector. Full code after the jump. View MXML &#60;?xml version="1.0" encoding="utf-8"?&#62; &#60;!-- http://blog.flexexamples.com/2008/05/22/changing-the-background-color-of-an-error-tip-in-flex/ --&#62; &#60;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" verticalAlign="middle" backgroundColor="white"&#62; &#60;mx:Style&#62; @font-face { src: local("Base 02"); fontFamily: Base02Embedded; } .errorTip { [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2008/05/22/changing-the-background-color-of-an-error-tip-in-flex/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Using embedded fonts with tool tips in Flex</title>
		<link>http://blog.flexexamples.com/2008/03/26/using-embedded-fonts-with-tool-tips-in-flex/</link>
		<comments>http://blog.flexexamples.com/2008/03/26/using-embedded-fonts-with-tool-tips-in-flex/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 04:33:46 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[ToolTip]]></category>
		<category><![CDATA[ToolTipEvent]]></category>
		<category><![CDATA[.errorTip]]></category>
		<category><![CDATA[errorString]]></category>
		<category><![CDATA[toolTipShown]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2008/03/26/using-embedded-fonts-with-tool-tips-in-flex/</guid>
		<description><![CDATA[The following example shows how you can use an embedded font with an error tool tip in Flex. Full code after the jump. View MXML &#60;?xml version="1.0" encoding="utf-8"?&#62; &#60;!-- http://blog.flexexamples.com/2008/03/26/using-embedded-fonts-with-tool-tips-in-flex/ --&#62; &#60;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" verticalAlign="middle" backgroundColor="white" creationComplete="init();"&#62; &#60;mx:Style&#62; @font-face { src: local("Comic Sans MS"); fontWeight: normal; fontFamily: ComicSansMSEmbedded; } .errorTip { borderStyle: "errorTipAbove"; fontFamily: "ComicSansMSEmbedded"; [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2008/03/26/using-embedded-fonts-with-tool-tips-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a tool tip on a Flex TextInput control with password masked text</title>
		<link>http://blog.flexexamples.com/2008/01/28/creating-a-tool-tip-on-a-flex-textinput-control-with-password-masked-text/</link>
		<comments>http://blog.flexexamples.com/2008/01/28/creating-a-tool-tip-on-a-flex-textinput-control-with-password-masked-text/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 14:38:23 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[TextInput]]></category>
		<category><![CDATA[ToolTip]]></category>
		<category><![CDATA[displayAsPassword]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/28/creating-a-tool-tip-on-a-flex-textinput-control-with-password-masked-text/</guid>
		<description><![CDATA[The following example shows you how you can use a tool tip on a Flex TextInput control with its displayAsPassword property set to true. By mousing over the credit card number field in the form below, you can see your credit card number in a readable tool tip. Want the short version? Use a simple [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2008/01/28/creating-a-tool-tip-on-a-flex-textinput-control-with-password-masked-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating tool tips on the Flex RichTextEditor control</title>
		<link>http://blog.flexexamples.com/2007/11/21/creating-tool-tips-on-the-flex-richtexteditor-control/</link>
		<comments>http://blog.flexexamples.com/2007/11/21/creating-tool-tips-on-the-flex-richtexteditor-control/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 03:26:42 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[RichTextEditor]]></category>
		<category><![CDATA[ToolTip]]></category>
		<category><![CDATA[showToolTips]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/21/creating-tool-tips-on-the-flex-richtexteditor-control/</guid>
		<description><![CDATA[The following example shows you how you can set tool tips on each element of the RichTextEditor control in Flex. Full code after the jump. View MXML &#60;?xml version="1.0"?&#62; &#60;!-- http://blog.flexexamples.com/2007/11/21/creating-tool-tips-on-the-flex-richtexteditor-control/ --&#62; &#60;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" verticalAlign="middle" backgroundColor="white"&#62; &#60;mx:RichTextEditor id="richTextEditor" title="I'm a rich text editor" showToolTips="true" fontFamilyToolTip="Select a font family." fontSizeToolTip="Select a font size." boldToolTip="I'm bold" [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2007/11/21/creating-tool-tips-on-the-flex-richtexteditor-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting a Flex tool tip&#8217;s maximum width</title>
		<link>http://blog.flexexamples.com/2007/09/05/setting-a-flex-tool-tips-maximum-width/</link>
		<comments>http://blog.flexexamples.com/2007/09/05/setting-a-flex-tool-tips-maximum-width/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 15:22:02 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[ToolTip]]></category>
		<category><![CDATA[maxWidth]]></category>
		<category><![CDATA[ToolTipManager]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/05/setting-a-flex-tool-tips-maximum-width/</guid>
		<description><![CDATA[The following example shows how you can use the static ToolTip.maxWidth property in Flex to control the maximum width of a tool tip. Full code after the jump. View MXML &#60;?xml version="1.0" encoding="utf-8"?&#62; &#60;!-- http://blog.flexexamples.com/2007/09/05/setting-a-flex-tool-tips-maximum-width/ --&#62; &#60;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" verticalAlign="middle" backgroundColor="white"&#62; &#60;mx:Script&#62; &#60;![CDATA[ import mx.controls.ToolTip; ]]&#62; &#60;/mx:Script&#62; &#60;mx:ApplicationControlBar dock="true"&#62; &#60;mx:Label text="ToolTip.maxWidth:" /&#62; &#60;mx:HSlider id="slider" minimum="50" [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2007/09/05/setting-a-flex-tool-tips-maximum-width/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding animations and effects to Flex tool tips</title>
		<link>http://blog.flexexamples.com/2007/09/04/adding-animations-and-effects-to-flex-tool-tips/</link>
		<comments>http://blog.flexexamples.com/2007/09/04/adding-animations-and-effects-to-flex-tool-tips/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 05:15:56 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[ToolTip]]></category>
		<category><![CDATA[hideDelay]]></category>
		<category><![CDATA[hideEffect]]></category>
		<category><![CDATA[showEffect]]></category>
		<category><![CDATA[ToolTipManager]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/04/adding-animations-and-effects-to-flex-tool-tips/</guid>
		<description><![CDATA[The following example shows how you can add custom animation and effects when displaying a tool tip in Flex. Full code after the jump. View MXML &#60;?xml version="1.0" encoding="utf-8"?&#62; &#60;!-- http://blog.flexexamples.com/2007/09/04/adding-animations-and-effects-to-flex-tool-tips/ --&#62; &#60;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" verticalAlign="middle" backgroundColor="white" creationComplete="init()"&#62; &#60;mx:Script&#62; &#60;![CDATA[ import mx.managers.ToolTipManager; private function init():void { ToolTipManager.hideDelay = 2000; ToolTipManager.showEffect = rotate; ToolTipManager.hideEffect = zoom; [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2007/09/04/adding-animations-and-effects-to-flex-tool-tips/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Controlling a Flex tool tip&#8217;s show delay, hide delay, and scrub delay</title>
		<link>http://blog.flexexamples.com/2007/09/03/controlling-a-flex-tool-tips-show-delay-hide-delay-and-scrub-delay/</link>
		<comments>http://blog.flexexamples.com/2007/09/03/controlling-a-flex-tool-tips-show-delay-hide-delay-and-scrub-delay/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 06:56:40 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[ToolTip]]></category>
		<category><![CDATA[hideDelay]]></category>
		<category><![CDATA[scrubDelay]]></category>
		<category><![CDATA[showDelay]]></category>
		<category><![CDATA[ToolTipManager]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/03/controlling-a-flex-tool-tips-show-delay-hide-delay-and-scrub-delay/</guid>
		<description><![CDATA[The following example shows how you can control how long Flex will wait to display a tool tip after the user moves the mouse over a control, how long the tool tip will be visible before disappearing and how long a user can take when moving the mouse between controls before Flex waits to display [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2007/09/03/controlling-a-flex-tool-tips-show-delay-hide-delay-and-scrub-delay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
