frasuperbike Posted August 9, 2006 Posted August 9, 2006 I have did a script to automate one installation but during that the script stop itself because there is a hidden command in active windows. What is the way to unhide, see and use this hidden command? thank you ps Sorry for my english
Bert Posted August 9, 2006 Posted August 9, 2006 what did the active window tool report about the window? The Vollatran project My blog: http://www.vollysinterestingshit.com/
frasuperbike Posted August 9, 2006 Author Posted August 9, 2006 i don't understand what you want but i can post the image. I hope that this can help us... In this situation i can click to the Button1...why? The part of script is : Winwait ("Scelta della cartella di destinazione") Winactivate ("Scelta della cartella di destinazione") sleep (100) controlclick("Scelta della cartella di destinazione","&Avanti >", 1) with debugtrayicon i see that script wait this line : Winwait ("Scelta della cartella di destinazione") but this is opened on the video... why??? thank youinstall.doc
mozart90 Posted August 9, 2006 Posted August 9, 2006 i don't understand what you want but i can post the image. I hope that this can help us... In this situation i can click to the Button1...why? The part of script is : Winwait ("Scelta della cartella di destinazione") Winactivate ("Scelta della cartella di destinazione") sleep (100) controlclick("Scelta della cartella di destinazione","&Avanti >", 1) with debugtrayicon i see that script wait this line : Winwait ("Scelta della cartella di destinazione") but this is opened on the video... why??? thank you hm perhaps try another wintiltematchmode Opt("WinTitleMatchMode", 1) ;1=start, 2=subStr, 3=exact, 4=advanced greetings mozart90 Easy Zip Compression using XP
Bert Posted August 9, 2006 Posted August 9, 2006 In the Beta, when you use the start button to get to the AutoIt folder, there is a tool called "AutoIt Window Info (beta)" Use it to see what the window has for information The Vollatran project My blog: http://www.vollysinterestingshit.com/
Briegel Posted August 9, 2006 Posted August 9, 2006 (edited) I think you forget the optional 'button'. ControlClick ( "title", "text", controlID [, button] [, clicks]] ) Try this controlclick("Scelta della cartella di destinazione","&Avanti >", "",1)oÝ÷ Ø@ÈLêí+ºÚ"µÍÛÛÛÛXÚÊ ][ÝÔØÙ[H[HØ[HHÝ[^[ÛI][ÝË ][ÝÉ[Ð][H ÝÉ][ÝÊ EDIT: URGH! Forget this post. Following post from 'Zedna' is right. Without 'controlID' my exampels aren't executable. I am sorry to have written such a dung! :"> Edited August 10, 2006 by Briegel
Zedna Posted August 9, 2006 Posted August 9, 2006 Try this: controlclick("Scelta della cartella di destinazione","&Avanti >", "Button1") Resources UDF ResourcesEx UDF AutoIt Forum Search
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