Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HELP WITH SCAN I THINK IT IS>>??? LMAO
#1
MORE QUESTIONS Smile) SORRY....IM LEARNING FAST....OK I HAD A QUESTION ABOUT IF I COULD MAKE MY MACRO DO SOMTHING WHEN A CERTIAN IMAGE CAME UP...THIS IMAGE HAS NO ID...OR CHILD...ITS LIKE A GRAPHIC...BUT I WAS WONDERING HOW I COULD MAKE IT SO THAT WHEN IT POPS UP IF MY MACRO COULD TRIGGER WHEN IT DOES..MOST LIKLY A <FUNC> ...TY
#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.
#3
smells also like partypoker.
pi
#4
_pi Wrote:smells also like partypoker.

why?
#5
pp capslock posting style and
Quick Macros :: View topic - HELP WITH UPLOADING SO NO 1 CAN GET MY FILE
HELP WITH UPLOADING SO NO 1 CAN GET MY FILE
pi


Forum Jump:


Users browsing this thread: 1 Guest(s)