Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with Xojo 2018 R3 #19

Open
markuswinter opened this issue Jul 9, 2020 · 0 comments
Open

Not compatible with Xojo 2018 R3 #19

markuswinter opened this issue Jul 9, 2020 · 0 comments

Comments

@markuswinter
Copy link

markuswinter commented Jul 9, 2020

Short summary: Thanks for Kaju. Kaju 2.1 not working with Xojo <2018 R4. Maybe state minimum Xojo version supported.

Long version:

First off thanks for making this available.

I'm using Xojo 2018 R3 on MacOS 10.14.6

I tried to add this to my app (and yes, I opened the admin app and copied the Folder "Kaju Classes" into my app) but I got the following erors:

KajuUpdateWindow.hsSocket.Error Declaration
hsSocket on KajuUpdateWindow implements the event "Error," but its superclass Kaju.HTTPSocketAsync has already implemented the event.
Sub Error(e As RuntimeException)

KajuUpdateWindow.hsSocket.FileReceived Declaration
hsSocket on KajuUpdateWindow implements the event "FileReceived," but its superclass Kaju.HTTPSocketAsync has already implemented the event.
Sub FileReceived(URL As String, HTTPStatus As Integer, file As FolderItem)

KajuUpdateWindow.hsSocket.ReceivingProgressed Declaration
hsSocket on KajuUpdateWindow implements the event "ReceivingProgressed," but its superclass Kaju.HTTPSocketAsync has already implemented the event.
Sub ReceivingProgressed(bytesReceived As Int64, totalBytes As Int64, newData As String)

So I checked the Kaju admin app itself for errors - I got the same errors.

I then opened it in Xojo 2019 R3.1 - no errors.

The problem seems to be in the update from version 2 to version 2.1 you started to use URLconnection - which was introduced with Xojo 2018 R4.

Pity

It would help if you stated what the minimum version of Xojo is for compatibility.

All the best

Markus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant