A better solution would be to fix AST so that it doesn't "correct" literal strings...

ListVars
Started by
majkinetor
, Sep 01 2007 09:32 AM
33 replies to this topic
#31
-
Posted 04 January 2011 - 07:23 AM

this is awesome, just what i was looking for. but the catch is, is there a way to do what corrupt posted once the script is compiled?
#32
-
Posted 05 February 2012 - 10:02 PM

Either enable the script's main window (and consequently its menu options), or use ListVars, ListLines, ListHotkeys and/or KeyHistory instead of WinMenuSelectItem.
Menu, Tray, MainWindow
#33
-
Posted 06 February 2012 - 09:02 AM

i dont fully understand your 2nd method, but it sounds to be the better option. is there any way you could show me what this would look like when you get the chance?
-----------------------------------
[EDIT]
I figured it out, for the record, you must do what Lexikos suggested, as well as remove " - AutoHotkey v" from the line
-----------------------------------
[EDIT]
I figured it out, for the record, you must do what Lexikos suggested, as well as remove " - AutoHotkey v" from the line
HidWin := WinExist(A_ScriptFullPath " - AutoHotkey v")if you want it to work once the script is compiled.
#34
-
Posted 06 February 2012 - 08:03 PM
