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 , 18 years ago
| Version: | 3.2.12.0 |
|---|
comment:2 by , 18 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
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.

Automatic ticket cleanup.