Open andymbody opened 2 months ago
V2 (Expected):
ClipGui := Gui(), ClGui := ClipGui.Hwnd
; Not really possible - see below
cmd:=_1
Issue 1: Easy fix
Issue 2:
It looks like this control is created in a loop, so "+hwndVar" . A_Index
could create Var1, Var2 etc
afaik there isn't anyway to do this outside of cases like this, and because now you can't make a hwnd var inside the command (you use hwndVar := GuiCtrl.hwnd
, and hwndVar%A_Index%
is invalid)
Issue 3: Another variable issue, valid in v1 not in v2
https://www.autohotkey.com/boards/viewtopic.php?p=581354#p581354
Will fill in details later
V1:
V2 (Converted):
V2 (Expected):