﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2312	Tray icon flashes into the black square	go2008to@…		"Just in OS: Win 7 x64 Home Pro . Normal behaviour at WinXP.
{{{
#NoTrayIcon

Opt(""TrayMenuMode"", 1)
Local $exititem = TrayCreateItem(""Exit"")
TraySetState(5)

While 1
Local $msg = TrayGetMsg()
Select
     Case $msg = 0
         ContinueLoop
     Case $msg = $exititem
         ExitLoop
EndSelect
WEnd

Exit
}}}
[[Image(http://www.autoitscript.com/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=39457)]]"	Bug	closed		AutoIt	3.3.8.1	None	Rejected	tray, icon, flash	
