SpiderBasic 1.00 is out !

Developed or developing a new product in PureBasic? Tell the world about it.
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Re: SpiderBasic 1.00 alpha 3

Post by Derek »

Sorry if this has been brought up already. I'm using windows 8.1 and IE 11 and the latest Java install but can't get any of the example webpages to work, the IE window changes colour and that's all.
Anyone else getting this, do the examples not work in IE 11?
plouf
Enthusiast
Enthusiast
Posts: 281
Joined: Fri Apr 25, 2003 6:35 pm
Location: Athens,Greece

Re: SpiderBasic 1.00 alpha 3

Post by plouf »

not all examples work in genral atm
neither in ie of firefox its fully working most of examples, i have the best success with chrome

oot but java has nothing to do with spiderbasic spider generates javascript which is something entire different (aka spider generates HTML5 code)
Christos
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: SpiderBasic 1.00 alpha 3

Post by Fred »

The example should at least work on Firefox (lastest version), as it's my primary browser for dev (I also check on Chrome for time to time).
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Re: SpiderBasic 1.00 alpha 3

Post by Derek »

Thanks for the replies, I'll download a copy of chrome and use that then.
plouf
Enthusiast
Enthusiast
Posts: 281
Joined: Fri Apr 25, 2003 6:35 pm
Location: Athens,Greece

Re: SpiderBasic 1.00 alpha 3

Post by plouf »

@Fred neither Screen nor WaponezWeb works in firefox or waterfox here (windows 7 64bit, xp32bit) however it does works in chrome
Christos
Poshu
Enthusiast
Enthusiast
Posts: 459
Joined: Tue Jan 25, 2005 7:01 pm
Location: Canada

Re: SpiderBasic 1.00 alpha 3

Post by Poshu »

I'd say check your plugins, is there a no-script or something equivalent? 'cause the examples works fine on both FF 26 and 27 on all my computers and virtual machines (osx/linux/windows, 32 and 64 bits).
plouf
Enthusiast
Enthusiast
Posts: 281
Joined: Fri Apr 25, 2003 6:35 pm
Location: Athens,Greece

Re: SpiderBasic 1.00 alpha 3

Post by plouf »

@poshu , tested with "restart in safe mode" same behaviur

waterfox 26 win7 64bit
firefox 27 winxp

and no js block ever installed, rest examples work !
Christos
Foz
Addict
Addict
Posts: 1359
Joined: Tue Nov 13, 2007 12:42 pm
Location: Manchester, UK

Re: SpiderBasic 1.00 alpha 3

Post by Foz »

Well, after much experimenting, I've finally hit on a loading screen method that I can use.
This eliminates: drawing directly to screen, creating sprites on the fly, or overwriting existing sprites

So I've gone for a single white square that I can use over and over again, and a map of locations that I can plot the sprite to.

Fred, I could really do with text output!

Right then: http://shadowtavern.com/wizzard/

Intro screen (after loading):
Press Enter to start

Game screen:
Movement : a - left, d - right.
Jump through grates : w - up , s - down
Back to intro screen - esc / q
User avatar
useful
Enthusiast
Enthusiast
Posts: 402
Joined: Fri Jul 19, 2013 7:36 am

Re: SpiderBasic 1.00 alpha 3

Post by useful »

To determine the version and manufacturer of the user's browser may not complicated, it may include an initialization code outputs the message about the possibility of running spiderbasic application with a list of recommended browsers and browser versions
Dawn will come inevitably.
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: SpiderBasic 1.00 alpha 3

Post by the.weavster »

I think this may be of interest to SpiderBasic users: node-webkit

"node-webkit is an app runtime based on Chromium and node.js. You can write native apps in HTML and Javascript with node-webkit. It also lets you call Node.js modules directly from the DOM and enables a new way of writing native applications with all Web technologies.

It's created and developed in the Intel Open Source Technology Center."
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: SpiderBasic 1.00 alpha 3

Post by the.weavster »

useful wrote:Can create a partition Tricks 'n' Tips (SpiderBasic) for such
+1

So we can share snippets showing the use of JSON, passing JavaScript objects as Procedure parameters, GET and POST requests, etc...
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: SpiderBasic 1.00 alpha 3

Post by Fred »

We will create a new spiderbasic forum site when it will be out of alpha.
User avatar
stefanpape
User
User
Posts: 14
Joined: Sun Aug 04, 2013 11:12 am

Re: SpiderBasic 1.00 alpha 3

Post by stefanpape »

What's the difference to pb2web? This project seems to be very good. You should develop it together.
User avatar
KilljoyHeathen
User
User
Posts: 13
Joined: Fri Feb 14, 2014 10:56 pm
Location: Ab, Canada

Re: SpiderBasic 1.00 alpha 3

Post by KilljoyHeathen »

Looks cool, am glad to see you guys taking future-proof steps.

Thing is now you are making it increasingly difficult not to buy Purebasic...I didn't say it was a problem. :D

Good luck, can't wait for *actual* release.
“ It's not at all important to get it right the first time. It's vitally important to get it right the last time. ” - Andrew Hunt and David Thomas
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: SpiderBasic 1.00 alpha 3

Post by PB »

> What's the difference to pb2web?

Different competing products by different authors.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Post Reply