Archived Forum Post

Index of archived forum posts

Question:

Few Questions on Zipping using Chilkat ActiveX in Delphi

Jul 17 '17 at 04:25

Hi,

I am trying out your ActiveX Zip component in Delphi. These are a few issues that are unclear.

1) 'OnProgressInfo' event gives 'File not found' for all skipped files, even if it is skipped due to open or access denied.

2) How to save zip on abort?

3) How to show progress of each data file? 'OnPercentDone' event is there for entire zip and not for single data file.

4) How to use ChilkatZip1.HeartbeatMs property and AbortCheck event.