Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QM use less memory
#1
I know in my macs i use
opt waitforcpu 1

but how can i make it wait for less time, without using a lot of CPU because if i set to waitforcpu 0.1 it completely stops the window

the code is like

Code:
Copy      Help
rep
,opt waitforcpu -1
,if IsWindowVisible("Tester.txt")
,,key "Works fast"
#2
Always add wait.
rep
,key "xxx"
,wait 0.01
#3
Thanks that works perfect Big Grin


Forum Jump:


Users browsing this thread: 1 Guest(s)