Jump to content

Recommended Posts

Posted

im newb creating a new project that will click a button.. the thing is i saved it and now it miss clicks the button.. so its dependent on the coordinates.. is there a way that i dont need to change coordinates when i change the window size?

Posted

im newb creating a new project that will click a button.. the thing is i saved it and now it miss clicks the button.. so its dependent on the coordinates.. is there a way that i dont need to change coordinates when i change the window size?

Take a look in the helpfile @ ControlClick()

They call me MrRegExpMan

Posted

Take a look in the helpfile @ ControlClick()

i tried the ControlClick() function but its a no go..

AutoItSetOption("MouseCoordMode",2) too..

Posted

Why is ControlClick a no go?

i cant seem to make it click a button. when i change the window size..

should i use the absolute or relative coord when i get the info?

Posted

Try and use the controlID, in the help file for 'control' go to the link on 'The control to interact with. See Controls.' for info on how to use it.

GDIPlusDispose - A modified version of GDIPlus that auto disposes of its own objects before shutdown of the Dll using the same function Syntax as the original.EzMySql UDF - Use MySql Databases with autoit with syntax similar to SQLite UDF.
Posted

Try and use the controlID, in the help file for 'control' go to the link on 'The control to interact with. See Controls.' for info on how to use it.

would it work on flash?

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