<?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: Creating a custom thumb skin on an MX HSlider control in Flex 4</title>
	<atom:link href="http://blog.flexexamples.com/2010/04/13/creating-a-custom-thumb-skin-on-an-mx-hslider-control-in-flex-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2010/04/13/creating-a-custom-thumb-skin-on-an-mx-hslider-control-in-flex-4/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Timmy</title>
		<link>http://blog.flexexamples.com/2010/04/13/creating-a-custom-thumb-skin-on-an-mx-hslider-control-in-flex-4/comment-page-1/#comment-10022</link>
		<dc:creator>Timmy</dc:creator>
		<pubDate>Tue, 04 Oct 2011 07:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2740#comment-10022</guid>
		<description>VSliderThumbSkin.mxml


	&lt;!-- host component --&gt;
	
		[HostComponent(&quot;spark.components.Button&quot;)]
	
	
	&lt;!-- states --&gt;
	
		
		
		
		
	
	
	
		
			
		
		
		
			
				
			
			
				
					
					
				
			
			
				
					
					
				
			
		
		
		
			
				
					
					
				
			
			
				
					
					
				
			
		
	
</description>
		<content:encoded><![CDATA[<p>VSliderThumbSkin.mxml</p>
<p>	<!-- host component --></p>
<p>		[HostComponent("spark.components.Button")]</p>
<p>	<!-- states --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timmy</title>
		<link>http://blog.flexexamples.com/2010/04/13/creating-a-custom-thumb-skin-on-an-mx-hslider-control-in-flex-4/comment-page-1/#comment-10021</link>
		<dc:creator>Timmy</dc:creator>
		<pubDate>Tue, 04 Oct 2011 07:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/?p=2740#comment-10021</guid>
		<description>Hi,
  I want to show a triangular thumb for mx:VSlider in flex 4. The skin class which i written for mx:HSlider is showing fine, but the skin class written for mx:VSlider is not showing properly triangular button is not aligning propely.
  Can you please help me.
Code:
Skin component:


	&lt;!-- host component --&gt;
	
		[HostComponent(&quot;spark.components.Button&quot;)]
	
	
	&lt;!-- states --&gt;
	
		
		
		
		
	
	
	
		
			
		
		
		
			
				
			
			
				
					
					
				
			
			
				
					
					
				
			
		
		
		
			
				
					
					
				
			
			
				
					
					
				
			
		
	


In style sheet:
mx&#124;VSlider
{
	accentColor:#08A5E1;
	thumbSkin: ClassReference(&quot;com.skins.VSliderThumbSkin&quot;);
}</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  I want to show a triangular thumb for mx:VSlider in flex 4. The skin class which i written for mx:HSlider is showing fine, but the skin class written for mx:VSlider is not showing properly triangular button is not aligning propely.<br />
  Can you please help me.<br />
Code:<br />
Skin component:</p>
<p>	<!-- host component --></p>
<p>		[HostComponent("spark.components.Button")]</p>
<p>	<!-- states --></p>
<p>In style sheet:<br />
mx|VSlider<br />
{<br />
	accentColor:#08A5E1;<br />
	thumbSkin: ClassReference(&#8220;com.skins.VSliderThumbSkin&#8221;);<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

