A mouse wheel (or scroll wheel) is a hard plastic or rubbery disc (the "wheel") on a computer mouse that is perpendicular to the mouse surface. It is used for scrolling.

learn more… | top users | synonyms

0
votes
0answers
9 views

pixelbreaker AS3 Mousewheel event not working in Mac

I've a project which I've done it 1 year ago. Now that project have some amendments and I need to republish the flash file. But the mouse wheel event not working anymore even I've change the publish ...
0
votes
1answer
19 views

jquery mousewheel vertical scrolling website

Heloo, How can I accomplish this kind of vertical mousewheel scrolling? http://www.beoplay.com/Products/BeoplayA8 It always "knows" which div is active and based on mousewheel direction it scrolls ...
0
votes
1answer
18 views

jquery scrollto mousewheel issue

I have really annoying problem with ScrollTo plugin. The webpage is: http://webdizajntest.com/amphiro As you can see, i have made some kind of vertical scrolling homepage with mousewheel triggering ...
0
votes
0answers
8 views

jquery.mousewheel.js plugin, downloaded from official website showing NaN every second result

I need to handle scroll events.. i found very nice plugin in jquery.ui package, which i have downloaded from official jquery ui website. I used following code: element.on('mousewheel', null, ...
0
votes
0answers
30 views

Prevent scrolling when done too quickly with jQuery

In order to prevent mousewheel scrolling to scroll the entire page when reaching the top/bottom of an element with its own scrollbars, I'm using Brandon Aaron's Mousewheel plugin. This works fine, as ...
1
vote
1answer
20 views

I'm having trouble with the AS3 MOUSE_WHEEL Mouse.Event in Chrome and IE

I have a swf with the wmode = window. The event listener for MOUSE_WHEEL works fine when viewing in Firefox but when viewed in Chrome or IE the event never fires. Help!
1
vote
0answers
17 views

Command to trigger a mousewheel event

I am doing a research of Kinect to browse pictures. My application has the ability to change pictures by sending command System.Windows.Forms.SendKeys.SendWait("{Right}"). Now to enlarge the ...
0
votes
0answers
34 views

JQuery, Flickr API and Fancybox not displaying pictures when query is run

I am following a tutorial to show flickr pictures when you search for a tag. I have followed the tutorial exactly the way it is and have even checked the jquery latest version to ensure it is pulling ...
0
votes
1answer
29 views

MouseEvent.MOUSE_WHEEL stop working inside a MovieClip child

Good morning everyone, how are you?   Onve again I am here sharing my questions and learning more and more with you. I hope that somehow we can exchange information and expand our knowledge.   Guys, ...
0
votes
0answers
35 views

jquery mousewheel plugin: control sensitivity

Is there a way to control the mousewheel's sensitivity? I'm working in a project where I use mousewheel to change the section that is showing. But I don't want that user change the section too ...
0
votes
0answers
58 views

JQuery mouse event issue

I use JQuery 1.9.1, and I want to bind mousewheel event, but I cant judge mouse up or mouse down. Event I search some information from Google, it shows $(document).bind('mousewheel', ...
0
votes
1answer
47 views

My MouseWheelListener Doesn't Work

I am developing a game, but I found my MouseWheelListener didn't work. I had simplified my code to make the question clearer. First, after the window is shown, click Go In. Then rotate your ...
3
votes
2answers
129 views

ScrollViewer mouse wheel not working

I am currently working on my first WPF project and trying to make a listview scrollable. At first I thought this could be easily done by simply limiting the listview's width and height and thus ...
0
votes
0answers
72 views

DBGrid and force the DBMemo to SetFocus on MouseWheel

I have two Controls on a form, a TDBGrid and a TDBMemo both linked to the same DataSource. When the user scrolls the DBGrid th Row with focus displays the contents of a letter in the memo. All good. ...
0
votes
1answer
42 views

Zooming using GWT MouseWheelEvent too fast on Mac using trackpad

I am capturing a MouseWheelEvent for zooming in/out on a canvas. This works fine using an actual mouse wheel on Windows 7 under Firefox, Chrome, and IE, but on a Mac OS X, using track pad causes ...
0
votes
1answer
21 views

How to catch onmousewheel event on Opera?

I thought the following code targets both IE and Opera window.onload = function() { document.attachEvent("onmousewheel", function() { console.log("mousewheel detected"); }); }; ...
0
votes
1answer
133 views

WPF Listview does not scroll (with mouse wheel) when Application not in focus

I have a WPF app (written in C#) which has a Listview control which scrolls perfectly with the mouse wheel when the app is in focus. However when the app is not in focus, even when the mouse pointer ...
2
votes
0answers
264 views

jQuery UI: Draggable Scroll Issue

I'm trying to build a draggable/droppable folder-file view with jQuery UI, but I'm running into a problem with, what I believe is attributed to the helper. Here is my code: The HTML <body> ...
0
votes
1answer
428 views

jquery animated horizontal scroll on mouse scroll event

I have been working on this animated horizontal offset for div, on mousescroll event. Here is the link for what I've done till now, could somebody see what I'm doing wrong? The animation happens on ...
1
vote
1answer
454 views

Excel VBA: How to enable mouse wheel scrolling in combobox/listbox?

I am building a userform in Excel 2007 using VBA and would like to know how to enable mousewheel scrolling of comboboxes and listboxes. Do I need a more recent version of Office to get this feature or ...
0
votes
1answer
41 views

WPF Canvas, accept mousewheel events

I have a custom CanvasControl which draws a ground plane. I add a new Canvas to the CanvasControl itself which is what I draw on. I also setup MouseWheel events. Canvas drawingCanvas = new Canvas(); ...
3
votes
1answer
160 views

How to read out scroll wheel info from /dev/input/mice?

For a home robotics project I need to read out the raw mouse movement information. I partially succeeded in this by using the python script from this SO-answer. It basically reads out /dev/input/mice ...
0
votes
1answer
209 views

d3-js mouse wheel problems when activating and deactivating zoom behavior

I activate and deactivate the zoom behavior as seen in http://bl.ocks.org/benzguo/4370043 : var zoom = d3.behavior.zoom().on("zoom", rescale) // after adding the handler, the mouse wheel will still ...
1
vote
0answers
116 views

JQuery: ScrollTo next div with mouse wheel after reaching end of current div

I'm trying to build site from divs that act kinda like pages. So there are multiple divs with min-height of 100% of browser window on top of each other. I'm trying to make navigation work so that user ...
1
vote
2answers
138 views

Capturing mouse wheel events in console application

Is there a way to capture mouse wheel events in a console application using c#, like you would capture mouse wheel events in GUI / Window applications? I would like to do this to scroll only a part ...
0
votes
0answers
18 views

Pressing Shift triggers “Mouse Scroll” + “R”

I need help writing a script that when the script is running in the background, everytime "Shift" is pressed my mouse scrolls up or down (whichever is easier, using the mousewheel) and presses "R" ...
0
votes
0answers
99 views

Is chrome flash player catching mouse wheel event at wmode=transparent indeed?

I have a page embedding a flash movie, and I set the wmode to transparent, for some reason I have to. And because of that, I added some javascripts to capture the mouse wheel event, according to ...
-3
votes
1answer
114 views

C# && Mouse Scroll Simulation [closed]

I've written a C# program that opens a certain CFG file for editing, the section I need in this CFG file is the one in the end.. is there any way to make the program scroll all the way down after it ...
0
votes
0answers
55 views

Drag, drop and mousewheel?

Short version: Can mouse wheel events be fired while in the middle of a drag+drop operation? Long version: I'm currently in the design phase for this particular feature, so I don't have any code ...
0
votes
0answers
227 views

how to disable mousewheel scroll with jquery overlay

I have this code in a master page: <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server"> <script type="text/javascript" ...
0
votes
0answers
39 views

How do i bind arrow keys and mousehweel

I want arrow keys and mousewheel to do the same thing, I m using a mousewheel plugin: $(function() { $("body").mousewheel(function(event, delta) { this.scrollLeft -= (delta * 30); ...
0
votes
0answers
35 views

Unable to listen mousewheel on youtube iframe Firefox & IE

I try to create some code that will listen mousewheel on a page, but on those page also have youtube iframe. on chrome its working fine, it show alert, but not on Firefox & IE. i create jsfiddle ...
1
vote
1answer
318 views

Zoom to particular area in svg using mouse wheel

I have a simple svg map embedded in my asp.net site. I want to zoom-out and zoom-in that map using mousewheel. I have somewhat achieved zoom functionality using mousewheel.js. But the problem is, i ...
0
votes
1answer
33 views

Ignore `wheel` event if `scroll` event fires too

I want to bind a wheel/mousewheel event to a container to trigger a "next page" effect, but I don't want it to fire if the mouse is on an element that is itself scrollable. Is there any way to do ...
0
votes
0answers
78 views

Unresponsive Next/Prev arrows after user manually scrolls page with mousewheel jquery plugin

Slightly noobie question here...I have the following code that navigates the user from one slide to the next vertically using the jquery mousewheel plugin: $(function() { var next; ...
1
vote
1answer
111 views

Change the scrollbar speed upon mouse scroll

Is it possible to change the scrollsbars speed upon scrolling using the mouse wheel for a element in JavaScript?
2
votes
1answer
121 views

Middle mouse click event in jquery

I want control middle mouse button, I mean when user left clicked of middle clicked or right clicked on my link I should show fancybox. so I use this code : $(".reg").live("mousedown", function(e) { ...
0
votes
1answer
40 views

add mousewheel event to absolute panel

can we add a mousewheel event to absolute panel in GWT. I have added a mousewheel event to absolute panel but it is not working .Why this problem is there but if I add it to label then its working ...
0
votes
1answer
294 views

jQuery : move an element on scroll, stop at some point, cross-browser compatible

I'm trying to have a fixed element on my page, that would follow the rest of the content up to a point when the user scrolls. Try http://jsfiddle.net/sVzfx/1/ on internet explorer for instance and ...
0
votes
1answer
280 views

jQuery window scroll snapping

Okay, so what im trying to do is have a page with panels that span 100% of width and height. <body> <div class="panel"> </div> <div class="panel"> </div> ...
0
votes
0answers
103 views

Scroll wheel in Emacs in Mac Terminal [closed]

How would I get the scroll wheel on my mouse (or two-finger scrolling on my trackpad) to work in Emacs in the mac terminal? An older answer suggests SIMBL - http://stackoverflow.com/a/6451138/121646 ...
0
votes
0answers
296 views

Nicescroll scrolling with steps

We are building parallax website with horizontal scrolling. We've used nicescroll plugin to have smooth hardware accelerated (where available) scrolling. But we can't find out how to define scroll ...
0
votes
0answers
68 views

Mouse wheel scroll for jsscrollPane not working on Safari 3.2

I need to get the scroll done using the mouse wheel on Safari 3.2. i am including the jquery.jscrollpane.min.js and jquery.mousewheel.js(3.0.6). This is working fine on Safari 5.1 but not on 3.2. ...
1
vote
1answer
99 views

Google Map mouse wheel bug

Normally it's possible to scroll / zoom vertically out of the map. There would be a grey background. I "disabled / blocked" that. This works fine if I use the controls from Google map. But if I zoom ...
0
votes
0answers
82 views

Mousewheel event in modern browsers

I'd like to have clean and nice javascript for mousewheel event, supporting only the latest version of common browsers without legacy code for obsolette versions, without any JS framework. Mousewheel ...
0
votes
0answers
120 views

How to scroll up and down a panel from another control

I got a panel that I would like to make the scrolling there enabled. The panel use it for search results, so it only appears when there is something typed in a textbox. The normal way let the user ...
1
vote
1answer
2k views

jquery vertical mousewheel smooth scrolling

I'm making a parallax website and I would like to make the page scroll smoother with the mousewheel for a better user experience. The best example I could get was this website: ...
0
votes
1answer
191 views

as3 mouse wheel reverse

Hey i built custom scroll box. When i scroll up on this box scrolling element is going down and when i scroll down - scrolling element is going up ;). I whant to reverse that mechanism. how can i do ...
1
vote
2answers
175 views

How to move the JSlider with the mouse wheel

I have this code, but nothing happens. I don't know why the degreesSlider.getValue() + 1 does not work. I would be thankful for any suggestions. degreesSlider.addMouseWheelListener(new ...
0
votes
0answers
242 views

jquery ui slider and mouse wheel

I'm trying to find a solution.. I use this jquery code for my vertical carousel with horizontal ui slider and it works fine. What can I do to have the mouse wheel (scroll), too? jQuery(function () ...

1 2 3 4 5 8