|
Post by Remy on Sept 30, 2004 10:51:48 GMT -5
Any idea?
I have a TVCLZip on a thread zipping on a loop (it makes 10 differents zips). The only parameters that changes are the input files and the zip name. On the thread constructor I asign all the necessary event handlers, but it seems that the when the first zip operation is going on the OnStartZip event NEVER get called. When the next zip operation begins then the OnStartZip get called as it should.
Any idea about what is going on here?
Regards
|
|
|
Post by Remy on Oct 1, 2004 2:05:23 GMT -5
A correction: the event doesn't fire when the FilesList properties ONLY contains a string of type
'c:\some directory\*.*'
if I add some other element to the list, the event fires OK.
|
|
|
Post by Remy on Oct 1, 2004 3:24:18 GMT -5
Problem solved. The OnStartZip event doesn't get called if ZipAction=zaUpdate. and if the file is not added.
|
|
|
Post by Kevin on Oct 2, 2004 19:59:51 GMT -5
Sorry I was late in reading your post. I am glad to see that you were able to solve the problem on your own.
Kevin
|
|