Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Red Arrow...
#1

Any idea why my Quick Macros arrow stays red? I have a Function set up to auto put in my password for when I check my grades online, but it isn't a continuous function, so i'm not sure why it stays red?
Taking on Quick Macros one day at a time
#2
Right click it and click Threads. Is there something in the list? If yes, is it a macro, or only functions?
#3

I tried that already, nothing is in there, but the arrow is still red?
Taking on Quick Macros one day at a time
#4
Possibly one of your macros exits incorrectly, for example by calling ExitThread (probably indirectly, called by a component). QM 2.2.1 would detect it and restore good state. Older versions don't. Download QM 2.2.1 or review your macros.
#5

Okay, i'll try it, thanks.
Taking on Quick Macros one day at a time
#6
i have a button for showing the qm threads dialog on one of my qm editor toolbars:

qm_refeshbar
Code:
Copy      Help
threads_toggle :mac "threads_toggle" ;;Threads ...

threads_toggle
Code:
Copy      Help
int hwnd=win("QM - Threads" "#32770")
ifi hwnd
,clo hwnd
else
,men 33042 win("" "QM_Editor") ;;Threads ...
,hwnd=win("QM - Threads" "#32770")
,mov 1700 50 hwnd
pi
#7

Cool, Thanks.
Taking on Quick Macros one day at a time
#8

The macro must have been exiting inappropriately, but once I downloaded 2.2.1 the arrow is no longer staying red.
Taking on Quick Macros one day at a time


Forum Jump:


Users browsing this thread: 1 Guest(s)