Jump to content

Problems with ControlClick v3.2.4.9


Recommended Posts

Hello,

i want to always see "more information" in the windows vista copydialog and tried to use ControlClick Function for this.... (the script should then later work as a service, if i get it working)

i have attached jpg files, so you can check the problem.

In the Copydialog.jpg i want the "Mehr Information" (more information) pressed during Controlclick, but its not working.

In the control.jpg you can see the Window - Informations to this Dialog - as you can see, the "more information" - "Button" is not beiing recognied, i used then the mouse to get the corrdinates for controlclick what should be 30,140

In the control2.jpg you can see the Information abbout the "Abbrechen" (Cancel) Button and this is a real Button, that i got to work.

Why is my script not working for the "Mehr Information" Button ?

WinWait ("Verbleibende Zeit wird berechnet...")

WinActivate("Verbleibende Zeit wird berechnet...", "")

WinWaitActive("Verbleibende Zeit wird berechnet...", "")

ControlClick("Verbleibende Zeit wird berechnet...","DirectUIHWND","left",1,30,140)

post-5736-1181641288_thumb.jpg

post-5736-1181641325_thumb.jpg

post-5736-1181641359_thumb.jpg

das beste Windows Support Forum: Windows 2000 Helpline und tschüss den WindowsfehlernProgrammieren: Autoit 3 - wer braucht noch VBS ?!Programmieren: Autoit 3 Forum?

Link to comment
Share on other sites

noone ?

Hi,

maybe you can post your problem also here : www.autoit.de

Try using ControlClick only with title and coords.

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

  • Moderators

You forgot the "instance" under "control"

DirectUIHWND1

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

  • 1 month 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...