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.
1
vote
0answers
10 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
26 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
21 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
47 views
Jump to the next section with Mousewheel scrolling (+ menu)
So far the website I'm working on works fine for the mousewheel scroll.
You can see a demo here : http://mr-pinoux.com
The bug : The mousewheel is not connected to the menu script (I use ...
0
votes
0answers
21 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
52 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
40 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
116 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
61 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
40 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
20 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
116 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
178 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
323 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
369 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
35 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
141 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
185 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
98 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
121 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
17 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
92 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
103 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
52 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
212 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
37 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
34 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
280 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
32 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
73 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
92 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
118 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
39 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
266 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
261 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
95 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
278 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
66 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
97 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
79 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
119 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
173 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
163 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
241 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 () ...
0
votes
0answers
75 views
Mousewheel Event Over Object Tag
I am using object tags to embed svg images into some html. I've noticed that when I have a mousewheel event and the cursor is over one of these object tags, the event is not fired. This happens both ...
0
votes
1answer
141 views
Not working prevent scrolling parent with mousewheel js
I tried to prevent parent scrolling with mousewheel in Latest Google Chrome but it doesn't work. So I need some explanation with the code.
$(function() {
var toolbox = ...
0
votes
0answers
155 views
Mousewheel and Scrollto how to stop multiple events firing
First question on stackoverflow!
Tried out many solutuions posted and can't get anything to work. I am using the jquery mousewheel plugin to detect mousewheel events.
On a scroll event I just want ...
0
votes
0answers
195 views
How to disable tinyscrollbar mousewheel scroll in parent element when child is being scrolled?
I have implemented a jQuery custom hierarchical grid and I am using tinyscrollbar.js to scroll content. At present, the grid has a 2 level hierarchy. Tinyscrollbar is enabled on both parent and child. ...
0
votes
1answer
84 views
Div scrolling in Firefox
I use this code for scrolling my div
mydiv.addEventListener('mousewheel', function(e)
{
var col = 255;
if(e.wheelDelta/120 > 0)
{
if(col < 245)
{
...




