SpiderBasic 2.00 final is out !

Everything else that doesn't fall into one of the other categories.
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

SpiderBasic 2.00 final is out !

Post by Fred »

Hello everyone,

- Final version is out ! Thank you all for testing and reporting issues. It a great achievement for us to support mobile platform and we will continue to improve further SpiderBasic !

- Beta 10 is out ! Sorry for all these beta, but we try to get the new version out soon as the 1.40 doesn't work anymore on new OS X. It brings a few new stuff

Code: Select all

- Added: Custom headers support to HttpRequest() with a string map
- Added: Enable debugger switch on all app panels in the CreateApp window
- The beta 9 is available, focused on bug fixes

- The beta 8 is available, focused on bug fixes

- The beta 7 is available, focused on bug fixes

- The beta 6 is available with some bug fixes and the following new features:

Code: Select all

- Changed : crosswalk is now embedded in SpiderBasic installer, so no need to download it, all can be used offline

Code: Select all

- Added: Touch support to window dragging and resizing
- Added: IsScreenActive()
- The beta 4 is available with projects and Android bug fixes and the following new features:

Code: Select all

- Optimized: removed no more used libs from the javascript lib directory
- Optimized: minified all the libs in javascript lib directory to reduce footprint
- The beta 3 is available and brings usual bug fixes and the following new features:

Code: Select all

- Updated: dojo updated to 1.11.2
- Optimized: dojo/dijit/dgrid/cbtree are now compiled in one file to reduces footprint and decrease app loading time
- The beta 2 is available, and should fix most of the bug encountered until now

- The beta 1 for the new 2.00 version is ready for testing ! It introduces Android and iOS app support :). Here is the full list of changes:

Code: Select all

- Added: Android App support
- Added: iOS App creation support
- Added: InAppPurchase library (Android only)
- Added: App name field for WebApp
- Added: Default browser choice in Preferences -> Compiler
- Added: Too old browser detection when launching an app
- Added: a lot of switch to the commandline compiler to support mobile app
- Added: a new "Create App" window in the IDE to ease the app creation
- Added: #PB_Text_VerticalCenter flag to TextGadget()

- Changed: Move the old 'Export' panel to new "Create App" window
- Changed: OSX compiler is now bundled in the main SpiderBasic app for easier installation
- Changed: New dmg for OSX for drag'n'drop install to support Sierra
- Changed: Examples on Windows are now installed in 'common app' folder to avoid permission issues

- Bug fixes
Setup the right things on MacOS to get an iOS app creation running isn't obvious, and we can't do a step by step guide anymore because all is installed and setup here. So if you can try to keep trace of what to do from scratch, it would be very helpful for us to put in the manual, to help new users. Thanks for your help ! Android app creation should be much easier, as all is packaged in the Windows version (except JDK which should be installed)

Have fun !

The Fantaisie Software team
falsam
Posts: 280
Joined: Mon May 05, 2014 9:49 pm
Location: France
Contact:

Re: SpiderBasic 2.00 is available !

Post by falsam »

YeahhHHhhhhh Test NOT in progress .... Thanks Fred ^^

Hummm : This beta is not available in my account :cry: .....
Last edited by falsam on Wed Oct 26, 2016 9:44 am, edited 1 time in total.

➽ Windows 11 - JDK 1.8 - SB 2.40 - Android 13
http://falsam.com

Sorry for my poor english
bbanelli
Posts: 107
Joined: Mon Jul 13, 2015 7:40 am

Re: SpiderBasic 2.00 is available !

Post by bbanelli »

I can't see it as well... :(

http://i.imgur.com/E1yL0S5.png
"If you lie to the compiler, it will get its revenge."
Henry Spencer
http://www.pci-z.com/
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 2.00 is available !

Post by Fred »

Oops, I forget to deploy the new files :). Should be OK now !
falsam
Posts: 280
Joined: Mon May 05, 2014 9:49 pm
Location: France
Contact:

Re: SpiderBasic 2.00 is available !

Post by falsam »

Thanks Fred. It's ok now ^^ : Goto test.

➽ Windows 11 - JDK 1.8 - SB 2.40 - Android 13
http://falsam.com

Sorry for my poor english
User avatar
MrTAToad
Posts: 291
Joined: Sun Apr 20, 2014 11:43 am
Location: Chichester, England
Contact:

Re: SpiderBasic 2.00 is available !

Post by MrTAToad »

At the moment, I'm just getting a blank white web browser when running a project, although simple non-project things work fine.

I'm going to re-create the project and see what happens.

That didn't work unfortunately...
bbanelli
Posts: 107
Joined: Mon Jul 13, 2015 7:40 am

Re: SpiderBasic 2.00 is available !

Post by bbanelli »

Projects seem to be dead... :(

Image
"If you lie to the compiler, it will get its revenge."
Henry Spencer
http://www.pci-z.com/
User avatar
MrTAToad
Posts: 291
Joined: Sun Apr 20, 2014 11:43 am
Location: Chichester, England
Contact:

Re: SpiderBasic 2.00 is available !

Post by MrTAToad »

Wonder if something was forgotten :)
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 2.00 is available !

Post by Fred »

I just republished a new version for Windows, which should solve the project issues (other OS will follow soon).

edit; all versions have been updated.
User avatar
MrTAToad
Posts: 291
Joined: Sun Apr 20, 2014 11:43 am
Location: Chichester, England
Contact:

Re: SpiderBasic 2.00 is available !

Post by MrTAToad »

That works fine now. Looks like program execution has improved too!
Post Reply