Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Tray icon flashes into black square

$
0
0
Hello!
I have tried to run simple code from help file and got an unexpected result:
bug.gif
Is it normal or a bug? OS: Win 7 x64 Home Pro
[ autoit ]         
#NoTrayIcon Opt("TrayMenuMode", 1) ; Default tray menu items (Script Paused/Exit) will not be shown. Local $settingsitem = TrayCreateMenu("Settings") TrayCreateItem("Display", $settingsitem) TrayCreateItem("Printer", $settingsitem) TrayCreateItem("") Local $aboutitem = TrayCreateItem("About") TrayCreateItem("") Local $exititem = TrayCreateItem("Exit") TraySetState(5) While 1 Local $msg = TrayGetMsg() Select      Case $msg = 0          ContinueLoop      Case $msg = $aboutitem          MsgBox(64, "about:", "AutoIt3-Tray-sample")      Case $msg = $exititem          ExitLoop EndSelect WEnd Exit
Thanks!

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>