Jump to content

mouseclick


Recommended Posts

Trying to get an installer automated.. the program is Kudos but comes with a very crap installation program. Not flash but not quite windows style n theres no way of using WinWaitActive to ensure to wait untill the next step has loaded.

Basically its all timed, finally almost perfected it but I need to click a button at the end as i cant tab or controlclick it.

I set the script to run mouse cord's as window, yet different screen resolutions still give me different results.

Its really wierd?

Works in 1024x768 yet in 800x600 it clicks just off the button. Im 100% sure i havent put in the wrong cord's and its working in window mode.

Anyone else found this? :D

Thanks

Link to comment
Share on other sites

HI,

as a workaround you can script:

If @desktopWidth = ... Then

X=100 y=200

and so on.

:">

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

posting the relevant code might help. Anyway. Does "AutoIT Window Info" show the same coords like the ones you used, when you hover over the button in 800x600 resolution?

Cheers

Kurt

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

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...