Opened 16 years ago
Closed 16 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 Changed 16 years ago by TicketCleanup
- Version 3.2.12.0 deleted
comment:2 Changed 16 years ago by Valik
- Resolution set to Rejected
- Status changed from new to 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.
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.
Automatic ticket cleanup.