Search found 2 matches

by Gilligan3816
12 May 2017, 19:28
Forum: Scripts and Functions (v1)
Topic: AFC - AutoHotkey Foundation Classes v0.1 (Includes OOP GUI)
Replies: 12
Views: 15980

Re: AFC - AutoHotkey Foundation Classes v0.1 (Includes OOP GUI)

Upon further review, it appears that the syntax I mentioned above is only used in lines 488 and 501 in CCtrlListView.ahk and in line 505 in CCtrlTreeView.ahk. Regardless, I favor the solution where "RightClick" is used.
by Gilligan3816
12 May 2017, 19:02
Forum: Scripts and Functions (v1)
Topic: AFC - AutoHotkey Foundation Classes v0.1 (Includes OOP GUI)
Replies: 12
Views: 15980

Re: AFC - AutoHotkey Foundation Classes v0.1 (Includes OOP GUI)

I found the following issues while using the CCtrlListView class in the function OnEvent(oCtrl, guiEvent, eventInfo): __CCtrlListView_OnEvent_DoubleClick: __CCtrlListView_OnEvent_R: return oCtrl.OnDoubleClick.(this, oCtrl, eventInfo, !!InStr(guiEvent, "R")) Since InStr() is not case-sensitive by def...

Go to advanced search