﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2718	SplashOff - example proposal	mLipok	Jpm	"current contents of the example:

{{{
SplashTextOn(""Example"", ""Splash Screen"")
Sleep(5000)
SplashOff()
}}}


PROPOSAL:
{{{
#include <MsgBoxConstants.au3>

SplashTextOn(""Example"", ""Splash Screen"", 500, 400, 100, 100)
MsgBox($MB_SYSTEMMODAL, 'Test 1', 'Splash is visible')
SplashOff()
MsgBox($MB_SYSTEMMODAL, 'Test 2', 'Splash is Off')
}}}

Justification: 
The proposed example better demonstrates the effect of the function. 
As it allows INTERACTIONS and observe the effect of this function. 

The previous example, even after the removal of SplashOff (), acted in the same way as soon as the line of the script finished work.

"	Feature Request	closed	3.3.11.6	Documentation		None	Completed		
