Page 1 of 1

[Module] Extended ProgressBar [all OS/ 64Bit / DPI]

Posted: Sun Jun 09, 2019 5:06 pm
by Thorsten1867
ProgressBarEx - Module (all OS / 64Bit / DPI)
  • Change all colors (#FrontColor/#BackColor/#ProgressBarColor/#GradientColor/#BorderColor)
  • additionally display percentage at end of progress bar (#ShowPercent)
  • additionally show text in progress bar (e.g. file name)
  • automatic size adjustment possible (#AutoResize)

Code: Select all

; 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()
Download: ProgressBarExModule.pbi

Re: [Module] Extended ProgressBar [all OS/ 64Bit / DPI]

Posted: Sun Jun 09, 2019 5:25 pm
by RSBasic
Image