Jump to content

Checking a Controls state


Recommended Posts

I run a program that performs a list of actions and the output of those actions are displayed in a status window. The Next button is greyed out until those actions are performed. I want to know if there is a way to check the state of a control, like a button to see if it is enabled or disabled and then to check the text in the status windows to see if the word error is pressent.

Is this possible and can someone lead me in the right direction?

Tanks

:D

Triton
Link to comment
Share on other sites

  • Developers

Check out this command:

ControlCommand ( "title", "text", "classnameNN", "command", "option" )

command: "IsEnabled"

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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