Modify

Opened 18 years ago

Closed 18 years ago

#340 closed Feature Request (Rejected)

Marquee progress bar

Reported by: Túlio Owned by:
Milestone: Component: AutoIt
Version: Severity: None
Keywords: marquee progress bar Cc:

Description

Add the ability to use marquee progress bars on ProgressOn, and to set the speed of the marquee on ProgressSet

Also use GUICtrlSetData to set the speed of bars embedded in GUIs

PS: This is available trought setting the progress style to 0x8 (undocumented) and using DllCall("user32.dll", "lparam", "SendMessage", "hwnd", GUICtrlGetHandle($controlID), "int", 0x40A, "wparam", (Boolean on/off), "lparam", (speed in ms)) to set the speed

Attachments (0)

Change History (2)

comment:1 by TicketCleanup, 18 years ago

Version: 3.2.12.0

Automatic ticket cleanup.

comment:2 by Valik, 18 years ago

Resolution: Rejected
Status: newclosed

In all honesty, the ProgressSet stuff should be removed from AutoIt as native functions and replaced as a set of UDF's. It's a terribly simple thing to do yourself and for that reason this is being closed as rejected.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


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