Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
VERY Green to QM
#20
Now I cannot say why it happens. Try to handle the error with err.

For example:

Macro Macro1302
Code:
Copy      Help
,int k
,for k 0 1000000
,,act w2
,,err
,,,if(k<50) ;;5 s
,,,,wait 0.1
,,,else
,,,,OnScreenDisplay _error.description 5 0 0 "" 0 0xFF
,,,,ret

(replace act w2 with this code)

It tries to activate many times. If after 5 s still cannot activate, ends macro.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)