Easy-Auto-GUI-for-AHK-v2 icon indicating copy to clipboard operation
Easy-Auto-GUI-for-AHK-v2 copied to clipboard

Issues with AutoXYWH

Open marizzz95 opened this issue 1 year ago • 0 comments

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:

  1. 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)

  2. Commenting out the original v1 script does not work. AutoGUI does not open.

  3. 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)

marizzz95 avatar Oct 08 '24 06:10 marizzz95