Kaju ZipShell.Completed Doesn't Fire

image

What version of Xojo?

Xojo 2020r2.1

And this gets even odder. If I copy the Kaju classes to another project, I see the Execution Mode change to 0. I fix it, save, then copy from there to a third project, and the setting is maintained.

<https://xojo.com/issue/63595>

Phew, I’m glad I found this thread! I just updated my project to use the latest version of Kaju which uses URLConnection and ran into the same issue as Julia. Same cause, shZipper.ExecuteMode was set to Synchronous, even though it was Asynchronous in Kaju Update Test where I copied the Kaju Classes folder from.

After manually changing shZipper to Asynchronous in the Inspector, all seems to be working again :sweat_smile:. But in terms of trying to figure out why this change occurs between copying the Kaju Classes folder from Kaju Update Test, I noticed that the appearance of shZipper in the Inspector is different:

In my project (after changing ExecuteMode to Asynchronous)

In Kaju Update Test

This is even though the Inspector behaviour for ZipShell is set the same:

In my project:

In Kaju Update Test:

Is this relevant and does it suggest a cause? This is beyond my level of comprehension, but I’m just glad I got Kaju working again!

1 Like