How can you follow progress of ABZipUnzip

rtesluk

Member
Licensed User
Longtime User
Aug 7 2011
12:20 Hours

Hi :sign0137:

I have trying to follow the progress of the ABUnzip function with a seekbar and timer but I have been unsuccessful.

The reason is that the zip file is quite large and the end-user does not know if the unzipping action has been completed.

I have attached the zipped file of my project for anyone to analyze and hopefully give me some feedback.

Thanks,

Ray :sign0137::sign0137:
 

Attachments

  • TweetUnZip20110807.zip
    13.7 KB · Views: 229

cbanks

Active Member
Licensed User
Longtime User
Yes, does anyone know how to display the progress while unzipping with this library?
 
Upvote 0

NJDude

Expert
Licensed User
Longtime User
I guess is not possible, however, you could display a ProgressDialogShow message when starts Unzipping and hide it when it's done.

The reason for the FakeStart timer is to delay the unzip process and give time to the ProgressDialog to show up. ;)
 

Attachments

  • ZIP_Sample.zip
    11.8 KB · Views: 256
Upvote 0
Top