croutz Posted June 8, 2006 Posted June 8, 2006 Hello, I'm trying to automate PowerArchiver 9.62.3.0 installation using AutoIt V3. At the end, installation program give me the 2 following choices: - Run PowerArchiver 2006 - What's New I want to deselect both of them but I can't reach them by programing (WinWait and ControlClick functions). "AutoIt Active Window Info" doesn't give me the handles to reach these fields. I also tried the "FindClassesByText" tool (FindClassesByText.au3 program) but with no good result. Does anybody know how to reach thes "hidden" fields with? Thanks, Regards, D. Croutz.
buffics Posted June 8, 2006 Posted June 8, 2006 Hello,I'm trying to automate PowerArchiver 9.62.3.0 installation using AutoIt V3. At the end, installation program give me the 2 following choices: - Run PowerArchiver 2006 - What's NewI want to deselect both of them but I can't reach them by programing (WinWait and ControlClick functions). "AutoIt Active Window Info" doesn't give me the handles to reach these fields.I also tried the "FindClassesByText" tool (FindClassesByText.au3 program) but with no good result.Does anybody know how to reach thes "hidden" fields with?Thanks,Regards,D. Croutz.Have you tried usingSend("{TAB}")when it is at the window until it is highlighting "Run PowerArchiver 2006" then do a Send("{SPACE}")to deselect it?
croutz Posted June 9, 2006 Author Posted June 9, 2006 Hello,Thanks for your help, I'm going to try this.Regards.Have you tried usingSend("{TAB}")when it is at the window until it is highlighting "Run PowerArchiver 2006" then do a Send("{SPACE}")to deselect it?
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