Modify

Opened 3 years ago

Closed 3 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.

#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

Attachments (0)

Change History (5)

comment:1 Changed 3 years ago by TicketCleanup

  • Version 3.3.15.3 deleted

Automatic ticket cleanup.

comment:2 Changed 3 years ago by mLipok

  • Description modified (diff)

comment:3 Changed 3 years ago by Jpm

Fix sent to Jon

comment:4 Changed 3 years ago by Jpm

  • Owner set to Jpm
  • Status changed from new to assigned

comment:5 Changed 3 years ago by Jon

  • Milestone set to 3.3.15.4
  • Owner changed from Jpm to Jon
  • Resolution set to Completed
  • Status changed from assigned to closed

Added by revision [12565] in version: 3.3.15.4

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jon.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.