Search found 66 matches

by hoerbie
Wed May 24, 2023 3:21 pm
Forum: Coding Questions
Topic: Gradle breaks Android building
Replies: 24
Views: 7819

Re: Gradle breaks Android building

You are right, but Fred wrote for the 2.50b1, that it was updated to Cordova 10, and on the Cordova homepage I see: Java Development Kit (JDK) If you are using cordova-android 10.0.0 or greater, install the Java Development Kit (JDK) 11. If you are using any version below cordova-android 10.0.0, ins...
by hoerbie
Tue May 23, 2023 8:38 pm
Forum: Feature Requests and Wishlists
Topic: HTTPTimeout
Replies: 2
Views: 3548

HTTPTimeout

Hi, as PB now has the awaited feature to set a timeout for the http requests, I think this could be useful in SB too. Until now I use something like the following to set a timeout in milliseconds: Procedure HTTPTimeout(msec.i) ! $.ajaxSetup({ timeout: v_msec }); EndProcedure But this only seems to w...
by hoerbie
Tue May 23, 2023 8:27 pm
Forum: Coding Questions
Topic: Gradle breaks Android building
Replies: 24
Views: 7819

Re: Gradle breaks Android building

Actually you have to install a JDK 11, a free downloadable one for example from Microsoft or Amazon, or after registration from Oracle. With the 2.50B2 and both free downloadable JDKs I can compile now. I think SB should check the Java version, and the preferences dialog also should be changed to as...
by hoerbie
Tue May 23, 2023 8:25 pm
Forum: Bugs Reports
Topic: 2.50/2.51b1 Android apk, http no longer works
Replies: 7
Views: 7382

2.50/2.51b1 Android apk, http no longer works

Hi, trying the new 2.50 Beta 2 on Windows, using JDK 11 from Microsoft or Amazon I can compile now, but the HTTPRequest no longer can load data using unsecured http:// but only with https:// I think I read somewhere about security improvements in Cordova, Java etc.? With 2.50B2 my Android apps no lo...
by hoerbie
Sat Apr 22, 2023 6:20 pm
Forum: General Discussion
Topic: My first build for Android can't be installed
Replies: 5
Views: 4727

Re: My first build for Android can't be installed

Is "Enable debugger" set active in the compile for Android dialog? How do you try to install the app, directly with cable? In general I have installed SB apps on Android from 7.x up to 11.x and all work, I put the compiled app on my web server and download it to the devices, mostly there o...
by hoerbie
Thu Mar 30, 2023 8:29 pm
Forum: General Discussion
Topic: SpiderBasic 2.50 is out !
Replies: 27
Views: 26517

Re: SpiderBasic 2.50 beta 1 is ready !

Hi Fred, thanks a lot for making some of my wishes like #PB_Compiler_App and the "Keep app directory" come true! Sadly this new version doesn't really work: the Windows installer has overwritten the existing and working SB 2.4 directory, but doesn't work in this dir compiling for Android c...
by hoerbie
Thu Nov 10, 2022 4:53 pm
Forum: Coding Questions
Topic: Spiderbasic 2.40 b2 cannot create HTML sides
Replies: 10
Views: 1611

Re: Spiderbasic 2.40 b2 cannot create HTML sides

And if your web server works with linux, please check every filename against UPPER and lower case in file names and file extensions and all path names. On Windows this doesn't matter, but for linux a file Start.html ist not the same as the file start.html.
by hoerbie
Tue Nov 08, 2022 3:38 pm
Forum: Feature Requests and Wishlists
Topic: "App build failed" - Error while building an Android app.
Replies: 12
Views: 8972

Re: "App build failed" - Error while building an Android app.

@Peter: thanks for the tipp of Corretto, never heard of it before, will give it a try.

@Fred: any chances in updating cordova-android to version 10, so that we can use newer JDK 11?
by hoerbie
Mon Nov 07, 2022 6:23 pm
Forum: Feature Requests and Wishlists
Topic: "App build failed" - Error while building an Android app.
Replies: 12
Views: 8972

Re: "App build failed" - Error while building an Android app.

+1

And as I posted as different topic, it would also be helpful, if the temporary Cordova build directory wouldn't be deleted after compile error. With this dir a pro could try to analyze or solve problems directly in Cordova or with Android Studio or Xcode.
by hoerbie
Wed Nov 02, 2022 8:06 pm
Forum: Coding Questions
Topic: Android app getting slower by use
Replies: 11
Views: 2752

Re: Android app getting slower by use

Tested this a lot now with 2.32 Beta 1 on my Android Sunmi M2 and a new testing script that doesn't open and close immediately but gives a more natural opening and closing. Global SWin, SBut1, SBut2, SBut3, STxt Global TWin, TBut1, TBut2, TBut3 Global testopened Procedure TEvents() Debug EventGadget...