Looking for a theme Thread last updated on 2003-12-23 11:34:12

Posted by member 71746 on 2003-12-22 18:58:13

Does anyone know of a theme that lets you scroll the systray using the mouse scroll-wheel?

Alternatively, does anyone want to explain how to do this? :)

Posted by member 35 on 2003-12-22 19:27:37 link

i think that there's a piece of code for that in the *code* forum.

Posted by member 1 on 2003-12-22 20:18:40 link

check out a module called gestures.dll

Posted by member 37809 on 2003-12-23 07:07:34 link

You have to use something that will let you define wheel event triggers.

A Label will let you have wheel event triggers.

Without using mouse software (e.g. xmouse, katmouse), you'll have to focus something first before you use the mouse wheel.

For example, for VTray's MouseEnter event, you could give focus to this Label (using One or WndMan perhaps).

Or try using Subclass on VTray to catch the wheel there.

AFIAK these methods may not work if you have the window of the module having wheel event triggers hooked into an LsBox box.

Posted by member 7223 on 2003-12-23 11:34:12 link