JohnS Posted June 26, 2005 Posted June 26, 2005 (edited) Hello.I request help for my second AutoIt script, which is for Outpost Firewall 2.7.485.I am having some difficulties I can't pass.1- The installation presents 2 windows with hidden buttons (information provided by Autoit Window Info) which I can't activate with the usual command - ControlCommand("blablabla", "blablabla", "Button1", "Check", "").They are Window with titles:- Create New Configuration- Configuration WizardI passed those windows with - Send("{TAB}{TAB}{SPACE}") - but I am not happy with it because it is not so precise.2- My second and biggest problem is that second window - Configuration Wizard.It has a progress bar and only when it reaches the end the greyed button becomes clickable.Since the title and text is the same, before the command - Send("{TAB}{TAB}{SPACE}") - I had to put - Sleep(100000)- because sometimes it complets in 20 seconds and sometimes in 80 seconds.But this is not satisfiing with this.1-How can I check those hidden buttons?2-How can I avoid the sleep command?This second is solved. I found that Edmoncu had a script for Outpost 2.5 that with some adaptations solves my problem: here Edited June 26, 2005 by JohnS
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