The text I get is the following. I captured it with ABBYY Screenshot Reader and then proofread it briefly, so it may not be perfect. (It would be handy to be able to copy/paste from an AHK error message!)
I'm using Windows 10. Otherwise, I'm not sure what to add that's relevant about my setup. I use AutoHotkey frequently, and the samples included with AutoGUI do work. As I said, version 1.2.0 also seems to work fine.Error in #include file
"C:\Users\[...]\AutoGUI-1.3.5\AutoGUl\lnclude\Properties.ahk":
Parameter #2 invalid.
Specifically: Tab3
Line#
008 {
009 ClassNNList .= g[ltem].CIassNN . "|"
010 }
012 Gui,Add,Picture,gBlinkControlBorder x12 y13 w16 h16
Icon5,IconLib
013: Gui,Add,DropDownList,hWndhCbxClassNN vCbxClassNN
gOnDropDownChange x40 y12 w203,"Window||". ClassNNList
014: Gui,Add,Button,hWndhReloadBtn gReloadSub x248 y11 w23
h23
015: GuiButtonlcon(hReloadBtn, IconLib, 90, "L1 T1")
—> 017: Gui,Add,Tab3,hWndhPropTab vCurrentTab x6 y41 w270 h303
AltSubmit %g_ThemeFix%,General|Options|Window|Events|Script
The program will exit.
More generally speaking, I wonder whether there's a way to trap this error in a way that a little more pleasant-looking for the user, too...
Thanks for your efforts. I'm sure I can get by with 1.2.0 for the time being.
Have a good one,
Dan