Search found 7578 matches

by phil
Wed Dec 15, 2010 1:53 am
Forum: XMouse Button Control
Topic: [xmbc1.52] {VOL+} = b and {VOL-} = c ???
Replies: 4
Views: 5990

Re: [xmbc1.52] {VOL+} = b and {VOL-} = c ???

lol, I was wrong. The internal option volume up/down work fine. I have already looked into it and can confirm its a bug as a result of the simulated keystroke "fixes" made in v1.50 or 1.51. Its easy to fix (already done) so it *will* be fixed in the next version. Cant say when that will be...
by phil
Wed Dec 15, 2010 1:46 am
Forum: XMouse Button Control
Topic: [xmbc1.52] {VOL+} = b and {VOL-} = c ???
Replies: 4
Views: 5990

Re: [xmbc1.52] {VOL+} = b and {VOL-} = c ???

Oh dear, another bug :( I think the vol option in simulated keys if broken. I will have a look into it ASAP and try and fix it. I guess all the changes to the way that keys are sent, have broken got this one :( It seems that the Volume Up option is also affect (which makes sense as it just sends the...
by phil
Wed Dec 15, 2010 1:39 am
Forum: XMouse Button Control
Topic: Switching layers
Replies: 5
Views: 6753

Re: Switching layers

It seems in the excitement of my holiday I forgot all about this one :oops:
I'll try not to do that again!
by phil
Wed Dec 15, 2010 1:36 am
Forum: XMouse Button Control
Topic: Automatic switch back layer
Replies: 13
Views: 13955

Re: Automatic switch back layer

Well in answer to your first question... What you describe is exactly how it should be working. The layer is only activated while the button assigned to the layer switch is held down. When the button is released, the layer should revert to the previous one. However you need to make sure you don't ha...
by phil
Sun Dec 12, 2010 3:06 pm
Forum: InpOut32 (x64)
Topic: Parallel Port's Currents and Voltages
Replies: 5
Views: 12735

Re: Parallel Port's Currents and Voltages

Wow, what a good find :)
Thanks for sharing that link. I'm sure others will find it useful too.

Phil
by phil
Sun Dec 12, 2010 4:52 am
Forum: XMouse Button Control
Topic: OfficeMouse mode question
Replies: 3
Views: 6084

Re: OfficeMouse mode question

Yes thats what i meant. dwExtraInfo (ULONG_PTR). I know its strange - but thats how that particular mouse worked. As for the extra buttons, if only they all used WM_XBUTTON* and dwData, but only the 4th and 5th work that way. Mice with more than 5 buttons, generally dont send any normal mouse messag...
by phil
Sun Dec 12, 2010 4:47 am
Forum: InpOut32 (x64)
Topic: Parallel Port's Currents and Voltages
Replies: 5
Views: 12735

Re: Parallel Port's Currents and Voltages

PCI expansion cars should be OK but I cant be sure as I've never tried them. USB parallel ports seem to be a no go.

See here
by phil
Sat Dec 11, 2010 6:04 pm
Forum: XMouse Button Control
Topic: OfficeMouse mode question
Replies: 3
Views: 6084

Re: OfficeMouse mode question

Sorry are you asking about the 4th and 5th buttons? They work exactly as the microsoft documentation would suggest. XCMC hooks the windows mouse messages and intercepts them. the 4th and 5th buttons send a WM_XBUTTONDOWN/WM_XBUTTONUP and 1 or 2 in the mouse data indicates left or right (4th or 5th) ...
by phil
Sat Dec 11, 2010 5:58 pm
Forum: XMouse Button Control
Topic: Make Scroll wheel Scroll window under cursor
Replies: 3
Views: 5760

Re: Make Scroll wheel Scroll window under cursor

Brilliant - I'm glad you found the problem, and Im even happier it was not XMBC :)

Thanks for the info,
Phil
by phil
Sat Dec 11, 2010 5:57 pm
Forum: InpOut32 (x64)
Topic: Parallel Port's Currents and Voltages
Replies: 5
Views: 12735

Re: Parallel Port's Currents and Voltages

sorry, I cant help on the hardware side. I only ported the driver to x64, I didn't write it and I don't know an awful lot about parallel ports. Maybe someone else here can help, else you might like to try the Logix4U forum (original author). However as to compatibility, InpOutx64 (my port) v1.2.0.0 ...
by phil
Thu Dec 09, 2010 4:55 pm
Forum: XMouse Button Control
Topic: Feature Request.
Replies: 27
Views: 29017

Re: Feature Request.

Ammusionist wrote:Man - That was a really hijacked thread!
I guess that is bound to happen when you call the thread "feature request" :D
Anyway, I'm glad the app selector is what you were looking for!

Thanks,
Phil
by phil
Tue Dec 07, 2010 1:46 am
Forum: XMouse Button Control
Topic: Make Scroll wheel Scroll window under cursor
Replies: 3
Views: 5760

Re: Make Scroll wheel Scroll window under cursor

Thats odd, I've been using scroll under cursor for a long time and I've never noticed a problem with the live preview on any of my 4 windows 7 (pro/ultimate) machines, both x86 and x64, (varying from a 7yr old & slow dell laptop (that still supports aero :o), atom net top, to a faster I5 760). W...
by phil
Mon Dec 06, 2010 11:42 am
Forum: XMouse Button Control
Topic: Tilt wheel with MS mouse not work
Replies: 39
Views: 55245

Re: Tilt wheel with MS mouse not work

Well that is good news. No need for me to rush and buy the mouse now either :)

Thanks for the update,
Phil
by phil
Sat Dec 04, 2010 2:43 pm
Forum: XMouse Button Control
Topic: Tilt wheel with MS mouse not work
Replies: 39
Views: 55245

Re: Tilt wheel with MS mouse not work

Is it the laser version - ie this one
or the standard one which isnt too expensive :)

Thanks,
Phil
by phil
Sat Dec 04, 2010 2:36 pm
Forum: XMouse Button Control
Topic: Tilt wheel with MS mouse not work
Replies: 39
Views: 55245

Re: Tilt wheel with MS mouse not work

I noticed one of the FAQs claims that no more than 5 buttons will ever be supported, is this true for Win7? Yes its true for all versions of windows to date. None of them support mouse messages for buttons > 5, and rely of drivers, so provide more buttons. Thus XMBC, which relies on windows message...