Displaying 9 results from an estimated 9 matches for "mousewheel".
2005 Nov 15
1
prototype.js mousewheel event patch
Hi All.
I made mousewheel event patch for prototype.js .
http://rails2u.com/tmp/wheel_demo.html
This wheelevent works WinIE & Firefox.
If it is good, Would you adapt the patch I made?
-gorou
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@p...
2010 Feb 24
3
Mouse wheel events in a grid cell editor?
I''m trying to do some advanced editing using Grids. I''ve created my own
editors and updating view and model both works fine so far. Thanks to
whoever made this possible. I like wxRuby more each day!
Now I''d like to catch mousewheel events in order to increment/decrement
a grid cell editor.
I''ve tried installing a handler in begin_edit of my editor and removing
it again in end_edit.
I''ve attempted to
(a) install an event handler on the grid and forward it to an
editor-specific method
(b) install an event...
2008 Jun 05
0
Javascript & Scrolling
...t bother here..
*/
if (event.preventDefault)
event.preventDefault();
event.returnValue = false;
}
// mozilla
Event.observe(''plist_con'', ''DOMMouseScroll'', wheel);
// IE/Opera
Event.observe(''plist_con'', ''mousewheel'', wheel);
function moveP(){
//x = document.getElementById(''plist_con'');
//alert("1: " + x.scrollLeft); //pos scrolled to
//alert("2: "+ x.scrollWidth); // total width
//alert("3: " + slider.maximum); //max width
//alert...
2005 Aug 12
5
ANN: Interactive Fiction Mapper v0.5
...f which IFMapper
borrows heavily, is a good tool but windows only, discontinued, and does
not support large maps or easily shifting locations around.
Features:
- Multiplatform
- Very simple click interface
- Complex paths supported (paths that loop on themselves or connect
two remote nodes)
- Mousewheel support for zooming in/out
- Middle mouse scrolling
- Rooms can have objects and tasks listed
- Automatic numbering of rooms
- Multiple map editing
- Ability to easily move rooms in map with arrow keys
- Complex connections and looping connections among rooms accepted
- Written in a simple and grea...
2001 Mar 06
0
Wine Weekly News #85 (2001 Week 10)
...(Ukrainan locale),
Dominik Strasser, Chris Jacobson
+ CodeWeavers: Fran?ois Gouget (winelib, winemaker, listview
control), Dmitry Timoshkov (controls, windows, ANSI
fileapis), Susan Farley (pager control), Aric Stewart
(clipboard), Chris Morgan (mousewheel sysparam)
_________________________________________________________________
Discussions on wine-devel
_________________________________________________________________
This week, 45 posts consumed 190 K. There were 20 different
contributors, 11 (55%) posted more than onc...
2001 Mar 06
0
Wine Weekly News #85 (2001 Week 10)
...(Ukrainan locale),
Dominik Strasser, Chris Jacobson
+ CodeWeavers: Fran?ois Gouget (winelib, winemaker, listview
control), Dmitry Timoshkov (controls, windows, ANSI
fileapis), Susan Farley (pager control), Aric Stewart
(clipboard), Chris Morgan (mousewheel sysparam)
_________________________________________________________________
Discussions on wine-devel
_________________________________________________________________
This week, 45 posts consumed 190 K. There were 20 different
contributors, 11 (55%) posted more than onc...
2009 Mar 29
5
Adobe Flash Install Woes
I am having a hell of a time getting adobe flash to work on a recent 5.2
install.
>From rpm install:
Running firefox as root -- I have verified there is a symlink in
/usr/lib/mozilla/plugins that points to the actual plugin located in
/usr/lib/flash-plugins
nada.
SoI then copied the plugin directly into /usr/lib/mozilla/plugins and
eliminated the symlink from the equation.
nada.
I then
2011 Mar 18
0
Wine release 1.3.16
...rols from ICBC online bank (fixed in gecko)
26162 Visual C++ 2005 Trial install fails
26236 Shell icons and mouse cursor rendered upside down
26305 Majesty 2 fails to start
26310 Return to Mysterious Island: mouse behaves erratically in the menus
26313 Spellforce: zooming in/out with mousewheel doesn't work
26320 Team Fortress 2: side mouse buttons do not work
26328 windows aren't restored after minimizing
26329 TrackMania: reference timer becomes corrupted after a while
26347 Planet Stronghold demo wants msvcr90.dll._get_output_format
26367 Winecfg crashes when sel...
2008 Apr 18
1
Wine release 0.9.60
...diplus: Implement GdipCreateMatrix3I.
gdiplus: Implement GdipCreatePath2I.
gdiplus: Implemented GdipGetCustomLineCapBaseCap.
gdiplus: Implemented GdipVectorTransformMatrixPoints.
Paul Vriens (1):
rsaenh/tests: Fix a test on W2K and above.
Peter Urbanec (1):
comctl32: Mousewheel support for updown control.
Petr Sumbera (2):
winetest: Fix shell substitution syntax for Solaris.
server: Workaround for conflict between Wine and Solaris list.h.
Piotr Caban (11):
oleview: Added helpstring to functions.
oleview: Fixed idl files generation with dual inter...