jdelaney Posted May 10, 2018 Author Share Posted May 10, 2018 there is something very wrong with your install then. can you run any script? What version. IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window. Link to comment Share on other sites More sharing options...
snadipelli Posted May 10, 2018 Share Posted May 10, 2018 I am able to compile and run other scripts provided by my colleagues. The problem is seen only with compiling this script. Version of AutoIT installed is 3.3.14.0. Link to comment Share on other sites More sharing options...
RadicalKoncepts Posted May 21, 2019 Share Posted May 21, 2019 Hi jdelaney. I used your script to scan through controls and their properties in a large complex Windows form. There are controls - specifically multiple checkbox grouped inside tablecontrolpanel and the script does not identify them. Is there a way to understand if a given control 1) has child controls within it. 2) Iterate them and click checkbox based on Y/N? Please help and guide. Link to comment Share on other sites More sharing options...
Earthshine Posted May 21, 2019 Share Posted May 21, 2019 (edited) use UIASpy instead to see all your available controls. AutoIt can't see all controls. Especially XAML based forms. Start to learn UIAutomation. It can do what you need to do most likely. Edited May 21, 2019 by Earthshine My resources are limited. You must ask the right questions Link to comment Share on other sites More sharing options...
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