Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi Fortschrittsanzeige in ProgressBar (https://www.delphipraxis.net/134004-fortschrittsanzeige-progressbar.html)

TheProfi 3. Mai 2010 12:30

Re: Fortschrittsanzeige in ProgressBar
 
Hi,

ich habe das gleiche Problem. Die Variable AWorkCountMax ist immer 0. Transfermode Ascii und Binary ausprobiert.
Ich setze Delphi 2010 und Indy 10.x ein. Hat jemand eine Idee?

Delphi-Quellcode:
procedure TF_INUpdate.FTPWorkBegin(ASender: TObject; AWorkMode: TWorkMode;
  AWorkCountMax: Int64);
begin
  pb_2.Max := AWorkCountMax;
  pb_2.Position := 0;
  pb_2.Refresh;

RWarnecke 3. Mai 2010 12:54

Re: Fortschrittsanzeige in ProgressBar
 
Dieser Beitrag in der Code-Lib sollte euer Problem lösen.


Alle Zeitangaben in WEZ +1. Es ist jetzt 00:35 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz