<?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: Preventing a user from clicking the track on an HSlider control in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/12/27/preventing-a-user-from-clicking-the-track-on-an-hslider-control-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/12/27/preventing-a-user-from-clicking-the-track-on-an-hslider-control-in-flex/</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: douwe</title>
		<link>http://blog.flexexamples.com/2008/12/27/preventing-a-user-from-clicking-the-track-on-an-hslider-control-in-flex/comment-page-1/#comment-10069</link>
		<dc:creator>douwe</dc:creator>
		<pubDate>Wed, 19 Oct 2011 15:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/12/27/preventing-a-user-from-clicking-the-track-on-an-hslider-control-in-flex/#comment-10069</guid>
		<description>Extending the slider class and adding:


override protected function track_mouseDownHandler(event:MouseEvent):void
{
    // do nothing
}

Does seem to do the tric.</description>
		<content:encoded><![CDATA[<p>Extending the slider class and adding:</p>
<p>override protected function track_mouseDownHandler(event:MouseEvent):void<br />
{<br />
    // do nothing<br />
}</p>
<p>Does seem to do the tric.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: douwe</title>
		<link>http://blog.flexexamples.com/2008/12/27/preventing-a-user-from-clicking-the-track-on-an-hslider-control-in-flex/comment-page-1/#comment-10068</link>
		<dc:creator>douwe</dc:creator>
		<pubDate>Wed, 19 Oct 2011 15:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/12/27/preventing-a-user-from-clicking-the-track-on-an-hslider-control-in-flex/#comment-10068</guid>
		<description>This does not seem to work on the spark HSlider, a search for an equivalent yielded nothing so far...</description>
		<content:encoded><![CDATA[<p>This does not seem to work on the spark HSlider, a search for an equivalent yielded nothing so far&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2008/12/27/preventing-a-user-from-clicking-the-track-on-an-hslider-control-in-flex/comment-page-1/#comment-4589</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Thu, 16 Jul 2009 16:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/12/27/preventing-a-user-from-clicking-the-track-on-an-hslider-control-in-flex/#comment-4589</guid>
		<description>caiven,

I just tested the top example in Flex 3.4 SDK and it seems to work for me.
How is your code different?

Peter</description>
		<content:encoded><![CDATA[<p>caiven,</p>
<p>I just tested the top example in Flex 3.4 SDK and it seems to work for me.<br />
How is your code different?</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caiven</title>
		<link>http://blog.flexexamples.com/2008/12/27/preventing-a-user-from-clicking-the-track-on-an-hslider-control-in-flex/comment-page-1/#comment-4585</link>
		<dc:creator>caiven</dc:creator>
		<pubDate>Thu, 16 Jul 2009 14:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/12/27/preventing-a-user-from-clicking-the-track-on-an-hslider-control-in-flex/#comment-4585</guid>
		<description>i use it but not work !!!</description>
		<content:encoded><![CDATA[<p>i use it but not work !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Board Games</title>
		<link>http://blog.flexexamples.com/2008/12/27/preventing-a-user-from-clicking-the-track-on-an-hslider-control-in-flex/comment-page-1/#comment-4075</link>
		<dc:creator>Board Games</dc:creator>
		<pubDate>Sat, 03 Jan 2009 18:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/12/27/preventing-a-user-from-clicking-the-track-on-an-hslider-control-in-flex/#comment-4075</guid>
		<description>I would encourage webmasters to not use this option on the videos because it is annoying!!  I can see where it would be necessary though.  For example if you were doing an online defensive driving course you would have to force your users to sit down and watch the entire video.</description>
		<content:encoded><![CDATA[<p>I would encourage webmasters to not use this option on the videos because it is annoying!!  I can see where it would be necessary though.  For example if you were doing an online defensive driving course you would have to force your users to sit down and watch the entire video.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

