How to callback Gui OnEvent into a function inside a class?

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
jsong55
Posts: 263
Joined: 30 Mar 2021, 22:02

How to callback Gui OnEvent into a function inside a class?

07 Apr 2023, 06:59

I tried

Code: Select all

LVClicked:=ObjBindMethod(this, LV_DoubleClick)
        LV.OnEvent("DoubleClick",LVClicked)
Where LV_DoubleClick is inside the same class where the above is defined.

Doesn't work

Return to “Ask for Help (v2)”

Who is online

Users browsing this forum: Marium0505, ntepa and 50 guests