samfisherirl / Easy-Auto-GUI-for-AHK-v2

Alguimist's 'Easy AutoGUI' GUI-Designer-Builder modified for Autohotkey v2.0, using mmikeww's AHKv2 converter
Other
215 stars 15 forks source link

Compile error #19

Closed DarrenLindsey closed 3 months ago

DarrenLindsey commented 3 months ago

Screenshot 2024-06-10 133622

Issues seems to need two ampersands "if A_LineFile = A_ScriptFullPath && !A_IsCompiled"

samfisherirl commented 3 months ago

it should look like this

if A_LineFile = A_ScriptFullPath && !A_IsCompiled
DarrenLindsey commented 3 months ago

How would I go about changing that bit of code to be the default? If I make the changes to one script and hit execute, it just makes a new script when I add a new element.

samfisherirl commented 3 months ago

update to the latest version, it shouldnt output that at all

DarrenLindsey commented 3 months ago

Thanks for that, I must have managed to download the wrong one.