<?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: Detecting the mouse scroll wheel in a Flex application</title>
	<atom:link href="http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Thu, 18 Mar 2010 20:18:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jr</title>
		<link>http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/comment-page-1/#comment-7172</link>
		<dc:creator>jr</dc:creator>
		<pubDate>Fri, 05 Mar 2010 12:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/#comment-7172</guid>
		<description>is there a way to define the actual delta ? At the moment my Mouse creates a -/+3 value</description>
		<content:encoded><![CDATA[<p>is there a way to define the actual delta ? At the moment my Mouse creates a -/+3 value</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mitch</title>
		<link>http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/comment-page-1/#comment-6891</link>
		<dc:creator>mitch</dc:creator>
		<pubDate>Sun, 31 Jan 2010 13:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/#comment-6891</guid>
		<description>Works fine on a PC, but not on a Mac.  On the Mac I tried it with Safari, Firefox and Chrome and in all three it does nothing.  Click the app, move the mouse wheel, and the number stays at zero.

Reading another one of the comments here, I tried this example:  http://www.judahfrangipane.com/blog/?p=237 and it had problems on the Mac too.

Does anybody have a Flex solution that works with the mouse wheel across platforms?</description>
		<content:encoded><![CDATA[<p>Works fine on a PC, but not on a Mac.  On the Mac I tried it with Safari, Firefox and Chrome and in all three it does nothing.  Click the app, move the mouse wheel, and the number stays at zero.</p>
<p>Reading another one of the comments here, I tried this example:  <a href="http://www.judahfrangipane.com/blog/?p=237" rel="nofollow">http://www.judahfrangipane.com/blog/?p=237</a> and it had problems on the Mac too.</p>
<p>Does anybody have a Flex solution that works with the mouse wheel across platforms?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: florian heft</title>
		<link>http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/comment-page-1/#comment-885</link>
		<dc:creator>florian heft</dc:creator>
		<pubDate>Sat, 11 Apr 2009 09:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/#comment-885</guid>
		<description>@Nikhil: I had a similar problem (to scroll one up or down, independent of the mouse setup).
The solution was quite simple for me: You could check if &quot;event.delta&quot; is &gt;0 or</description>
		<content:encoded><![CDATA[<p>@Nikhil: I had a similar problem (to scroll one up or down, independent of the mouse setup).<br />
The solution was quite simple for me: You could check if &#8220;event.delta&#8221; is &gt;0 or</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: judah</title>
		<link>http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/comment-page-1/#comment-881</link>
		<dc:creator>judah</dc:creator>
		<pubDate>Mon, 16 Feb 2009 04:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/#comment-881</guid>
		<description>I converted and worked on a class for mouse wheel support on mac. It can easily be made to work with other browsers if needed. http://www.judahfrangipane.com/blog/?p=237</description>
		<content:encoded><![CDATA[<p>I converted and worked on a class for mouse wheel support on mac. It can easily be made to work with other browsers if needed. <a href="http://www.judahfrangipane.com/blog/?p=237" rel="nofollow">http://www.judahfrangipane.com/blog/?p=237</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikhil</title>
		<link>http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/comment-page-1/#comment-884</link>
		<dc:creator>Nikhil</dc:creator>
		<pubDate>Wed, 28 Jan 2009 06:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/#comment-884</guid>
		<description>Hi,

I am using the Datagrid in my canvas.

currently in my datagrid using mouse wheel scrolling is not going perfectly, it is scrolling more than 5 rows per scroll.
So now I want to reduce the delta value of mousewheel so that i can scroll 1 row of datagrid in per scroll. So please give me some idea around it. I am not getting how to apply those events to Datagrid.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am using the Datagrid in my canvas.</p>
<p>currently in my datagrid using mouse wheel scrolling is not going perfectly, it is scrolling more than 5 rows per scroll.<br />
So now I want to reduce the delta value of mousewheel so that i can scroll 1 row of datagrid in per scroll. So please give me some idea around it. I am not getting how to apply those events to Datagrid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sydd</title>
		<link>http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/comment-page-1/#comment-883</link>
		<dc:creator>sydd</dc:creator>
		<pubDate>Sat, 10 Jan 2009 16:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/#comment-883</guid>
		<description>nvm i solved the problem by:
- disabling scrollbars for the canvas with verticalScrollPolicy=&quot;off&quot;
- adding a custom VScrollBar to its parent and have them interact with actionscript.
Not the most elegant solution, but lets me fine tune lost of stuff.
You can only set 2 properties of an automatically set scrollbar, thats not much..</description>
		<content:encoded><![CDATA[<p>nvm i solved the problem by:<br />
- disabling scrollbars for the canvas with verticalScrollPolicy=&#8221;off&#8221;<br />
- adding a custom VScrollBar to its parent and have them interact with actionscript.<br />
Not the most elegant solution, but lets me fine tune lost of stuff.<br />
You can only set 2 properties of an automatically set scrollbar, thats not much..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sydd</title>
		<link>http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/comment-page-1/#comment-880</link>
		<dc:creator>sydd</dc:creator>
		<pubDate>Fri, 09 Jan 2009 12:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/#comment-880</guid>
		<description>Hi nice post!

i have a question:
I have a big canvas, with a vertical scrollbar. inside the canvas is a timeline, which zooms in and out if the user scrolls the mouse wheel. but it works only if i dont have the scrollbar.
Is there a way to stop flex scrollbars from listening to mouse_wheel events. (cause i want to zoom not to scroll with the wheel) thanks</description>
		<content:encoded><![CDATA[<p>Hi nice post!</p>
<p>i have a question:<br />
I have a big canvas, with a vertical scrollbar. inside the canvas is a timeline, which zooms in and out if the user scrolls the mouse wheel. but it works only if i dont have the scrollbar.<br />
Is there a way to stop flex scrollbars from listening to mouse_wheel events. (cause i want to zoom not to scroll with the wheel) thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: walv</title>
		<link>http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/comment-page-1/#comment-882</link>
		<dc:creator>walv</dc:creator>
		<pubDate>Sat, 29 Nov 2008 20:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/#comment-882</guid>
		<description>4 Blanka, Tony Fendall:
Guys, try to click before scrolling. It is related with mouse focus.
It works for me.
Regards</description>
		<content:encoded><![CDATA[<p>4 Blanka, Tony Fendall:<br />
Guys, try to click before scrolling. It is related with mouse focus.<br />
It works for me.<br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gcardinal</title>
		<link>http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/comment-page-1/#comment-878</link>
		<dc:creator>gcardinal</dc:creator>
		<pubDate>Wed, 16 Apr 2008 07:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/#comment-878</guid>
		<description>Hello! Great work! Would be great to have a middle-mouse click as well! thanks</description>
		<content:encoded><![CDATA[<p>Hello! Great work! Would be great to have a middle-mouse click as well! thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dusan</title>
		<link>http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/comment-page-1/#comment-879</link>
		<dc:creator>Dusan</dc:creator>
		<pubDate>Wed, 09 Apr 2008 14:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/28/detecting-the-mouse-scroll-wheel-in-a-flex-application/#comment-879</guid>
		<description>hello, is there any way to detect middle-mouse click?</description>
		<content:encoded><![CDATA[<p>hello, is there any way to detect middle-mouse click?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
