SpiderBasic 1.00 beta 2 is out !

Everything else that doesn't fall into one of the other categories.
davido
Posts: 10
Joined: Mon Feb 24, 2014 10:22 pm
Location: Uttoxeter UK

Re: SpiderBasic 1.00 beta 1 is out !

Post by davido »

Thank you. :D

Why is the Linux version nearly half the size of the others?
User avatar
useful
Posts: 135
Joined: Tue Feb 25, 2014 1:15 pm

Re: SpiderBasic 1.00 beta 1 is out !

Post by useful »

Thank you.
Not enough adapted documentation and more extensive examples.
With server side appeared a certainty?
2B or not 2B = FF
User avatar
useful
Posts: 135
Joined: Tue Feb 25, 2014 1:15 pm

Re: SpiderBasic 1.00 beta 1 is out !

Post by useful »

davido wrote:Thank you. :D

Why is the Linux version nearly half the size of the others?
Lost the Examples folder :) (x86 exactly x64 not tested) moved from win version
2B or not 2B = FF
plouf
Posts: 295
Joined: Tue Feb 25, 2014 6:01 pm
Location: Athens,Greece

Re: SpiderBasic 1.00 beta 1 is out !

Post by plouf »

Hi

As i have state in older beta, Waponez demo dont work on anything but chrome (and opera offcourse as its teh same engine)
no warefox 30 no internet explorer 11 (both x86/64 versions) no qupzilla 1.6.6

gadget demo misc other open fine

Windows 7 64bit, xyz block's disabled
Christos
the.weavster
Posts: 229
Joined: Sat Mar 01, 2014 3:02 pm

Re: SpiderBasic 1.00 beta 1 is out !

Post by the.weavster »

The Linux version (x64) wont run any of the examples for me, e.g. if I try to run Gadget.sb I get the following error:

Uncaught SyntaxError: Unexpected identifier spiderbasic.js:254
Uncaught ReferenceError: SpiderMain is not defined SpiderBasic_Compilation0.html:25
Uncaught ReferenceError: SpiderMain is not defined main.js:18


and this is the code in spiderbasic.js that makes the browser halt:

Code: Select all

if (spider_EventGadget()==1) {
 POP rdi // this is line 254 as reported in the error above
spider_ClearGadgetItems(4);
 POP rdi
 POP rsi
spider_DisableGadget(2,0);
 POP rdi
 POP rsi
spider_DisableGadget(1,1);
} else if (spider_EventGadget()==2) {
...
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 1.00 beta 1 is out !

Post by Fred »

Seems like some purebasic stuff left in there ! :) Could you post it in the bug section for proper tracking please ?
poshu
Posts: 96
Joined: Mon Feb 24, 2014 11:46 pm

Re: SpiderBasic 1.00 beta 1 is out !

Post by poshu »

Still testing spider basic, and I have a question : should we report every functions that does not work? I know it's currently under heavy development, but should all the included functions works completely?
User avatar
MrTAToad
Posts: 291
Joined: Sun Apr 20, 2014 11:43 am
Location: Chichester, England
Contact:

Re: SpiderBasic 1.00 beta 1 is out !

Post by MrTAToad »

Couldn't hurt
Fred
Site Admin
Posts: 1820
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 1.00 beta 2 is out !

Post by Fred »

Beta 2 is out ! Don't hesitate to test to see if your reported bugs are gone, and if the doc is accurate enough (english only for now). It is still in progress, but it's starting to be a bit better on daily use :)
poshu
Posts: 96
Joined: Mon Feb 24, 2014 11:46 pm

Re: SpiderBasic 1.00 beta 2 is out !

Post by poshu »

woohooh \o/
Post Reply