Jump to content

Clicking the button using control click


Guest Ramkum
 Share

Recommended Posts

Guest Ramkum

Hi,

I am not sure if this is a bug. I am unable to use controlclick function in the latest version v3.2.4.8. It is working fine on the old version v3.2.2.0.

I executed the script with the new version the script doesn't invoke the click function for the button so I uninstalled new version and installed the old version button click worked fine.

Does anybody have the same issue with the latest version?

Thanks,

Ram

Link to comment
Share on other sites

interesting, heres a way round tho.... use ControlFocus first.........

ControlFocus( "title", "text", controlID)

ControlClick ( "title", "text", controlID)

alternatively, feed it 2 clicks as in ....

ControlClick ( "title", "text", controlID, "left",2)

Edited by Rick

Who needs puzzles when we have AutoIt!!

Link to comment
Share on other sites

interesting, heres a way round tho.... use ControlFocus first.........

ControlFocus( "title", "text", controlID)

ControlClick ( "title", "text", controlID)

alternatively, feed it 2 clicks as in ....

ControlClick ( "title", "text", controlID, "left",2)

I used this always.

ControlFocus( "title", "text", controlID)

ControlClick ( "title", "text", controlID)

This worked on the old version not the new version.

ControlClick ( "title", "text", controlID, "left",2) and when do this... it is the same no change...

Link to comment
Share on other sites

do you have an example of what you're clicking on,

I used a msgbox using 3.2.4.9, works for me.

I am using the controlclick on a application that has Save and Cancel button. I have to put the filename and need to click save..and it doesn't.

Link to comment
Share on other sites

I am using the controlclick on a application that has Save and Cancel button. I have to put the filename and need to click save..and it doesn't.

I having the same trouble since I downloaded 3.2.4.9.

And I tried ControlFocus before.

For while I using MouseClick as a "backup function".

Só o que posso lhe dizer, bom é quando faz mal!My work:Au3Irrlicht - Irrlicht for AutoItMsAgentLib - An UDF for MSAgentAu3GlPlugin T2 - A 3D plugin for AutoIt...OpenGl Plugin - The old version of Au3GlPlugin.MAC Address Changer - Changes the MAC AddressItCopter - A dragonfly R/C helicopter simulator

VW Bug user

Pinheiral (Pinewood) city:

http://pt.wikipedia.org/wiki/Pinheiral

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