SpiderBasic 3.10 is out !

Everything else that doesn't fall into one of the other categories.
tj1010
Posts: 218
Joined: Wed May 27, 2015 1:36 pm
Contact:

Re: SpiderBasic 3.10 beta 1 is ready !

Post by tj1010 »

Fred wrote: Mon Jun 02, 2025 1:51 pm
Caronte3D wrote: Mon Jun 02, 2025 9:24 am We must update the Java version?
I get this error trying your native notification example (on Android):

Code: Select all

A problem occurred evaluating project ':app'.
> Failed to apply plugin 'com.android.internal.application'.
> Android Gradle plugin requires Java 17 to run. You are currently using Java 11.
EDIT:
Ok, with Java 17 compiles.
It's deprecated, but we can download it from:
https://jdk.java.net/archive/
When updating cordova, all the toolchain is upgraded and it often requiers a newer Java. So yes, Java 17 is needed now instead of Java 11.
It builds apps here by just extracting in downloads and setting "Downloads\openjdk-17.0.0.1+2_windows-x64_bin\jdk-17.0.0.1\" in SB preferences; no %PATH% stuff neeed. "JDK 11 Path (JDK 12+ not supported)" needs changed in preferences UI along with links and text in "Creating App" and "Using the command line compiler"
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 3.10 beta 2 is ready !

Post by Fred »

2025-06-30: Beta 2 is ready, with an updated doc for 3.10 and some new stuff:

Code: Select all

- Added: HeaderSection/EndHeaderSection to easily custozime the HTML </head> tag
- Added code signing for Windows installer and exe to avoid scary warning when installing
Here is an example on how to use it (you can check the doc as well):

Code: Select all

HeaderSection
  <meta name="description" content="Customizd description">
  <script type="text/javascript" src="https://cdn.babylonjs.com/babylon.js"></script>
EndHeaderSection
User avatar
useful
Posts: 135
Joined: Tue Feb 25, 2014 1:15 pm

Re: SpiderBasic 3.10 beta 2 is ready !

Post by useful »

I really hope that the instructions will appear before or with the release.
viewtopic.php?p=11150#p11150

Thanks a lot for the next beta.
2B or not 2B = FF
User avatar
Peter
Posts: 1197
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: SpiderBasic 3.10 beta 2 is ready !

Post by Peter »

Fred wrote: Mon Jun 30, 2025 9:56 am

Code: Select all

- Added: HeaderSection/EndHeaderSection to easily custozime the HTML </head> tag
...
GREAT! So many possibilities...

Thanks a lot! :D
Dirk Geppert
Posts: 330
Joined: Fri Sep 22, 2017 7:02 am

Re: SpiderBasic 3.10 beta 2 is ready !

Post by Dirk Geppert »

Great news! Thx a lot @Fred for this update.

@Peter: seems that HeaderSection/EndHeaderSection can replace the HtmlPreprocessor or did I miss something?
munfraid
Posts: 135
Joined: Sat Mar 24, 2018 1:33 pm

Re: SpiderBasic 3.10 beta 2 is ready !

Post by munfraid »

Whoooo, HeaderSection is a nice one! Thanks!
Quin
Posts: 118
Joined: Wed Nov 08, 2023 4:38 pm

Re: SpiderBasic 3.10 beta 2 is ready !

Post by Quin »

Whoa, now that is cool. Thanks Fred, it shall be battletested!
User avatar
Peter
Posts: 1197
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: SpiderBasic 3.10 beta 2 is ready !

Post by Peter »

Dirk Geppert wrote: Wed Jul 02, 2025 6:37 pm@Peter: seems that HeaderSection/EndHeaderSection can replace the HtmlPreprocessor
could be.
Dirk Geppert wrote: Wed Jul 02, 2025 6:37 pmor did I miss something?
try it out! ;)
Dirk Geppert
Posts: 330
Joined: Fri Sep 22, 2017 7:02 am

Re: SpiderBasic 3.10 beta 2 is ready !

Post by Dirk Geppert »

Peter wrote: Wed Jul 02, 2025 10:45 pm [..]could be.

[..]try it out! ;)
Peter, thank you for taking the effort to answer my question.😉 In a fit of sarcasm, I was about to hit the donate button 🤣
User avatar
SparrowhawkMMU
Posts: 291
Joined: Wed Aug 19, 2015 3:02 pm
Location: United Kingdom

Re: SpiderBasic 3.10 beta 2 is ready !

Post by SparrowhawkMMU »

Code: Select all

- Added: HTTPInfo() to get more info when using HTTPRequest()
- Added: HTTPTimeout() to control the timeout of HTTPRequest()
Thanks for implementing these! :) I'd just started building a Web UI for a headless backend service (RESTful APis) using another tool, but now I think that I have all that I need to do this in SB instead, which will be a lot quicker/easier. I'll report back if I come across any issues.
Post Reply