mwzch Posted March 11, 2010 Posted March 11, 2010 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?
Steveiwonder Posted March 11, 2010 Posted March 11, 2010 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
mwzch Posted March 11, 2010 Author Posted March 11, 2010 Take a look in the helpfile @ ControlClick()i tried the ControlClick() function but its a no go..AutoItSetOption("MouseCoordMode",2) too..
Steveiwonder Posted March 11, 2010 Posted March 11, 2010 Why is ControlClick a no go? They call me MrRegExpMan
mwzch Posted March 11, 2010 Author Posted March 11, 2010 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?
Yoriz Posted March 11, 2010 Posted March 11, 2010 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.
mwzch Posted March 12, 2010 Author Posted March 12, 2010 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?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now