Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Mouse wheel scrolling : need to understand something
Mouse wheel scrolling : need to understand something [message #442162] Sat, 28 August 2004 13:44 Go to next message
Damien Lecan is currently offline Damien LecanFriend
Messages: 8
Registered: July 2009
Junior Member
Hello,

I would like to understand something about mouse wheel scrolling and
SWT/JFace components.

In any *Viewer, mouse wheel scrolling is available. And when I construct
a ScrolledComposite, nothing happens.

So, is there a high-level component such as ScrolledComposite that could
provide me mouse wheel scrolling ?

Thank you


Damien
Re: Mouse wheel scrolling : need to understand something [message #442210 is a reply to message #442162] Sun, 29 August 2004 00:34 Go to previous messageGo to next message
Jonathan Edwards is currently offline Jonathan EdwardsFriend
Messages: 27
Registered: July 2009
Junior Member
setFocus() in a Scrollable. It only listens to the wheel when it
contains focus. You can't listen for the events directly, and there is
no support for the forward/back buttons on many mice. Mouse support in
SWT is somewhat brain damaged.

Jonathan

Damien Lecan wrote:
> Hello,
>
> I would like to understand something about mouse wheel scrolling and
> SWT/JFace components.
>
> In any *Viewer, mouse wheel scrolling is available. And when I construct
> a ScrolledComposite, nothing happens.
>
> So, is there a high-level component such as ScrolledComposite that could
> provide me mouse wheel scrolling ?
>
> Thank you
>
>
> Damien
Re: Mouse wheel scrolling : need to understand something [message #442215 is a reply to message #442210] Sun, 29 August 2004 12:05 Go to previous message
Damien Lecan is currently offline Damien LecanFriend
Messages: 8
Registered: July 2009
Junior Member
Le 29/08/2004 02:34, Jonathan Edwards a écrit :
> setFocus() in a Scrollable.
Yes, that works !

Thank you

Damien
Previous Topic:scroll jitters
Next Topic:Proportional resizezing using FormLayout
Goto Forum:
  


Current Time: Thu Apr 25 12:13:32 GMT 2024

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

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

Back to the top