I use urlProgress during the download of a .zip archive like this
Code: Select all
on urlProgress tPathZipS, pStatus
if the environment = "mobile" then
put pStatus && the ticks into fld "fCommentInstall"
if pStatus is "downloaded" then
wait 1000 milliseconds
listZipContents
end if
end if
end urlProgress
It seem "lisZipContent" is sent before the download of the zip is finished
I have this error message
zipperr.Not a zip archiverevzipOpenarchive
revZipEnumerateItems
zipperr.Not a zip archiverevzipOpenarchive
What i'm wrong ?
I use LC 5.02 xCode 4.2.1
Thank in advance for your help
Best
Jean-Marc