Tagged Questions
The scrollwheel tag has no wiki summary.
22
votes
5answers
7k views
Using the scrollwheel in GNU screen
How can I setup GNU screen to allow the mouse's scrollwheel to scroll around in the scrollback buffer? I tried to Google about this, but most hits where on how to allow applications inside screen to ...
7
votes
2answers
9k views
Using the mouse scrollwheel in GLUT
I want to use the mouse scrollwheel in my OpenGL GLUT program to zoom in and out of a scene? How do I do that?
3
votes
1answer
417 views
Inertial Scrolling & -ScrollWheel: on OS X
THE PROBLEM:
I have an NSScrollView. I'm using it to implement a custom "Table View" with rows of data that are actually NSViews. (Note: this is not an instance of NSTableView.)
As I scroll ...
3
votes
3answers
3k views
disable mouse wheel on itemscontrol in wpf
I have a usercontrol that has a scrollviewer, then a bunch of child controls like text boxes, radio buttons, and listboxes, etc inside of it. I can use the mouse wheel to scroll the parent ...
2
votes
2answers
619 views
-How to disable horizontal scrolling within virtualbox on Ubuntu guest, Windows 7 host?
This post is a duplicate from superuser.com, but since I had no answers, I started to doubt it was a user question and maybe more of a programming question (because of the configuration files), so ...
1
vote
0answers
86 views
How to disable mouse scroll wheel zooming in Google Annotated Timeline?
I'm using a Google Annotated Timeline chart and the mouse scrollwheel zooming of the time scale is getting annoying. I want to be able to scroll down my page of charts with my scroll wheel, but the ...
1
vote
2answers
1k views
Zoom Canvas to Mouse Cursor
I'm programming a HTML5 < canvas > project that involves zooming in and out of images using the scroll wheel.
I want to zoom towards the cursor like google maps does but I'm completely lost on how ...
1
vote
2answers
332 views
Scroll wheel bugged in WPF applications
I have an issue that on one computer applications developed using the Windows Presentation Foundation have my scrollwheel all inverted. I scroll 'upwards' and the control in question will go down. And ...
1
vote
1answer
332 views
Mac OS X vs. Windows mouse wheel scrolling
Mac OS X determines what area to scroll by the mouse position. Windows does this by what application is active.
So I thought anyway. If Notepad++ is the active application in Windows, I can scroll ...
1
vote
4answers
595 views
Flex and mouse wheels
Here is the application I need help with: http://www.nypinball.com/inventory.php
The entire box at the top is a Flex application. The box on the left with the list of pinball machines is a VBox. ...
0
votes
0answers
50 views
Silverlight ScrollWheel doesn't work in Chrome and FF with windowless=true
We've set windowless=true because we're layering silverlight and html content.
This has a known issue in that silverlight doesn't recieve scrollwheel events.
I found this article: ...
0
votes
0answers
149 views
Forcing behaviour of mouse scrollwheel (scrolling only topmost div)
I have a page with two divs, both with a scrollbar. Clicking the scrollbar with the mouse affects only the div in which the scrollbar resides, but hovering over the scrollbar and using the scrollwheel ...
0
votes
0answers
255 views
Pixelbreaker's AS2 mouse wheel code with the < object > tag
Hi I'm using Pixelbreaker's macmousewheel javascript library for a Flash AS2 project and I'm a bit stumped on how to get the JS working in the html. The following is a working example from the ...
0
votes
0answers
395 views
Designing an Apple Ipod scrollwheel on Android?
I've seen questions like this asked before on here, but for my next app creation i would like to bring back the Apple click wheel used for scrolling on the old ipods and I've seen it in Iron Man 2 ...
0
votes
1answer
446 views
Scroll Wheel in Delphi 7 with CodeRush
One casualty of my brief dalliance with Delphi 2010 and subsequent return to using Delphi 7 was my acceptance of the wheel-scrolling behaviour in Delphi 7 with CodeRush installed.
The scroll wheel ...
0
votes
3answers
577 views
how to create horizontal spinner+timer like this?
is it possible to create a design something like this?
any help regarding this would be very helpful for me.the functionality i want is to rotate the wheel left-to-right or right to left for ...
0
votes
1answer
2k views
Mouse Scroll Wheel and IFRAME
I have an IFRAME with a vertical scroll bar on a page with a vertical scrollbar. I would like to be able to scroll the IFRAME with the scroll wheel, but in IE7 and FF3, when I click the IFRAME and ...