View Single Post
  #582  
Old 12-02-2019, 06:02
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,701
Thanks: 1,106
Thanked 7,351 Times in 2,846 Posts
KaktoR is on a distinguished road
Change
Code:
ElapsedLabel.Caption := Format('%s', [TicksToStr(CurTick - StartTick)]);
to
Code:
ElapsedLabel.Caption := ExpandConstant('{cm:ElapsedTime}') + ': ' + Format('%s', [TicksToStr(CurTick - StartTick)]);
For correct time remaining i have to pass pcoftotal to isarcextract and define it for each archive. It's not the way I want it because I want it without set a value for each archive in use. And that's why I have time remaining deactivated in current release (with current system you will get incorrect times). Will see if there is a other way to make without do it manually.
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
pakrat2k2 (12-02-2019), Titeuf (12-02-2019)