kbrent Posted February 6, 2007 Posted February 6, 2007 Ok- I am new to this but basically I am trying to tick a box on an installer. I have tried tab and space using send but that doesnt seem to work and I have been looking at controlclick and controlsend. Nothing seems to work, can anyone offer a suggestion on a better way to do this..... Thanks.
Thatsgreat2345 Posted February 6, 2007 Posted February 6, 2007 Are you sure your using the proper Ctrl ID that was found with the Autoit Window Info Tool that comes along with autoit?
kbrent Posted February 7, 2007 Author Posted February 7, 2007 I think I am but I am not sure I am getting the context of the commands correct - could someone pls post an example. So this is clear I am trying to minic the action of ticking a box in an installer window.
nobbe Posted February 7, 2007 Posted February 7, 2007 I think I am but I am not sure I am getting the context of the commands correct - could someone pls post an example. So this is clear I am trying to minic the action of ticking a box in an installer window.hiControlClick Sends a mouse click command to a given control.ControlClick("Untitled -", "", "MDIClient1")where MDIClient1 ist the ID of the control - you need to figure it out
kbrent Posted February 11, 2007 Author Posted February 11, 2007 hiControlClick Sends a mouse click command to a given control.ControlClick("Untitled -", "", "MDIClient1")where MDIClient1 ist the ID of the control - you need to figure it outThanks for your comments although they were not very helpful as they were not very descriptive. I have now solved the problem using a simple mouse key movement and an ALT send.
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