ProgressOn/ProgressSet - size of the progress window
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.
| Line | |
|---|
| 3 | #include <AutoItConstants.au3>
|
|---|
| 4 |
|
|---|
| 5 | Example()
|
|---|
| 6 |
|
|---|
| 7 | Func Example()
|
|---|
| 8 | ProgressOn("Progress Meter", "Increments every second", "0%", -1, -1, $DLG_MOVEABLE)
|
|---|
| 9 | For $i = 10 To 100 Step 10
|
|---|
| 10 | Sleep(1000)
|
|---|
| 11 | 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)
|
|---|
| 12 | Next
|
|---|
| 13 | ProgressOff()
|
|---|
| 14 | EndFunc ;==>Example
|
|---|
Change History
(5)
| Description: |
modified (diff)
|
| Owner: |
set to Jpm
|
| Status: |
new → assigned
|
| Milestone: |
→ 3.3.15.4
|
| Owner: |
changed from Jpm to Jon
|
| Resolution: |
→ Completed
|
| Status: |
assigned → closed
|
Automatic ticket cleanup.