[Module] Extended ProgressBar [all OS/ 64Bit / DPI]
Verfasst: 09.06.2019 18:15
ProgressBarEx - Module (all OS / 64Bit / DPI)
Download: ProgressBarExModule.pbi
- Ändern der Farben (#FrontColor/#BackColor/#ProgressBarColor/#GradientColor/#BorderColor)
- zusätzlich Prozentzahl am Ende des Fortschrittbalkens anzeigen (#ShowPercent)
- zusätzlich Text im Fortschrittsbalken anzeigen (z.B. Dateiname)
- automatische Größenanpassung möglich (#AutoResize)
Code: Alles auswählen
; ProgressEx::Gadget() - similar to ProgressBarGadget()
; ProgressEx::GetAttribute() - similar to GetGadgetAttribute()
; ProgressEx::GetState() - similar to GetGadgetState()
; ProgressEx::SetAutoResizeFlags() - defines the behavior of AutoResize
; ProgressEx::SetAttribute() - similar to SetGadgetAttribute()
; ProgressEx::SetColor() - similar to SetGadgetColor()
; ProgressEx::SetFont() - similar to SetGadgetFont()
; ProgressEx::SetState() - similar to SetGadgetState()
; ProgressEx::SetText() - similar to SetGadgetText()