Jump to content

Control box is too big to input numbers, how to solve this issue most conveniently?


Go to solution Solved by Yan0115,

Recommended Posts

Posted

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

 

image_LI.jpg

Posted

When you enter value you first press click over it? what about  using ControlClick and then use Send?

 

Saludos

  • Solution
Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...