<?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: Using overlapping slider thumbs in the Flex Slider controls</title>
	<atom:link href="http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/</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: Abhinav</title>
		<link>http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/comment-page-1/#comment-8814</link>
		<dc:creator>Abhinav</dc:creator>
		<pubDate>Fri, 07 Jan 2011 19:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/#comment-8814</guid>
		<description>Hi All,

I am looking for similar thing. But, I don&#039;t want to allow the Left side thumb cross the right side and vice versa.

Any solutions to this will be appreciated.

Regards,
Abhinav</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>I am looking for similar thing. But, I don&#8217;t want to allow the Left side thumb cross the right side and vice versa.</p>
<p>Any solutions to this will be appreciated.</p>
<p>Regards,<br />
Abhinav</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/comment-page-1/#comment-8345</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 21 Sep 2010 12:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/#comment-8345</guid>
		<description>Hi Kannan, 

Please post if you find the solution. 

-Munib</description>
		<content:encoded><![CDATA[<p>Hi Kannan, </p>
<p>Please post if you find the solution. </p>
<p>-Munib</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kannan</title>
		<link>http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/comment-page-1/#comment-8088</link>
		<dc:creator>kannan</dc:creator>
		<pubDate>Thu, 08 Jul 2010 08:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/#comment-8088</guid>
		<description>Dear pete,

I also like to know when using multiple thumbs is it possible to highlight the labels of selected ranges... I mean if the first thumb is at 2 and the second thumb is at 5. Is it possible to highlight the labels from 2-5 from other labels?

thanks &amp; regards,
kannan.r</description>
		<content:encoded><![CDATA[<p>Dear pete,</p>
<p>I also like to know when using multiple thumbs is it possible to highlight the labels of selected ranges&#8230; I mean if the first thumb is at 2 and the second thumb is at 5. Is it possible to highlight the labels from 2-5 from other labels?</p>
<p>thanks &amp; regards,<br />
kannan.r</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kannan</title>
		<link>http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/comment-page-1/#comment-8087</link>
		<dc:creator>kannan</dc:creator>
		<pubDate>Thu, 08 Jul 2010 08:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/#comment-8087</guid>
		<description>Hi pete,

In the function &quot;list_labelFunc&quot;, you have used a return statement like this &quot; return Number(item).toFixed(2)&quot;. Which I didnt understand at first, then I exprimented with it. I tried using &quot;return item.toString(); which did the same thing later i found, it was returning numbers without a decimal part as jus 1 or 2 or 3 and not as 1.00 or 2.00 or 3.00. So I later tried &quot;return item.toFiexed(2)&quot; now its returning the same value as that of &quot;return Number(item).toFixed(2)&quot;. What is the difference pete? Is it a best practise? or is there any other differences in behaviour which I am not noticing?

Thanks for all your nice examples.
kannan. R</description>
		<content:encoded><![CDATA[<p>Hi pete,</p>
<p>In the function &#8220;list_labelFunc&#8221;, you have used a return statement like this &#8221; return Number(item).toFixed(2)&#8221;. Which I didnt understand at first, then I exprimented with it. I tried using &#8220;return item.toString(); which did the same thing later i found, it was returning numbers without a decimal part as jus 1 or 2 or 3 and not as 1.00 or 2.00 or 3.00. So I later tried &#8220;return item.toFiexed(2)&#8221; now its returning the same value as that of &#8220;return Number(item).toFixed(2)&#8221;. What is the difference pete? Is it a best practise? or is there any other differences in behaviour which I am not noticing?</p>
<p>Thanks for all your nice examples.<br />
kannan. R</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tejas</title>
		<link>http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/comment-page-1/#comment-5546</link>
		<dc:creator>Tejas</dc:creator>
		<pubDate>Thu, 03 Sep 2009 07:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/#comment-5546</guid>
		<description>If snapInterval is 0.25, why in the allowThumbOverlap, I can&#039;t bring the thumbs to a o.25 interval. They have a 0.5 minimum distance.   Would prefer if someone has a solution to this</description>
		<content:encoded><![CDATA[<p>If snapInterval is 0.25, why in the allowThumbOverlap, I can&#8217;t bring the thumbs to a o.25 interval. They have a 0.5 minimum distance.   Would prefer if someone has a solution to this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niladri</title>
		<link>http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/comment-page-1/#comment-4981</link>
		<dc:creator>Niladri</dc:creator>
		<pubDate>Thu, 06 Aug 2009 14:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/#comment-4981</guid>
		<description>Hi ,I am using a Flex vslider with double thumb.I need a flex code which will change slider body color in such a fashion so that slider portion below lower thumb will show red color,above upper thumb will show green color and portion between two thumb will show orange color.Can u please guide me?</description>
		<content:encoded><![CDATA[<p>Hi ,I am using a Flex vslider with double thumb.I need a flex code which will change slider body color in such a fashion so that slider portion below lower thumb will show red color,above upper thumb will show green color and portion between two thumb will show orange color.Can u please guide me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: urva</title>
		<link>http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/comment-page-1/#comment-777</link>
		<dc:creator>urva</dc:creator>
		<pubDate>Mon, 15 Sep 2008 01:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/#comment-777</guid>
		<description>Hey Peter,

Impressive! I am new to Flex too and was looking forward to customize my Hslider with two thumbs!

Thanks,
Urva</description>
		<content:encoded><![CDATA[<p>Hey Peter,</p>
<p>Impressive! I am new to Flex too and was looking forward to customize my Hslider with two thumbs!</p>
<p>Thanks,<br />
Urva</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/comment-page-1/#comment-774</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 03 Jun 2008 15:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/#comment-774</guid>
		<description>Hi Peter,

I was wondering if you knew how to position the Thumbs so that they are at each end of the slider?  For example on a single thumb slider you could use value=10.

Thanks,
jeff</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>I was wondering if you knew how to position the Thumbs so that they are at each end of the slider?  For example on a single thumb slider you could use value=10.</p>
<p>Thanks,<br />
jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/comment-page-1/#comment-776</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Thu, 24 Apr 2008 15:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/#comment-776</guid>
		<description>&lt;a href=&quot;http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/#comment-12255&quot; rel=&quot;nofollow&quot;&gt;Kiruthika&lt;/a&gt;,

In Flex Builder, create a new Flex Project by selecting File &gt; New &gt; Flex Project from the main menu. Enter a Project name and click &quot;Finish&quot;. Copy and paste the code from above and paste into the MXML file in your Flex project. Finally, select Run &gt; Run &lt;&lt;i&gt;project name&lt;/i&gt;&gt; from the main menu to view the Flex application in a web browser.

Peter</description>
		<content:encoded><![CDATA[<p><a href="http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/#comment-12255" rel="nofollow">Kiruthika</a>,</p>
<p>In Flex Builder, create a new Flex Project by selecting File &gt; New &gt; Flex Project from the main menu. Enter a Project name and click &#8220;Finish&#8221;. Copy and paste the code from above and paste into the MXML file in your Flex project. Finally, select Run &gt; Run &lt;<i>project name</i>&gt; from the main menu to view the Flex application in a web browser.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiruthika</title>
		<link>http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/comment-page-1/#comment-775</link>
		<dc:creator>Kiruthika</dc:creator>
		<pubDate>Thu, 24 Apr 2008 09:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/22/using-overlapping-slider-thumbs-in-the-flex-slider-controls/#comment-775</guid>
		<description>hi,

This is really cool. I am very new to Flex, could you tell what has to be done in order to use this in a program.

Thanks,
Kiruthika</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>This is really cool. I am very new to Flex, could you tell what has to be done in order to use this in a program.</p>
<p>Thanks,<br />
Kiruthika</p>
]]></content:encoded>
	</item>
</channel>
</rss>

