﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3808	ProgressOn/ProgressSet - size of the progress window	mLipok	Jon	"please enlarge the window so that it will be possible to insert a longer description in two lines, especially for ""maintext"" parameters of ProgressSet() function.


{{{#!autoit lineno=3
#include <AutoItConstants.au3>

Example()

Func Example()
	ProgressOn(""Progress Meter"", ""Increments every second"", ""0%"", -1, -1, $DLG_MOVEABLE)
	For $i = 10 To 100 Step 10
		Sleep(1000)
		ProgressSet($i, $i & ""%"" & @CRLF & ""pełnego odwzorowania"" & @CRLF & ""(puste pliki z tymi samymi nazwami)"", ""KROK 2/4: Tworzenie plików PDF z katalogu:"" & @CRLF & @ScriptDir)
	Next
	ProgressOff()
EndFunc   ;==>Example
}}}
"	Feature Request	closed	3.3.15.4	AutoIt		None	Completed		
