<?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; dataTipPlacement</title>
	<atom:link href="http://blog.flexexamples.com/tag/datatipplacement/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 the HSlider control using CSS</title>
		<link>http://blog.flexexamples.com/2007/09/12/styling-the-hslider-control-using-css/</link>
		<comments>http://blog.flexexamples.com/2007/09/12/styling-the-hslider-control-using-css/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 07:22:22 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[HSlider]]></category>
		<category><![CDATA[Slider]]></category>
		<category><![CDATA[VSlider]]></category>
		<category><![CDATA[@font face]]></category>
		<category><![CDATA[dataTipOffset]]></category>
		<category><![CDATA[dataTipPlacement]]></category>
		<category><![CDATA[dataTipPrecision]]></category>
		<category><![CDATA[dataTipStyleName]]></category>
		<category><![CDATA[labelStyleName]]></category>
		<category><![CDATA[styleName]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/12/styling-the-hslider-control-using-css/</guid>
		<description><![CDATA[The following example shows how you can style a HSlider (or VSlider) control in Flex using Cascading Style Sheets (CSS). Full code after the jump. View MXML &#60;?xml version="1.0" encoding="utf-8"?&#62; &#60;!-- http://blog.flexexamples.com/2007/09/12/styling-the-hslider-control-using-css/ --&#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: url("./fonts/arial.ttf"); fontFamily: "ArialEmbedded"; } .MyLabel { fontFamily: ArialEmbedded; fontSize: 15; fontWeight: normal; } .MyDataTip [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2007/09/12/styling-the-hslider-control-using-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customing the Flex HSlider and VSlider controls</title>
		<link>http://blog.flexexamples.com/2007/09/11/customing-the-flex-hslider-and-vslider-controls/</link>
		<comments>http://blog.flexexamples.com/2007/09/11/customing-the-flex-hslider-and-vslider-controls/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 06:46:47 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[HSlider]]></category>
		<category><![CDATA[Slider]]></category>
		<category><![CDATA[VSlider]]></category>
		<category><![CDATA[allowTrackClick]]></category>
		<category><![CDATA[dataTipPlacement]]></category>
		<category><![CDATA[dataTipPrecision]]></category>
		<category><![CDATA[dataTipStyleName]]></category>
		<category><![CDATA[showDataTip]]></category>
		<category><![CDATA[showTrackHighlight]]></category>

		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/11/customing-the-flex-hslider-and-vslider-controls/</guid>
		<description><![CDATA[The following example shows how you can customize several properties and styles in the Flex HSlider control. &#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62; &#60;!-- http://blog.flexexamples.com/2007/09/11/customing-the-flex-hslider-and-vslider-controls/ --&#62; &#60;mx:Application xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34; layout=&#34;horizontal&#34; verticalAlign=&#34;middle&#34; backgroundColor=&#34;white&#34; creationComplete=&#34;init();&#34;&#62; &#160; &#60;mx:Style&#62; .MyDataTip { backgroundAlpha: 1.0; backgroundColor: haloBlue; color: white; fontWeight: bold; } &#60;/mx:Style&#62; &#160; &#60;mx:Script&#62; &#60;![CDATA[ private function init():void { slider.labels = [slider.minimum, slider.maximum]; } [...]]]></description>
		<wfw:commentRss>http://blog.flexexamples.com/2007/09/11/customing-the-flex-hslider-and-vslider-controls/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss>
