Easy-Auto-GUI-for-AHK-v2
Easy-Auto-GUI-for-AHK-v2 copied to clipboard
Issues with AutoXYWH
It seems like AutoGUI is not compatible with the built in AutoXYWH.ahk located in required\Lib. Enabling AutoXYWH in the properties of a control yields an error saying "This variable has not been assigned a value". My guess is because this is the ahk v1 version of the script. I download a v2 version and it works fine after I manually include it.
But here are the problems I am encountering:
-
If I add %A_ScriptDir%\Include\AutoXYWH.ahk as an include in required\AutoGUI.ahk, it will throw errors because of duplicate function declaration (it scans both the v1 and the v2 script)
-
Commenting out the original v1 script does not work. AutoGUI does not open.
-
Placing my v2 AutoXYWH in my_documents\AutoHotKey\Lib and enabling it in the script directives does work but there are other issues with that (see issue report #30)