memnon Posted June 12, 2007 Posted June 12, 2007 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) das beste Windows Support Forum: Windows 2000 Helpline und tschüss den WindowsfehlernProgrammieren: Autoit 3 - wer braucht noch VBS ?!Programmieren: Autoit 3 Forum?
memnon Posted June 20, 2007 Author Posted June 20, 2007 noone ? das beste Windows Support Forum: Windows 2000 Helpline und tschüss den WindowsfehlernProgrammieren: Autoit 3 - wer braucht noch VBS ?!Programmieren: Autoit 3 Forum?
Xenobiologist Posted June 20, 2007 Posted June 20, 2007 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
Moderators SmOke_N Posted June 20, 2007 Moderators Posted June 20, 2007 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.
memnon Posted August 9, 2007 Author Posted August 9, 2007 You forgot the "instance" under "control"DirectUIHWND1thx i will give it a try das beste Windows Support Forum: Windows 2000 Helpline und tschüss den WindowsfehlernProgrammieren: Autoit 3 - wer braucht noch VBS ?!Programmieren: Autoit 3 Forum?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now