bloC Posted December 28, 2008 Posted December 28, 2008 Hey there, i wanted to do a controlclick with coodinates....but im not able to this ControlClick("[CLASS:Classname]", "", "[iD:IDNumber]", "", "", "57" , "95") what is wrong? greetings bloC
BrettF Posted December 28, 2008 Posted December 28, 2008 I agree with your statement. How about you make them actual numbers. "57" to 57. Cheers, Brett Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
FireFox Posted December 28, 2008 Posted December 28, 2008 ControlClick("[CLASS:Classname]", "", "[iD:IDNumber]", "", "", "57" , "95")@bloC "[iD:IDNumber]" is a number, you can get it with au3info.exe (Program Files\AutoIt3\au3info.exe) Cheers, FireFox.
Xand3r Posted December 28, 2008 Posted December 28, 2008 I agree with your statement. How about you make them actual numbers. "57" to 57.Cheers,Bretti don't think it mathers wether you use quotes or not..(in most functions it makes no difference) Only two things are infinite, the universe and human stupidity, and i'm not sure about the former -Alber EinsteinPractice makes perfect! but nobody's perfect so why practice at all?http://forum.ambrozie.ro
bloC Posted December 28, 2008 Author Posted December 28, 2008 anyway....it doesnt work... can someone give me an example?
Pain Posted December 28, 2008 Posted December 28, 2008 ControlClick ("title", "text", controlID [, button [, clicks [, x [, y ]]]] ) To get the Classname use for example "[CLASSNN:Edit1]". For ID you can use "[iD:254]" or simply 254 (without quotes). This should be more correct: ControlClick ("", "", controlID , "left" , 1 , 57 , 95) Where it says controlID you can have for example "[CLASSNN:Edit1]", if you want to use more than one property write [CLASSNN:Edit1; TEXT:Hello; ID:254] and so on.
bloC Posted December 28, 2008 Author Posted December 28, 2008 ah cool thanks, now it works it's so easy
Surgery Posted December 30, 2008 Posted December 30, 2008 Didn't want to start another thread for control clicks, so I'll just post here. my code: ControlClick("[CLASS:#32770]", "", "[CLASSNN:SysTreeView321; ID:1439]", "", "", "31", "201") And nothing is happening. I position my mouse at those coordinates and click and it works, but the automation does not.
Pain Posted December 30, 2008 Posted December 30, 2008 ControlClick("[CLASS:#32770]", "", "[CLASSNN:SysTreeView321; ID:1439]", "left", 1, 31, 201)
Bert Posted December 30, 2008 Posted December 30, 2008 Hey there, i wanted to do a controlclick with coodinates....but im not able to this ControlClick("[CLASS:Classname]", "", "[iD:IDNumber]", "", "", "57" , "95") what is wrong? greetings bloCDon't EVER call yourself Stupid. You just not YET have been enlightened! Keep learning! The Vollatran project My blog: http://www.vollysinterestingshit.com/
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