[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
] [
List Home
]
[platform-swt-dev] Problem with Mouse Wheel event
From
: Eric Miravete <
eric.miravete@xxxxxxxxxx
>
Date
: Thu, 16 Mar 2006 09:56:57 +0100
Delivered-to
: platform-swt-dev@eclipse.org
Hi,
I tried to catch the mouse wheel event on a SWT widget that I implemented.
I had a listener to my widget with the following instruction:
localMouseWheelListener = new Listener() {
public void handleEvent(Event e) {
....
}
};
mywidget_.addListener(SWT.MouseWheel, localMouseWheelListener);
But when I execute the application and rotate the mouse wheel the listener is never called
and the widget receives no event.
Please, could you help me !
Eric.
_________________________________
Miravete Eric
IBM Software Group
Phone: +33 5 62 16 56 73
Fax: +33 5 62 16 ?? ??
email: eric.miravete@xxxxxxxxxx
Follow-Ups
:
Re: [platform-swt-dev] Problem with Mouse Wheel event
From:
Felipe Heidrich
Re: [platform-swt-dev] Problem with Mouse Wheel event
From:
Robert Enyedi
Prev by Date:
[platform-swt-dev] Widget Parent Event
Next by Date:
Re: [platform-swt-dev] Problem with Mouse Wheel event
Previous by thread:
[platform-swt-dev] Widget Parent Event
Next by thread:
Re: [platform-swt-dev] Problem with Mouse Wheel event
Index(es):
Date
Thread