Yan0115 Posted January 21, 2022 Share Posted January 21, 2022 Dear AutoIt community, I'm trying to automate a motion stage embedded in an instrument using AutoIt. The software GUI of the instrument has X and Y coordinates input box where I can manually type in numbers. However, AutoIt recognizes this box as static class, (shown in attached image) and prevent me from editing it. The control box of input for X-coordinates, shown in the image, is too big that it includes the unit 'mm'. This might be the reason that AutoIt recognizes it as static class. Could you help me to solve this issue in order to edit the coordinates? If you have any idea, please let me know. Thank you. Yan Link to comment Share on other sites More sharing options...
Danyfirex Posted January 21, 2022 Share Posted January 21, 2022 When you enter value you first press click over it? what about using ControlClick and then use Send? Saludos Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut Link to comment Share on other sites More sharing options...
Solution Yan0115 Posted January 21, 2022 Author Solution Share Posted January 21, 2022 2 hours ago, Danyfirex said: When you enter value you first press click over it? what about using ControlClick and then use Send? Saludos Thank you for suggestion. I tried ControlClick, seems not working as well. 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