Page 1 of 1

WhiteKnight auowhitelister thingy not working

Posted: 28 Jul 2020, 16:27
by TheTitaniumTitan
I dont have much experience with this software and only made a couple macros using sleep controlsend and controlclick but i dont know why this code isnt working. (I didn't make it). I did some troubleshooting by putting msgboxes in the code and seeing where it would get "stuck" and it seems that it cant execute this peice of code i believe:

GuiControl, , % hHgStatus, % (isInstalled ? "Installed" : "Not Installed")
GuiControl, , % hHgStatusToggle, % (isInstalled ? "Uninstall" : "Install")
return

any help would be appreciated

Re: WhiteKnight auowhitelister thingy not working

Posted: 28 Jul 2020, 16:45
by gregster
Most people probably won't have any idea what you are talking about, but I guess you might be referring to this? https://www.autohotkey.com/boards/viewtopic.php?t=34890

Consider posting in that topic... WhiteKnight's creator evilC is a regular in these forums.

Re: WhiteKnight auowhitelister thingy not working

Posted: 28 Jul 2020, 16:52
by TheTitaniumTitan
i would its just that the last guy who had a problem has been waiting 4 months lmao so i thought it would be quicker to solve it myself but i couldnt find anything in the docs that could relate to this (which could be the issue):

isInstalled := WhiteKnight.IsHgInstalled()