Jump to content

Mouseclick with different Screenresolutions


baumi
 Share

Recommended Posts

HiHo!

I have an annoying Problem. If I use Mouseclicks for installing/configuration Jobs sometimes the Mouse doesn't hit the right spot if the PC doesn't use the same Screen-Resolution as the PC where I programmed it.

I do use Opt("MouseCoordMode", 0) to only use the relative coords of the active window, but it still doesn't work most of the time. :)

While I try to avoid Mouseclicks, some programms simply don't let them install with keypresses only, so working around is not enough.

Many Thanks in Advance,

Baumi

Link to comment
Share on other sites

Try to get the Control ID's and use ControlSend, ControlClick, etc...

UseAU3Info.exe (AutoIt v3 Window Info Tool) to identify the controls, or if they're not recognized you may need to use PixelSearch to "look" at the window.

[font="Tahoma"]"Tougher than the toughies and smarter than the smarties"[/font]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...