View Single Post
  #11  
Old 22-11-2014, 13:52
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
Quote:
Originally Posted by Razor12911 View Post
After ISDoneStop; (somewhere in CurStepChanged)
write
LabelPct...Caption:='100.00%';
I don't know the name of the label just complete it.
The place for this code is

function ProgressCallback (OveralPct, CurrentPct: integer; CurrentFile, TimeStr1, TimeStr2, TimeStr3: PAnsiChar): longword;
begin
if OveralPct <= 1000 Then
ISDoneProgressBar1.Position: = OveralPct;
After ISDoneStop; (somewhere in CurStepChanged)
write
LabelPct1.Caption: = '100.00%';
Reply With Quote