Modify

Opened 5 years ago

Closed 5 years ago

#3808 closed Feature Request (Completed)

ProgressOn/ProgressSet - size of the progress window

Reported by: mLipok Owned by: Jon
Milestone: 3.3.15.4 Component: AutoIt
Version: Severity: None
Keywords: Cc:

Description (last modified by mLipok)

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
5Example()
6
7Func 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()
14EndFunc ;==>Example

Attachments (0)

Change History (5)

comment:1 by TicketCleanup, 5 years ago

Version: 3.3.15.3

Automatic ticket cleanup.

comment:2 by mLipok, 5 years ago

Description: modified (diff)

comment:3 by J-Paul Mesnage, 5 years ago

Fix sent to Jon

comment:4 by J-Paul Mesnage, 5 years ago

Owner: set to J-Paul Mesnage
Status: newassigned

comment:5 by Jon, 5 years ago

Milestone: 3.3.15.4
Owner: changed from J-Paul Mesnage to Jon
Resolution: Completed
Status: assignedclosed

Added by revision [12565] in version: 3.3.15.4

Modify Ticket

Action
as closed The owner will remain Jon.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.