I'm using on my scripts this command : AutoItSetOption("TrayIconDebug",1)
With Auto-It 3.2.4.0 it's working fine
With 3.2.10.0 the tray-icon doesn't show the current line (only the script name) (3.2.8.1 has the same problem)
Under Windows Vista Ultimate 32 bits with Aero
Bug or something had change ?
Exemple of a simple script :
AutoItSetOption("TrayIconDebug",1) AutoItSetOption("WinTitleMatchMode",2) If not(FileExists(@UserProfileDir & "\AppData\Roaming\Thunderbird")) then Exit Sleep(5000) run(@ProgramFilesDir & "\Mozilla Thunderbird\thunderbird.exe") WinWait("Thunderbird") WinActivate("Thunderbird") Send("^+M")




