Jump to content

Recommended Posts

Posted

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

Posted

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]

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
×
×
  • Create New...