09-23-2013, 05:04 AM
Hello,
I am new to QM. One reason I might like to prefer QM over alternatives is the recorder. I recorded this script:
One thing I noticed is that it is recording mouse coordinates. In some of my applications, things move around (even in the client area), and thus cannot be reliably located by pixel coordinates. I see that the recorder also is adding (what I think are) comments to the recorded script. These seem to identify Windows by their Class and Text. Is there a way to ask Quick Macros to record a script which references the Class and Text by default instead of using mouse coordinates? I did not see such an option. I did also read the help documentation about Recording but did not see anything immediately related to this concern.
Thanks!
I am new to QM. One reason I might like to prefer QM over alternatives is the recorder. I recorded this script:
int w1=act(win("RegexBuddy" "TFormRegexBuddy"))
lef 296 255 w1 1 ;;TdxTabContainerDockSite 'Use'
lef 338 257 w1 1 ;;TdxTabContainerDockSite 'Library'One thing I noticed is that it is recording mouse coordinates. In some of my applications, things move around (even in the client area), and thus cannot be reliably located by pixel coordinates. I see that the recorder also is adding (what I think are) comments to the recorded script. These seem to identify Windows by their Class and Text. Is there a way to ask Quick Macros to record a script which references the Class and Text by default instead of using mouse coordinates? I did not see such an option. I did also read the help documentation about Recording but did not see anything immediately related to this concern.
Thanks!
