Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
exact window name?
#5
I am having a similar problem.
When I allow the dialog box or the record function grab the window it's name comes up as:
int w1=act(win("FlexiSIGN-PRO - [R9-13 18x18]" "FlexiSIGN-PRO"))
The Flexi software can come in several flavors FlexiSIGN-PRO -LETTER -SIGN -EXPERT etc. additionally, the file name : [R9-13 18x18] varies for every file opened and I am using this macro to do a very complicated and tedious routine that we need to repeat several thousand times.

I tried :
int w1=act(win("FlexiSIGN*" "FlexiSIGN*"))
int w1=act(win("FlexiSIGN?" "FlexiSIGN?"))
int w1=act(win("FlexiSIGN-PRO*" "FlexiSIGN-PRO"))
I still keep getting the same message that the Window Cannot Be Found.
This is getting frustrating. Any advice?


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)