Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
i want to shutoff 1 function need some help
#14
It stops only function started from that toolbar.

Toolbar:
Start Func: mac "FuncName" "" GetWindow(TriggerWindow GW_OWNER)
Stop Func :SetProp(GetWindow(TriggerWindow GW_OWNER) "running" 0)

Function:
function w1
SetProp(w1 "running" 1)
rep
if(!GetProp(w1 "running")) end
key "55"
wait 3


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)