Page 1 of 2

SpiderBasic 1.10 is out !

Posted: Sat Dec 12, 2015 9:06 am
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

Re: SpiderBasic 1.10 beta is out !

Posted: Sat Dec 12, 2015 12:21 pm
by Peter
good news! Nice new features. Thanks a lot! :D

Greetings ... Peter

Re: SpiderBasic 1.10 beta is out !

Posted: Sat Dec 12, 2015 12:29 pm
by Fred
Here is an online link demonstrating the dialog feature with a big font: http://www.spiderbasic.com/showcase/dialog/

Re: SpiderBasic 1.10 beta is out !

Posted: Sun Dec 13, 2015 2:35 pm
by Arbrakaan
Great news ! Thanks Fantaisie Software team :)

Re: SpiderBasic 1.10 beta is out !

Posted: Sun Dec 13, 2015 4:05 pm
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....

Re: SpiderBasic 1.10 beta is out !

Posted: Sun Dec 13, 2015 6:26 pm
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

Re: SpiderBasic 1.10 beta is out !

Posted: Sun Dec 13, 2015 7:31 pm
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 .

Re: SpiderBasic 1.10 beta is out !

Posted: Sun Dec 13, 2015 8:07 pm
by Fred
Beta are only available for registered users.

Re: SpiderBasic 1.10 beta is out !

Posted: Mon Dec 14, 2015 4:47 am
by Etayson
Fred wrote:Beta are only available for registered users.
And how can I register oneself?

Re: SpiderBasic 1.10 beta is out !

Posted: Mon Dec 14, 2015 8:35 am
by the.weavster
Are procedure names now accessible from inline JS in the form sb_procedurename?

Btw, new theme looks nicer :)