Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Mouse movements not working or working slow

Found a bug in EventGhost? Report it here.
Post Reply
olo2
Posts: 3
Joined: Sun Mar 02, 2008 5:33 pm

Mouse movements not working or working slow

Post by olo2 »

Hi,

I have a MCE remote and I┬┤m trying to control Internet Explorer by Mouse.GoDirection.

Mostly it works, but on some pages it just won┬┤t. Seems to stuck over links and other bumpers.
Is this perhaps a driver problem or what?
I┬┤m using MCE Replacement Driver.578.zip from Mediaportal project. Version of Eventghost is 0.3.6.12

Example of a problem page is http://www.aftonbladet.se

Code: Select all

<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1262">
    <Macro Name="IE Mus Upp" Expanded="True">
        <Event Name="MceRemote.Up">
        </Event>
        <Action>
            Mouse.GoDirection(0.0)
        </Action>
        <Action>
            EventGhost.AutoRepeat(0.59999999999999998, 0.29999999999999999, 0.01, 3.0)
        </Action>
    </Macro>
</EventGhost>
Last edited by olo2 on Sun Mar 02, 2008 5:48 pm, edited 1 time in total.
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: Mouse movements not working or working slow

Post by Bitmonster »

Don't use AutoRepeat with GoDirection.
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
olo2
Posts: 3
Joined: Sun Mar 02, 2008 5:33 pm

Re: Mouse movements not working or working slow

Post by olo2 »

It is the same problem with or without Autorepeat!
olo2
Posts: 3
Joined: Sun Mar 02, 2008 5:33 pm

Re: Mouse movements not working or working slow

Post by olo2 »

Found one more page where the problem is visible.
Found that both pages have Child Class Internet Explorer_Server. Is that a problem?

http://svt.se/svt/road/Classic/shared/m ... sp?d=37591
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: Mouse movements not working or working slow

Post by Bitmonster »

Just tested both sites with the original replacement driver and IE7. No oddities.

Try it again with the driver from here:
http://www.eventghost.org/wiki/MCE_Remote_FAQ
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
Post Reply