Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HELP WITH SCAN I THINK IT IS>>??? LMAO
#2
Create a function, insert "wait for image" command using Find Image dialog. Repeatedly wait for image, run macro, wait for not image.

Example
Code:
Copy      Help
rep
,wait 0 S "Macro264.bmp"
,mac "macro_name"
,wait 0 -S "Macro264.bmp"

Run the function. To stop it, use Threads dialog or shutdown -6 0 "FunctionName".

While it runs, it consumes much CPU time, especially on slow computers. You can see it in Windows Task Manager (Ctrl+Alt+Delete). It is possible to reduce consumed CPU time by reducing the search rectangle. Read more in QM Help, scan topic.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)