Thread: ProgressBar
View Single Post
  #1  
Old 04-04-2022, 07:51
buttignol's Avatar
buttignol buttignol is offline
Registered User
 
Join Date: Sep 2012
Location: Brasil
Posts: 126
Thanks: 102
Thanked 16 Times in 13 Posts
buttignol is on a distinguished road
ProgressBar

How to make the second progress bar

Fill the bar each extracted file

100% for each file extracted

Quote:
if OveralPct<=1000 then ISDoneProgressBar.Position := OveralPct;
LabelPct.Caption := IntToStr(OveralPct div 10)+'.'+chr(48 + OveralPct mod 10)+'%';
#ifdef SecondProgressBar
if CurrentPct<=1000 then ISDoneProgressBar2.Position := CurrentPct;
LabelPct2.Caption := IntToStr(CurrentPct div 10)+'.'+chr(48 + CurrentPct mod 10)+'%'
#endif
The way the bar runs almost the same

Thanks
Attached Images
File Type: png ProgressBar.PNG (21.0 KB, 205 views)
Reply With Quote
Sponsored Links