Jump to content

Need Help


Recommended Posts

Hi all, i need to know how to make ur script wait for a grey button (unclickable) to be clickable then send a mouse click to a specific place but im not sure how to. I checked on the WinWaits and If but still failed. Just need some suggestions :think: .

Joash.

Link to comment
Share on other sites

Hi all, i need to know how to make ur script wait for a grey button (unclickable) to be clickable then send a mouse click to a specific place but im not sure how to. I checked on the WinWaits and If but still failed. Just need some suggestions :think: .

Joash.

try using the following (fill in the info needed to make it work)

$val = ControlCommand ( "title", "text", controlID, "IsEnabled" , "")
if $val then
  ; do something
endif

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

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...