left / right scroll using apple mighty mouse

x64 Replacement/Alternative to Microsoft's IntelliMouse application.
Forum rules
Please read the forum rules before posting for the first time.
The more information you can provide, the quicker and more accurately someone can help.
NOTE: To reduce spam, new users can not post links, files or images until they have at least 4 posts.
Post Reply
dexter99
New User
Posts: 4
Joined: Tue Aug 30, 2011 2:48 pm

left / right scroll using apple mighty mouse

Post by dexter99 »

Hello,

I am a new user of x-mouse and just installed the 2.2 version. My mouse type is apple mighty mouse. Iam using windows 7 Pro 32 bit.

Can you please advise me, is it possible to do the left/right scroll using its trackball. I really need this feature since I do a lot of work using tables in excel which requires me to do a lot of left/right scrolling to see the entire tables in my small laptop screen.

FYI, if I open any image that has bigger resolution than my screen's resolution using chrome or firefox, I can do right/left scroll using the trackball to view the full image without doing any special setup, but if I open the image using IE, I can only do up / down scroll.

Kindly advise

thank you
User avatar
phil
Site Admin
Posts: 7674
Joined: Sun Apr 06, 2003 11:12 pm

Re: left / right scroll using apple mighty mouse

Post by phil »

Urm, I doubt very much that the track ball (?) sends the standard windows horizontal scroll messages but as I don't have and have never seen this mouse, I couldn't be sure.

When you move it left/right do any of the fields (ideally the tilt left/right) in XMBC highlight orange?
If not, then XMBC is unable to do anything with the track ball. What drivers do you have - does it come with special software or is it using the default HID drivers?

Maybe someone else on here is more familiar with the device that I am and can provide a more better answer!

EDIT: If firefox/chrome is responding then maybe the trackpad sends scroll messages, but then I would expect IE to work too. So the key is to determine what its sending. It might be worth turning on debug logging in XMBC to try and see if any mouse messages come through in the log file when using the pad.

Thanks,
Phil
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)
dexter99
New User
Posts: 4
Joined: Tue Aug 30, 2011 2:48 pm

Re: left / right scroll using apple mighty mouse

Post by dexter99 »

Hi Phil,

thanks for the quick response. Really appreciate that.

When you move it left/right do any of the fields (ideally the tilt left/right) in XMBC highlight orange?
Yes the left/right tilt fields will be highlighted with orange if i scroll the small trackball left/right.

I have also tried activated the advanced scrolling method 3 under excel, but it doesn't do anything. BTW just to clarify, this mouse still using trackball not a trackpad :) Iam still using the old type.

For now, what I do, I put rules : if excel program is active : use the simulated keys "during" Left / right in that tilt fields. But this setting makes the cursor running inside the cells which is not I want. (i only want to scroll to view the columns without changing the cursor position).

BTW, I also found out that in notepad, i can do left/right scroll too, without any special setting.

I have activated the debug logging and then I do the left/right scroll in the notepad and de-activate it again. But I dont understand the content of it.
I want to attach the debug file in here, but couldnt find the way to do it. So I hope you don't mind if I paste it here directly for your review :)

Thank you alot for your help

Code: Select all

31-08-2011 08:48:49> Enabling extra debug logging.
31-08-2011 08:48:49.0079> HookDLL: Load Settings took 0ms
31-08-2011 08:48:51.0655> MouseHookData: Message=0x0201 (WM_LBUTTONDOWN), X=1099, Y=750, mouseData=0x00000000, flags=0x00000000, time=6226655, dwExtraInfo=0x0
31-08-2011 08:48:51.0717> Detected active application/window changed....
31-08-2011 08:48:51.0717> Translating Left Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:48:51.0764> MouseHookData: Message=0x0202 (WM_LBUTTONUP), X=1099, Y=750, mouseData=0x00000000, flags=0x00000000, time=6226764, dwExtraInfo=0x0
31-08-2011 08:48:51.0764> Translating Left Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:48:52.0152> MouseHookData: Message=0x0201 (WM_LBUTTONDOWN), X=1049, Y=651, mouseData=0x00000000, flags=0x00000000, time=6228152, dwExtraInfo=0x0
31-08-2011 08:48:52.0215> Detected active application/window changed....
31-08-2011 08:48:52.0215> Translating Left Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:48:52.0261> MouseHookData: Message=0x0202 (WM_LBUTTONUP), X=1049, Y=651, mouseData=0x00000000, flags=0x00000000, time=6228261, dwExtraInfo=0x0
31-08-2011 08:48:52.0261> Translating Left Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:48:57.0409> MouseHookData: Message=0x0204 (WM_RBUTTONDOWN), X=1049, Y=651, mouseData=0x00000000, flags=0x00000000, time=6233409, dwExtraInfo=0x0
31-08-2011 08:48:58.0456> Translating Right Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:48:58.0612> MouseHookData: Message=0x0205 (WM_RBUTTONUP), X=1049, Y=651, mouseData=0x00000000, flags=0x00000000, time=6233612, dwExtraInfo=0x0
31-08-2011 08:48:58.0612> Translating Right Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:00.0249> MouseHookData: Message=0x0201 (WM_LBUTTONDOWN), X=985, Y=536, mouseData=0x00000000, flags=0x00000000, time=6236249, dwExtraInfo=0x0
31-08-2011 08:49:00.0295> Detected active application/window changed....
31-08-2011 08:49:00.0295> Translating Left Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:02.0668> MouseHookData: Message=0x0202 (WM_LBUTTONUP), X=985, Y=536, mouseData=0x00000000, flags=0x00000000, time=6237668, dwExtraInfo=0x0
31-08-2011 08:49:02.0715> Translating Left Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0556> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6239556, dwExtraInfo=0x0
31-08-2011 08:49:04.0618> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6239556ms, ExtraInfo 0
31-08-2011 08:49:04.0618> Detected active application/window changed....
31-08-2011 08:49:04.0649> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0649> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0649> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:04.0649> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6239571, dwExtraInfo=0x0
31-08-2011 08:49:04.0649> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6239571ms, ExtraInfo 0
31-08-2011 08:49:04.0649> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0649> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0649> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:04.0649> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6239587, dwExtraInfo=0x0
31-08-2011 08:49:04.0665> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6239587ms, ExtraInfo 0
31-08-2011 08:49:04.0665> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0665> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0665> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:04.0665> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00F00000, flags=0x00000000, time=6239603, dwExtraInfo=0x0
31-08-2011 08:49:04.0665> WM_MOUSEHWHEEL: MouseData 0x00f00000 (240), Flags 0x00000000, Time 6239603ms, ExtraInfo 0
31-08-2011 08:49:04.0665> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0665> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0665> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:04.0665> MouseHookData: Message=0x020a (WM_MOUSEWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6239618, dwExtraInfo=0x0
31-08-2011 08:49:04.0665> Translating WheelDown Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0681> Translating WheelDown Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0681> Redirecting vertical wheel message to 0x000506F6
31-08-2011 08:49:04.0681> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6239618, dwExtraInfo=0x0
31-08-2011 08:49:04.0681> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6239618ms, ExtraInfo 0
31-08-2011 08:49:04.0681> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0681> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0681> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:04.0681> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6239634, dwExtraInfo=0x0
31-08-2011 08:49:04.0681> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6239634ms, ExtraInfo 0
31-08-2011 08:49:04.0696> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0696> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0696> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:04.0696> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6239649, dwExtraInfo=0x0
31-08-2011 08:49:04.0696> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6239649ms, ExtraInfo 0
31-08-2011 08:49:04.0696> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0696> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0696> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:04.0696> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6239665, dwExtraInfo=0x0
31-08-2011 08:49:04.0696> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6239665ms, ExtraInfo 0
31-08-2011 08:49:04.0712> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0712> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0712> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:04.0712> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6239696, dwExtraInfo=0x0
31-08-2011 08:49:04.0712> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6239696ms, ExtraInfo 0
31-08-2011 08:49:04.0712> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0712> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0712> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:04.0727> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6239712, dwExtraInfo=0x0
31-08-2011 08:49:04.0727> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6239712ms, ExtraInfo 0
31-08-2011 08:49:04.0727> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0727> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0727> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:04.0743> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6239743, dwExtraInfo=0x0
31-08-2011 08:49:04.0743> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6239743ms, ExtraInfo 0
31-08-2011 08:49:04.0743> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0743> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0743> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:04.0774> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6239774, dwExtraInfo=0x0
31-08-2011 08:49:04.0774> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6239774ms, ExtraInfo 0
31-08-2011 08:49:04.0790> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0790> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0790> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:04.0805> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6239805, dwExtraInfo=0x0
31-08-2011 08:49:04.0805> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6239805ms, ExtraInfo 0
31-08-2011 08:49:04.0805> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0805> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0805> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:04.0852> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6239852, dwExtraInfo=0x0
31-08-2011 08:49:04.0852> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6239852ms, ExtraInfo 0
31-08-2011 08:49:04.0852> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0852> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:04.0852> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:04.0273> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6240273, dwExtraInfo=0x0
31-08-2011 08:49:05.0429> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6240273ms, ExtraInfo 0
31-08-2011 08:49:05.0429> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0429> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0429> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0429> MouseHookData: Message=0x020a (WM_MOUSEWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6240289, dwExtraInfo=0x0
31-08-2011 08:49:05.0445> Translating WheelDown Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0445> Translating WheelDown Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0445> Redirecting vertical wheel message to 0x000506F6
31-08-2011 08:49:05.0445> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x01680000, flags=0x00000000, time=6240305, dwExtraInfo=0x0
31-08-2011 08:49:05.0445> WM_MOUSEHWHEEL: MouseData 0x01680000 (360), Flags 0x00000000, Time 6240305ms, ExtraInfo 0
31-08-2011 08:49:05.0445> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0445> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0445> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0445> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6240320, dwExtraInfo=0x0
31-08-2011 08:49:05.0445> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6240320ms, ExtraInfo 0
31-08-2011 08:49:05.0445> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0461> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0461> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0461> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6240336, dwExtraInfo=0x0
31-08-2011 08:49:05.0461> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6240336ms, ExtraInfo 0
31-08-2011 08:49:05.0461> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0461> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0461> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0461> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6240336, dwExtraInfo=0x0
31-08-2011 08:49:05.0461> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6240336ms, ExtraInfo 0
31-08-2011 08:49:05.0461> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0461> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0461> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0476> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6240351, dwExtraInfo=0x0
31-08-2011 08:49:05.0476> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6240351ms, ExtraInfo 0
31-08-2011 08:49:05.0476> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0476> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0476> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0476> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6240367, dwExtraInfo=0x0
31-08-2011 08:49:05.0476> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6240367ms, ExtraInfo 0
31-08-2011 08:49:05.0476> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0476> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0476> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0492> MouseHookData: Message=0x020a (WM_MOUSEWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6240398, dwExtraInfo=0x0
31-08-2011 08:49:05.0492> Translating WheelDown Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0492> Translating WheelDown Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0492> Redirecting vertical wheel message to 0x000506F6
31-08-2011 08:49:05.0492> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6240398, dwExtraInfo=0x0
31-08-2011 08:49:05.0492> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6240398ms, ExtraInfo 0
31-08-2011 08:49:05.0492> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0492> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0492> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0507> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6240445, dwExtraInfo=0x0
31-08-2011 08:49:05.0507> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6240445ms, ExtraInfo 0
31-08-2011 08:49:05.0507> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0507> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0507> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0507> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6240476, dwExtraInfo=0x0
31-08-2011 08:49:05.0507> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6240476ms, ExtraInfo 0
31-08-2011 08:49:05.0507> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0507> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0507> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0507> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0x00780000, flags=0x00000000, time=6240492, dwExtraInfo=0x0
31-08-2011 08:49:05.0507> WM_MOUSEHWHEEL: MouseData 0x00780000 (120), Flags 0x00000000, Time 6240492ms, ExtraInfo 0
31-08-2011 08:49:05.0523> Translating TiltRight Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0523> Translating TiltRight Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0523> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0085> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241085, dwExtraInfo=0x0
31-08-2011 08:49:05.0085> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241085ms, ExtraInfo 0
31-08-2011 08:49:05.0085> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0085> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0085> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0085> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241085, dwExtraInfo=0x0
31-08-2011 08:49:05.0100> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241085ms, ExtraInfo 0
31-08-2011 08:49:05.0100> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0100> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0100> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0100> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF100000, flags=0x00000000, time=6241100, dwExtraInfo=0x0
31-08-2011 08:49:05.0100> WM_MOUSEHWHEEL: MouseData 0xff100000 (-240), Flags 0x00000000, Time 6241100ms, ExtraInfo 0
31-08-2011 08:49:05.0100> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0116> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0116> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0116> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241116, dwExtraInfo=0x0
31-08-2011 08:49:05.0116> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241116ms, ExtraInfo 0
31-08-2011 08:49:05.0116> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0116> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0116> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0131> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241131, dwExtraInfo=0x0
31-08-2011 08:49:05.0131> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241131ms, ExtraInfo 0
31-08-2011 08:49:05.0131> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0131> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0131> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0163> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241163, dwExtraInfo=0x0
31-08-2011 08:49:05.0163> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241163ms, ExtraInfo 0
31-08-2011 08:49:05.0163> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0163> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0163> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0178> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241178, dwExtraInfo=0x0
31-08-2011 08:49:05.0178> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241178ms, ExtraInfo 0
31-08-2011 08:49:05.0178> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0178> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0178> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0194> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241194, dwExtraInfo=0x0
31-08-2011 08:49:05.0194> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241194ms, ExtraInfo 0
31-08-2011 08:49:05.0194> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0194> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0194> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0209> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241209, dwExtraInfo=0x0
31-08-2011 08:49:05.0209> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241209ms, ExtraInfo 0
31-08-2011 08:49:05.0209> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0209> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0209> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0225> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241225, dwExtraInfo=0x0
31-08-2011 08:49:05.0225> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241225ms, ExtraInfo 0
31-08-2011 08:49:05.0225> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0241> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0241> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:05.0256> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241256, dwExtraInfo=0x0
31-08-2011 08:49:05.0256> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241256ms, ExtraInfo 0
31-08-2011 08:49:05.0256> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0256> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:05.0256> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:06.0740> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241740, dwExtraInfo=0x0
31-08-2011 08:49:06.0787> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241740ms, ExtraInfo 0
31-08-2011 08:49:06.0787> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0787> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0787> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:06.0802> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241756, dwExtraInfo=0x0
31-08-2011 08:49:06.0802> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241756ms, ExtraInfo 0
31-08-2011 08:49:06.0802> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0802> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0802> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:06.0802> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFE980000, flags=0x00000000, time=6241771, dwExtraInfo=0x0
31-08-2011 08:49:06.0802> WM_MOUSEHWHEEL: MouseData 0xfe980000 (-360), Flags 0x00000000, Time 6241771ms, ExtraInfo 0
31-08-2011 08:49:06.0802> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0802> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0802> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:06.0802> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241787, dwExtraInfo=0x0
31-08-2011 08:49:06.0802> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241787ms, ExtraInfo 0
31-08-2011 08:49:06.0818> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0818> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0818> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:06.0818> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241787, dwExtraInfo=0x0
31-08-2011 08:49:06.0818> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241787ms, ExtraInfo 0
31-08-2011 08:49:06.0818> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0818> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0818> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:06.0818> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241802, dwExtraInfo=0x0
31-08-2011 08:49:06.0818> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241802ms, ExtraInfo 0
31-08-2011 08:49:06.0818> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0834> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0834> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:06.0834> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241834, dwExtraInfo=0x0
31-08-2011 08:49:06.0834> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241834ms, ExtraInfo 0
31-08-2011 08:49:06.0834> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0834> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0834> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:06.0849> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241849, dwExtraInfo=0x0
31-08-2011 08:49:06.0849> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241849ms, ExtraInfo 0
31-08-2011 08:49:06.0849> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0849> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0849> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:06.0865> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241865, dwExtraInfo=0x0
31-08-2011 08:49:06.0865> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241865ms, ExtraInfo 0
31-08-2011 08:49:06.0865> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0865> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0865> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:06.0880> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241880, dwExtraInfo=0x0
31-08-2011 08:49:06.0880> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241880ms, ExtraInfo 0
31-08-2011 08:49:06.0896> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0896> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0896> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:06.0912> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241912, dwExtraInfo=0x0
31-08-2011 08:49:06.0912> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241912ms, ExtraInfo 0
31-08-2011 08:49:06.0912> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0912> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0912> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:06.0958> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6241958, dwExtraInfo=0x0
31-08-2011 08:49:06.0958> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6241958ms, ExtraInfo 0
31-08-2011 08:49:06.0958> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0958> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:06.0958> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:07.0442> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6242442, dwExtraInfo=0x0
31-08-2011 08:49:07.0489> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6242442ms, ExtraInfo 0
31-08-2011 08:49:07.0489> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:07.0536> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:07.0536> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:07.0536> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6242458, dwExtraInfo=0x0
31-08-2011 08:49:07.0536> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6242458ms, ExtraInfo 0
31-08-2011 08:49:07.0536> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:07.0536> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:07.0536> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:07.0536> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6242473, dwExtraInfo=0x0
31-08-2011 08:49:07.0536> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6242473ms, ExtraInfo 0
31-08-2011 08:49:07.0536> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:07.0536> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:07.0551> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:07.0551> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6242473, dwExtraInfo=0x0
31-08-2011 08:49:07.0551> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6242473ms, ExtraInfo 0
31-08-2011 08:49:07.0551> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:07.0551> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:07.0551> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:07.0551> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6242489, dwExtraInfo=0x0
31-08-2011 08:49:07.0551> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6242489ms, ExtraInfo 0
31-08-2011 08:49:07.0551> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:07.0551> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:07.0567> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:07.0567> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6242536, dwExtraInfo=0x0
31-08-2011 08:49:07.0567> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6242536ms, ExtraInfo 0
31-08-2011 08:49:07.0567> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:07.0567> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:07.0567> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:07.0567> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6242567, dwExtraInfo=0x0
31-08-2011 08:49:07.0567> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6242567ms, ExtraInfo 0
31-08-2011 08:49:07.0567> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:07.0567> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:07.0567> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:07.0598> MouseHookData: Message=0x020e (WM_MOUSEHWHEEL), X=825, Y=520, mouseData=0xFF880000, flags=0x00000000, time=6242598, dwExtraInfo=0x0
31-08-2011 08:49:07.0598> WM_MOUSEHWHEEL: MouseData 0xff880000 (-120), Flags 0x00000000, Time 6242598ms, ExtraInfo 0
31-08-2011 08:49:07.0614> Translating TiltLeft Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:07.0614> Translating TiltLeft Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:07.0614> Redirecting horizontal wheel message to 0x000506F6
31-08-2011 08:49:13.0744> MouseHookData: Message=0x0201 (WM_LBUTTONDOWN), X=1118, Y=209, mouseData=0x00000000, flags=0x00000000, time=6248744, dwExtraInfo=0x0
31-08-2011 08:49:13.0791> Detected active application/window changed....
31-08-2011 08:49:13.0791> Translating Left Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:13.0854> MouseHookData: Message=0x0202 (WM_LBUTTONUP), X=1118, Y=209, mouseData=0x00000000, flags=0x00000000, time=6248854, dwExtraInfo=0x0
31-08-2011 08:49:13.0854> Translating Left Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:15.0897> MouseHookData: Message=0x0201 (WM_LBUTTONDOWN), X=346, Y=610, mouseData=0x00000000, flags=0x00000000, time=6250897, dwExtraInfo=0x0
31-08-2011 08:49:15.0960> Detected active application/window changed....
31-08-2011 08:49:15.0960> Translating Left Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:15.0006> MouseHookData: Message=0x0202 (WM_LBUTTONUP), X=346, Y=610, mouseData=0x00000000, flags=0x00000000, time=6251006, dwExtraInfo=0x0
31-08-2011 08:49:15.0006> Translating Left Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:16.0036> MouseHookData: Message=0x0201 (WM_LBUTTONDOWN), X=552, Y=495, mouseData=0x00000000, flags=0x00000000, time=6252036, dwExtraInfo=0x0
31-08-2011 08:49:16.0098> Detected active application/window changed....
31-08-2011 08:49:16.0098> Translating Left Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:16.0145> MouseHookData: Message=0x0202 (WM_LBUTTONUP), X=552, Y=495, mouseData=0x00000000, flags=0x00000000, time=6252145, dwExtraInfo=0x0
31-08-2011 08:49:16.0145> Translating Left Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:17.0050> MouseHookData: Message=0x0201 (WM_LBUTTONDOWN), X=737, Y=604, mouseData=0x00000000, flags=0x00000000, time=6253050, dwExtraInfo=0x0
31-08-2011 08:49:17.0050> Detected active application/window changed....
31-08-2011 08:49:17.0050> Translating Left Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:17.0190> MouseHookData: Message=0x0202 (WM_LBUTTONUP), X=737, Y=604, mouseData=0x00000000, flags=0x00000000, time=6253190, dwExtraInfo=0x0
31-08-2011 08:49:17.0190> Translating Left Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:18.0955> MouseHookData: Message=0x0201 (WM_LBUTTONDOWN), X=957, Y=609, mouseData=0x00000000, flags=0x00000000, time=6253955, dwExtraInfo=0x0
31-08-2011 08:49:18.0955> Detected active application/window changed....
31-08-2011 08:49:18.0955> Translating Left Button Down: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:18.0048> MouseHookData: Message=0x0202 (WM_LBUTTONUP), X=957, Y=609, mouseData=0x00000000, flags=0x00000000, time=6254048, dwExtraInfo=0x0
31-08-2011 08:49:18.0048> Translating Left Button Up: Action 40 (** No Change (Don't intercept) **)
31-08-2011 08:49:18> Applying changes to X-Mouse Button Control settings...
31-08-2011 08:49:18.0064> Save settings took 0ms
31-08-2011 08:49:18> Disabling extra debug logging.
31-08-2011 08:49:19> CMyMessageWnd::OnSetup   -   Setup dialog closed.
User avatar
phil
Site Admin
Posts: 7674
Joined: Sun Apr 06, 2003 11:12 pm

Re: left / right scroll using apple mighty mouse

Post by phil »

Well if the tilt are highlighting, then I would expect most modern apps would work without any configuration in XMBC (that is, leave as "nothing don't intercept"). However, some old apps don't respond to the WM_MOUSEHWHEEL scroll messages - that's where advanced scrolling options come in in XMBC.

The log (which I encased in a code block to make it easier to select/read) shows me that indeed the messages are getting through.

I remember excel being awkward too but I cant remember what I did to fix it - I will have to look on my computer at work where I'm pretty sure I had a working profile for excel.

I'll let u know what I find.
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)
User avatar
phil
Site Admin
Posts: 7674
Joined: Sun Apr 06, 2003 11:12 pm

Re: left / right scroll using apple mighty mouse

Post by phil »

OK I think I have it working in excel, try this...

This is with Excel in Office 2010...
Create a window specific profile and point it to the main workbook window like this...
excel-xmbc.png
Then for that profile, on the advanced scrolling tab, use advanced scrolling method 1 (try others if 1 fails but 1 seems to work for me).

Let me know if that works :)

Thanks,
Phil
You do not have the required permissions to view the files attached to this post.
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)
dexter99
New User
Posts: 4
Joined: Tue Aug 30, 2011 2:48 pm

Re: left / right scroll using apple mighty mouse

Post by dexter99 »

Dear Phil

Wow, I couldn't believe my eyes when I see the excel screen scrolls to right/left with my trackball :) :)
It is really great ! Thank you a lot for the help.

I also have tried similar technique for IE and it works, but I need to use method 3 for the scroll method. (although its left/right speed scroll is not as fast as in Firefox / Chrome)

BTW, any advise how to make it works for Ms. Word? I have tried this technique but it doesn't work.

Anyway, thanks again for the tips in excel. Your software really help me.

regards
User avatar
phil
Site Admin
Posts: 7674
Joined: Sun Apr 06, 2003 11:12 pm

Re: left / right scroll using apple mighty mouse

Post by phil »

Hi,

Glad to hear excel is working and that you are working your way around the system for other apps too now :)

I've never got it working in MS word - I don't know why. I thought once that it was working, before v1.5x when you could actually configure the scrolling properly, but I had many reports of it being completely broken in word so I had to remove the default word profile. Since then I have been unable to figure out a way of doing it, with the 5 available methods or any other way. Word seems to swallow the usual scroll messages and ignore then :(

I will try and have another look next time I'm I'm digging around in the code, but until then, I cant offer a solution on that one :(.

Thanks,
Phil
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)
dexter99
New User
Posts: 4
Joined: Tue Aug 30, 2011 2:48 pm

Re: left / right scroll using apple mighty mouse

Post by dexter99 »

Hi Phil,

No problem. I am sure it is just matter of time before you can find the solution :)

Thanks again for the help
Post Reply