Closed joedf closed 9 years ago
Why specify the tray icon, if #NoTrayIcon is specified?
#NoTrayIcon
File: "ActiveWindowInfo.ahk"
#NoTrayIcon #SingleInstance Ignore SetWorkingDir, %A_ScriptDir% SetBatchLines, -1 CoordMode, Pixel, Screen IfExist, ..\toolicon.icl ; Seems useful enough to support standalone operation. Menu, Tray, Icon, ..\toolicon.icl, 9
Code in question : Permalink
Not a bug. This is used to change the window icon of Guis when launched from SciTE4AutoHotkey (it is shipped as an uncompiled script and otherwise it would have the standard green H icon).
ahh, ok. simply curious.
Why specify the tray icon, if
#NoTrayIcon
is specified?File: "ActiveWindowInfo.ahk"
Code in question : Permalink