Jump to content

controlclick to uncheck


Recommended Posts

hello,

i have a script to setup "spyware terminator" and my ControlClick does not seem to work.

any suggestions on what could be happening during the ControlClick here? i want to make sure

to uncheck the toolbar.

ControlClick ("Spyware Terminator Setup", "", "[CLASS:TCheckBox; TEXT:Enable Web Security Guard Toolbar (Recommended); INSTANCE:2]")

i've also tried w/the ID

ControlClick ("Spyware Terminator Setup", "", 131916)

thanks for any help.

Posted Image

Link to comment
Share on other sites

hello,

i have a script to setup "spyware terminator" and my ControlClick does not seem to work.

any suggestions on what could be happening during the ControlClick here? i want to make sure

to uncheck the toolbar.

ControlClick ("Spyware Terminator Setup", "", "[CLASS:TCheckBox; TEXT:Enable Web Security Guard Toolbar (Recommended); INSTANCE:2]")

i've also tried w/the ID

ControlClick ("Spyware Terminator Setup", "", 131916)

thanks for any help.

How about this:
ControlCommand("Spyware Terminator Setup", "", "TCheckBox2", "check")

:mellow:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

i'm still having issues on "unchecking" this particular control using ControlClick w/Window Info and could really use some help please

below are several different ways i've tried using ControlClick.

ControlClick ("Spyware Terminator Setup", "", "[CLASS:TCheckbox; TEXT:Enable Web Security Guard Toolbar; INSTANCE:2]")

ControlClick ("Spyware Terminator Setup", "", "[CLASS:TCheckbox; TEXT:Enable Web Security Guard Toolbar (Recommended); INSTANCE:2]")

ControlClick ("Spyware Terminator Setup", "", 1966160)

is there another way i could try to uncheck this control?

screenshot of the software setup and Window Info below.

Posted Image

Link to comment
Share on other sites

  • 4 months later...

the Send ("{SPACE}") works but would appreciate any other suggestions.

thanks in advance.

I had the same problem with checkboxes in general and the posts of this topic got it working. Please try:

CODE

ControlCommand("Spyware Terminator Setup","", "[CLASS:TCheckBox; INSTANCE:2]", "UnCheck", "")

Note the difference between TCheckbox in the above examples and TCheckBox in this excaple... CAPITAL B!

Edited by Steven
Link to comment
Share on other sites

  • 2 years later...

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