[delphizip] Re: Tickler/ feedback from zipmaster file parsing

  • From: "Roger Aelbrecht" <Roger.Aelbrecht@xxxxxxxxxx>
  • To: <delphizip@xxxxxxxxxxxxx>
  • Date: Fri, 1 Nov 2002 14:18:33 +0100

Frankly I do not understand what you mean here,
ZipMaster, is generating Progress events that your application should
handle to show the progress to the user.
See the OnProgress events

HTH

Roger Aelbrecht
http://web.wanadoo.be/driehoeksw
----- Original Message -----
From: "Alistair George" <bigal@xxxxxxxxxx>
To: <delphizip@xxxxxxxxxxxxx>
Sent: Friday, November 01, 2002 12:39 AM
Subject: [delphizip] Tickler/ feedback from zipmaster file parsing


>
> Hello All,
> I have just started this job and would like the experts opinion:
> When a call is made to zipmaster.add if there are a whole bunch of files
the
> time to process them can be quite long. During this time there is no
> progressevents and it looks like the program has hung.
>
> Thus I have done:
>
> type
>   ProgressType = (NewFile, ProgressUpdate, EndOfBatch, TotalFiles2Process,
>     TotalSize2Process,DisplayFileParsing);
>
>
> and
>            //Display Zipmaster fileparsing progress
>                 if Assigned(FOnProgress) then
>         FOnProgress(Self, DisplayFileParsing, '', i);
>
> Any further improvements?
> Alistair+
>
>
>


Other related posts: