Toonia Posted September 8, 2019 Posted September 8, 2019 Hello, I want to read data from Maya Autodesk's window, but the AutoIT Info Tool cannot read it. Can anyone help me? Thanks
Earthshine Posted September 8, 2019 Posted September 8, 2019 (edited) That is because it’s built with qt widgets. You can use UIAutomation udf Edited September 8, 2019 by Earthshine My resources are limited. You must ask the right questions
seadoggie01 Posted September 8, 2019 Posted September 8, 2019 If you don't want to use UIAutomation, you can usually use Send commands to get the menu commands instead of the buttons themselves. For example, this will navigate to File -> Save As in most programs SendKeepActive("Your Window Title") Send("!f") ;" != Alt" Send("a") SendKeepActive("") All my code provided is Public Domain... but it may not work. Use it, change it, break it, whatever you want. Spoiler My Humble Contributions:Personal Function Documentation - A personal HelpFile for your functionsAcro.au3 UDF - Automating Acrobat ProToDo Finder - Find #ToDo: lines in your scriptsUI-SimpleWrappers UDF - Use UI Automation more Simply-erKeePass UDF - Automate KeePass, a password managerInputBoxes - Simple Input boxes for various variable types
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