Jump to content

Recommended Posts

Posted (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

Autoit-Create%20New%20Configuration.JPG

- Configuration Wizard

Autoit-Configuration%20Wizard%202.JPG

I 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 by JohnS

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...