Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Mouse wheel scrolling under Windows
Mouse wheel scrolling under Windows [message #645923] Tue, 21 December 2010 08:29 Go to next message
Viliam Durina is currently offline Viliam DurinaFriend
Messages: 13
Registered: July 2009
Junior Member
There is a longstanding dispute between swt users and developers about how to support mouse wheel scrolling on windows: whether it should scroll the window the pointer is in, or the focused one. Currently, it scrolls the focused one on Windows and is irritating most users. Quich search gave me at least 10 bugs requesting this, all were refused with WONTFIX or marked duplicate, saying this is windows default. But most common windows applications override this win32 feature making it a "perceived windows default", except for SWT applications and Eclipse IDE itself, which still force us to use this archaic behaviour.

Today, I found a utility called WizMouse, which changes the windows default. Fixes eclipse and our swt applications. The link: http://antibody-software.com/web/software/software/wizmouse- makes-your-mouse-wheel-work-on-the-window-under-the-mouse/

By the way, isn't there a snippet to add to our application to make swt behave normally under windows, so we don't have to recommend this utility to our clients?

Thanks, Viliam
Re: Mouse wheel scrolling under Windows [message #646459 is a reply to message #645923] Fri, 24 December 2010 13:07 Go to previous messageGo to next message
Lakshmi P ShanmugamFriend
Messages: 279
Registered: July 2009
Location: India
Senior Member
Hi,

There is a enhancement request open for this issue. Please see bug --> https://bugs.eclipse.org/bugs/show_bug.cgi?id=75766 . The issue has been discussed in detail in the bug.


Lakshmi P Shanmugam
Re: Mouse wheel scrolling under Windows [message #647125 is a reply to message #645923] Tue, 04 January 2011 16:35 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
> By the way, isn't there a snippet to add to our application to make swt
> behave normally under windows, so we don't have to recommend this utility
> to our clients?

There isn't a snippet, but perhaps you're thinking of the attachment in
https://bugs.eclipse.org/bugs/show_bug.cgi?id=75766#c22 .

Grant
Previous Topic:New Text style (including icons)
Next Topic:TreeViewers, Editing support and multiple Selection
Goto Forum:
  


Current Time: Tue Apr 16 21:54:17 GMT 2024

Powered by FUDForum. Page generated in 1.28693 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top