Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Recording Window names instead of mouse coordinates?
#1
Hello,

I am new to QM. One reason I might like to prefer QM over alternatives is the recorder. I recorded this script:

Code:
Copy      Help
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!


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)