AutoGUI+ Menu Items
Posted: 18 Jan 2022, 03:26
Hi All,
I have a customer that has reported the following situatoin he needs help with:
"I have a bunch of menu programs and is there way to get the AutoGui to automatically trim the blank spaces on the values? Example when you click on the link the auto gui puts in ‘ 1’ instead of ‘1’. Reason is, half my menu options on numerous screens are entered in that way which means half my menu links don’t work."
I can't figure out how to solve this problem. I've tried editing the regular expression in the AutoGUI+ rules that build the menu items, but I can't figure out the correct syntax. Here is the shipped value: ^( *\d+)\.(?!\d+)(.*)$
I'm hoping to find any global solution that doesn't require me to go to each affected screen and make the change.
Any help would be appreciated.
Thanks, Luis
I have a customer that has reported the following situatoin he needs help with:
"I have a bunch of menu programs and is there way to get the AutoGui to automatically trim the blank spaces on the values? Example when you click on the link the auto gui puts in ‘ 1’ instead of ‘1’. Reason is, half my menu options on numerous screens are entered in that way which means half my menu links don’t work."
I can't figure out how to solve this problem. I've tried editing the regular expression in the AutoGUI+ rules that build the menu items, but I can't figure out the correct syntax. Here is the shipped value: ^( *\d+)\.(?!\d+)(.*)$
I'm hoping to find any global solution that doesn't require me to go to each affected screen and make the change.
Any help would be appreciated.
Thanks, Luis