visler Posted April 28, 2011 Posted April 28, 2011 Hi I am stuck installing dropbox (www.dropbox.com) using autoit, when i t get to select between the 2 setups (common and advanced) i like to select advanced, select where to put my dropbox folder) but i want it to be working on any screen resolution as it will be using on hanvon b10 tablets and pc's. The folder where i want dropbox is c:\dropboc, done by selecting c-drec and type in dropbox in the field below. Please let me know how to. I cant find at keyboard input for selecting advanded setup...and the rest i guess is the same Thx in advance
visler Posted April 29, 2011 Author Posted April 29, 2011 IS the sceen where i am stuck, how can i navigate to "instance 7". The info tool has been filled with info, using finder tool and move to the radiobutton "advanced"
bwochinski Posted April 29, 2011 Posted April 29, 2011 I don't have the ability to try a dropbox install at the moment to find control infos, but have you tried something like: ControlSend("Dropbox Setup", "", "", "{DOWN}") Assuming the radio buttons get focus at the start I would expect that to work.
visler Posted April 29, 2011 Author Posted April 29, 2011 (edited) thx - i just worked this solution out my self - Controlclick("Dropbox setup", "", "[CLASS:Button; INSTANCE:2]") Edited April 29, 2011 by visler
visler Posted April 29, 2011 Author Posted April 29, 2011 I like to find "computer" ind the list, expand it and select c-drive.These 4 ControlTreeView is from testing and the only 1, not giving an error back is number 2, why ? $rc = ControlTreeView("Angiv en mappe", "", "[iD:100]", "Expand", "#1")msgbox(0,"test1","Retur fra ControlTreeView " & $rc & " error " & @error); sprog dansk, engelsk ??$rc = ControlTreeView("Angiv en mappe", "", "[iD:100]", "Expand", "#0")msgbox(0,"test2","Retur fra ControlTreeView " & $rc & " error " & @error)$rc = ControlTreeView("Angiv en mappe", "", "[iD:100]", "Expand", "#0|#0")msgbox(0,"test3","Retur fra ControlTreeView " & $rc & " error " & @error)$rc = ControlTreeView("Angiv en mappe", "", "[iD:100]", "Expand", "#1|#1")msgbox(0,"test4","Retur fra ControlTreeView " & $rc & " error " & @error)
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