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

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

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

Post 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
Last edited by Thorsten1867 on Sat Nov 23, 2019 1:21 pm, edited 4 times in total.
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

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

Post by RSBasic »

Image
Image
Image
Post Reply