Search found 3 matches

by yane
02 Sep 2019, 04:42
Forum: Scripts and Functions (v1)
Topic: [Tool] Show Me That Color (display selected text colors in a GUI)
Replies: 28
Views: 9262

Re: [Tool] Show Me That Color (display selected text colors in a GUI)

Code: Select all

; Description:		Use clipboard to display selected hex color text
Nice tool but why stop there, can you add the option to show the color of the selected RGB text?
by yane
20 Aug 2019, 08:17
Forum: Ask for Help
Topic: Which is the correct method to end a thread started with AhkThread()?
Replies: 1
Views: 3109

Which is the correct method to end a thread started with AhkThread()?

I am using AHK_H v1 Which is the correct method to end a thread started with AhkThread()? Are there there any pros/cons to each of the methods? Any suggestion is welcome. thread.ahkterminate() ;or ahkthread_free(thread) thread := "" ;or thread.ahkFunction("myExitThreadFunction") ;where myExitThreadF...
by yane
20 Aug 2019, 07:50
Forum: Ask for Help
Topic: [] vs ()
Replies: 1
Views: 3154

[] vs ()

In the examples in the documentation and on this forum I encounter 2 different styles of syntax.
For example

Code: Select all

thread.ahkterminate[]

;and

thread.ahkterminate()
What is the difference?
Which one is correct?
When should one be used and when the other?

Go to advanced search