Search found 3 matches

by qingyaoyao79
13 Feb 2022, 02:35
Forum: Ask for Help
Topic: which function can exit thread in ahk_h beta3?
Replies: 4
Views: 1719

Re: which function can exit thread in ahk_h beta3?

Thanks.It is ok now.
I try the ahkassign example, it doesn't work, it works well in version (1.1.33.10).
by qingyaoyao79
07 Feb 2022, 21:29
Forum: Ask for Help
Topic: which function can exit thread in ahk_h beta3?
Replies: 4
Views: 1719

Re: which function can exit thread in ahk_h beta3?

script1 := " ( #NoTrayIcon Persistent loop { ToolTip "s1-" A_index, 100, 150 sleep 50 } )" script2 := " ( #NoTrayIcon Persistent Loop { ToolTip "s2-" A_index, 200, 150 sleep 50 } )" F1:: { MyThread1:=NewThread(script1) MyThread2:=NewThread(script2) } F2:: { if (IsSet(MyThread1)) MyThread1.ahktermin...
by qingyaoyao79
07 Feb 2022, 06:24
Forum: Ask for Help
Topic: which function can exit thread in ahk_h beta3?
Replies: 4
Views: 1719

which function can exit thread in ahk_h beta3?

In ahk_h beta3 , I tried to use ahkterminate , but it seems don't work . Is there any other function to exit the thread?

Go to advanced search