Page 1 of 1

Change an input field adjacent to specified label

Posted: 18 Sep 2023, 21:18
by jtaljaard
If a label indicates the type of field next to it, is there a means of setting up an AUTOGUI rule to change it?

E.g, if the label says Date......: [inputfield], how would one go about changing the input field to a date picker even though there is no data within the input field?

I know how to change it based on the format of input inside the input field which changes it to a date picker, but not sure how you could if there is no data in the field yet.

Re: Change an input field adjacent to specified label

Posted: 18 Sep 2023, 21:44
by Dino
You can create an autogui rule, for Date, indicate target the input field, left contains Date text, that will do it. You don't need data in the input field

Re: Change an input field adjacent to specified label

Posted: 18 Sep 2023, 22:01
by jtaljaard
When you replied I remembered going over that in the tutorial so I found it, but thanks so much!

What solved my issue (based on Dino's response):
Based on Dino's reply which solved my issue.
Based on Dino's reply which solved my issue.
Screenshot 2023-09-18 135522.png (4.85 KiB) Viewed 18014 times
Found in Tutorial 4 AutoGUI+ (this is based on Gender but the same applies):
Found this as well on the Tutorial 4 AUTOGUI+, which is similar.
Found this as well on the Tutorial 4 AUTOGUI+, which is similar.
Screenshot 2023-09-18 135620.png (21.86 KiB) Viewed 18014 times
Thanks a lot Dino!