Search found 9 matches

by Eik
28 Dec 2022, 16:08
Forum: Ask for Help (v1)
Topic: Call a funcObj on a GUI window event Topic is solved
Replies: 3
Views: 338

Re: Call a funcObj on a GUI window event Topic is solved

Perfect sample code!
Thank you, teadrinker!
by Eik
27 Dec 2022, 21:04
Forum: Ask for Help (v1)
Topic: Call a funcObj on a GUI window event Topic is solved
Replies: 3
Views: 338

Call a funcObj on a GUI window event Topic is solved

The purpose is to use it in a class method. Can I do the same thing as Gui.OnEvent() that exists in v2? Gui MyGui:+LabelMyGui_On I know this allows me to call arbitrary labels and functions, but I am not sure how to do this for class methods. ↓ I want to use this in v1 as well. funcObj := ObjBindMet...
by Eik
09 Sep 2022, 06:39
Forum: Scripts and Functions (v1)
Topic: ZeroMQ - the fastest way of communication between threads, processes, programming languages, operating systems, networks
Replies: 2
Views: 1100

Re: ZeroMQ - the fastest way of communication between threads, processes, programming languages, operating systems, netw

Thanks tuzi, I like it! There are many possibilities for ZeroMQ! I ran ComObj and ZeroMQ, each calling a Python function and then executing the function to get the string. I have only minimal knowledge of Python, so this is a simple call speed comparison. com 0.006370 zmq 0.001430 The advantage of z...
by Eik
22 Aug 2022, 03:54
Forum: Bug Reports
Topic: [1.1.34.03] Code that can be executed ignoring errors Topic is solved
Replies: 1
Views: 601

[1.1.34.03] Code that can be executed ignoring errors Topic is solved

Version 1.1.34.03 Unicode64 By executing a class function with arguments Critical Error: Invalid memory read/wrate, error will no longer occur f() Return f(){ a := {} ;a := [] similar n.a(argument_is_required) ;Non-existent class is fine ;cla.a(argument_is_required) ;similar a[,1] := 1 ;Critical Err...
by Eik
30 Apr 2022, 21:03
Forum: Ask for Help (v1)
Topic: Enumerate string combinations using memoization
Replies: 2
Views: 368

Re: Enumerate string combinations using memoization

;Translation is used Thank you, Chunjee I am looking for a combination, not a permutation. I have looked all over the AutoHotkey forums, including the old ones. It's just research using translations, so it may not be complete. I can tell you that the AutoHotkey forum does not have the answer to that...
by Eik
30 Apr 2022, 20:22
Forum: Ask for Help (v1)
Topic: Enumerate string combinations using memoization
Replies: 2
Views: 368

Enumerate string combinations using memoization

Please give me a code to enumerate string combinations using memoization. I have not been able to come up with the answer. Below is the evidence that I have at least thought of on my own. You don't need to see it as it is just evidence. msgbox,% con1("ABCDE",3) msgbox,% con2(5,3) loop,% ( χ:=5 ,Ω:={...
by Eik
16 Apr 2022, 21:56
Forum: Scripts and Functions (v1)
Topic: Rufaydium WebDriver 1.7.2 (no selenium/websocket)
Replies: 614
Views: 132863

Re: Rufaydium WebDriver (no selenium/websocket)

;Translated Hello! I just wanted to relearn Chrome automation. Rufaydium's cdp allows you to use code created using Chrome.ahk without modification. If this becomes known, many people will be interested in Rufaydium. class classChrome { __new(){ this.ProfilePath := "" Arg_Profile := "--user-data-dir...
by Eik
25 Jun 2021, 06:34
Forum: Scripts and Functions (v1)
Topic: CreateGradient() : Creates a linear gradient bitmap. (Horizontal / Vertical)
Replies: 24
Views: 3655

Re: CreateGradient() : Creates a linear gradient bitmap ( horizontal / vertical )

Thank you, @SKAN :) , for taking the time to do this.
If you hadn't told me, I never would have known.
by Eik
25 Jun 2021, 04:41
Forum: Scripts and Functions (v1)
Topic: CreateGradient() : Creates a linear gradient bitmap. (Horizontal / Vertical)
Replies: 24
Views: 3655

Re: CreateGradient() : Creates a linear gradient bitmap ( horizontal / vertical )

;I'm using translation. deepl.com Hello! I've been longing to create a ColorPicker with AutoHotkey for a long time. Thanks to SKAN, this is going to happen. This trial product dynamically changes the color candidates for each rgb From top to bottom, rgb. The color can be changed by dragging the mous...

Go to advanced search