SpiderBasic 1.10 is out !

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

SpiderBasic 1.10 is out !

Post by Fred »

Hi everydoby !

- Final version is out ! It brings some more fixes.

- Beta 2 is out and brings the following things:

Code: Select all

-  'f_procedurename' alias in the generated JS, to interact with SpiderBasic functions easily.
- Fixed regressions due to aggressive optimisations :)
- Reworked many examples to be more polished and straight to the point
We are very happy to announce the new SpiderBasic version (beta), which brings some quite nice enhancements:

Code: Select all

- New powerful dialog lib to easily create auto-resizable form with XML definition
- New 'flat' skin for gadget and window manager for modern looking app
- Added DataSection support, with Read/Restore
- Added DrawAlphaImage()
- Added escaped string support with ~"" syntax
- Added SetGadgetFont() support
- Added theme selectors in "Compiler Options", and --windowtheme, --gadgettheme support for commandline
- Added #PB_Gadget_RequiredSize support for GadgetWidth() and GadgetHeight()
- Better gadget resizing to handle CSS margin and borders definition
- Reworked the window theme files, it's now much easier to create a skin for window.
- Better optimization for libraries Dialog, Gadget and Window with google closure compiler
- Various bug fixes
It available on your online account, grab it while it's hot and don't forget to report any bug found, so we can get a stable final release !

To create your new window theme: go to the SpiderBasic/Libraries/Javascript/Theme drawer, copy one on the theme drawer (ex: 'flat') into a new one, and start tweaking the window.css. The new theme will automatically appear in the IDE, so you can test it. The same can be done for the dijit/theme/ drawer, but it's way more complex :).

Have fun,

The Fantaisie Software team
User avatar
Peter
Posts: 1093
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: SpiderBasic 1.10 beta is out !

Post by Peter »

good news! Nice new features. Thanks a lot! :D

Greetings ... Peter
Fred
Site Admin
Posts: 1510
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 1.10 beta is out !

Post by Fred »

Here is an online link demonstrating the dialog feature with a big font: http://www.spiderbasic.com/showcase/dialog/
User avatar
Arbrakaan
Posts: 91
Joined: Mon Feb 24, 2014 10:54 pm
Location: Geneva
Contact:

Re: SpiderBasic 1.10 beta is out !

Post by Arbrakaan »

Great news ! Thanks Fantaisie Software team :)
Etayson
Posts: 12
Joined: Mon Nov 23, 2015 11:02 am

Re: SpiderBasic 1.10 beta is out !

Post by Etayson »

Hi.
And where is it possible to get a version 1.10 ? On a web-site there is only an old version 1.02....
User avatar
Peter
Posts: 1093
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: SpiderBasic 1.10 beta is out !

Post by Peter »

Etayson wrote:And where is it possible to get a version 1.10 ? On a web-site there is only an old version 1.02....
Scroll in your user account a little bit down to the Beta-Caption.

Greetings ... Peter
Etayson
Posts: 12
Joined: Mon Nov 23, 2015 11:02 am

Re: SpiderBasic 1.10 beta is out !

Post by Etayson »

Peter wrote:
Etayson wrote:And where is it possible to get a version 1.10 ? On a web-site there is only an old version 1.02....
Scroll in your user account a little bit down to the Beta-Caption.

Greetings ... Peter
an account on the forum or on the website ? because I can not go to the web site under an account that is using the forum.
And if i need to scroll in to the website account , how there i can registration if there is only login .
Fred
Site Admin
Posts: 1510
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 1.10 beta is out !

Post by Fred »

Beta are only available for registered users.
Etayson
Posts: 12
Joined: Mon Nov 23, 2015 11:02 am

Re: SpiderBasic 1.10 beta is out !

Post by Etayson »

Fred wrote:Beta are only available for registered users.
And how can I register oneself?
the.weavster
Posts: 222
Joined: Sat Mar 01, 2014 3:02 pm

Re: SpiderBasic 1.10 beta is out !

Post by the.weavster »

Are procedure names now accessible from inline JS in the form sb_procedurename?

Btw, new theme looks nicer :)
Post Reply