SpiderBasic 1.00 is out !

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
useful
Enthusiast
Enthusiast
Posts: 402
Joined: Fri Jul 19, 2013 7:36 am

Re: SpiderBasic 1.00 alpha 4

Post by useful »

Fred wrote:
useful wrote:I did WEB development and not meant to, but spiderbasic changed my plans.
In this regard, the fundamental question to Fred and Team:
whether the priority orientation node.js or you need to look in the direction of the cgi(nativ,php,...)?
It's a bit early to speak about that, but I guess node.js or PB CGI will be the way to go. About mongoose, it's patched webserver only meant to be used by the SB IDE, so if you want to setup a real webserver you can download mongoose and hack with it :).
i.e. in the near future will not wait from ide sb + sbmongoose full support for cgi?
Dawn will come inevitably.
loulou25223
User
User
Posts: 32
Joined: Thu Jan 16, 2014 7:07 pm

Re: SpiderBasic 1.00 alpha 4

Post by loulou25223 »

SpiderBasic lacks Database. In your plan in how many times database will be implemented ?
Fred
Administrator
Administrator
Posts: 18161
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: SpiderBasic 1.00 alpha 4

Post by Fred »

I don't know exactly how to implement database for now, as it will requiers a server (local storage isn't good as it can be wiped at anytime).

BTW, I have just setup the forum for SpiderBasic, so you can ask questions here: http://forums.spiderbasic.com

I will close the spiderbasic bug forum here, so it will stay a real PB place :)
User avatar
CONVERT
Enthusiast
Enthusiast
Posts: 130
Joined: Fri May 02, 2003 12:19 pm
Location: France

Re: SpiderBasic 1.00 alpha 4

Post by CONVERT »

Fantastic! Great! Long life to SpiderBasic, promised to a brillant future!
PureBasic 6.20 beta 2 (x64) | Windows 10 Pro x64 | Intel(R) Core(TM) i7-8700 CPU @ 3.20Ghz 16 GB RAM, SSD 500 GB, PC locally assembled.
Come back to 6.11 LTS 64 bits because of an issue with #PB_ComboBox_UpperCase in ComboBoxGadget() (Oct. 10, 2024).
karu
Enthusiast
Enthusiast
Posts: 255
Joined: Fri Jan 13, 2006 12:14 am

Re: SpiderBasic 1.00 alpha 4

Post by karu »

This is more like hack :D , but for database connect cross domain i did that:
WebGadget(#ebgadget, -5555, -5555, 0, 0, "")
global ServeristLaetudAndmed.i

To jquery.min.js i added:

Code: Select all

function receiveMessage(event) {
  v_ServeristLaetudAndmed = event.data // #### ServeristLaetudAndmed is my global variable in SP, that i will check with timer
}
addEventListener("message", receiveMessage, false);
to get data: SetGadgetText(#ebgadget,"http://www.ee/somefile.php")

and then you can generate file with php format like json, xml or other format like that:

Code: Select all

<div id="dat">
111;eee dddd;;fff gggg;;;;;;14.12.2012|
112;uhuuHouse Oü;;10303291;;;;;;17.12.2012|
113;Aerrrrerk Oü;;10685424;;;;;;17.12.2012|
</div>

<script>
   var text = document.getElementById('dat').innerHTML
   parent.postMessage(text, "*");
</script>
:)
Last edited by karu on Sat Mar 01, 2014 10:21 am, edited 1 time in total.
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: SpiderBasic 1.00 alpha 4

Post by Danilo »

English/International forum is now available at forums.spiderbasic.com

It is recommended to discuss and make feature requests there.
Fred
Administrator
Administrator
Posts: 18161
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: SpiderBasic 1.00 alpha 5

Post by Fred »

Alpha 5 is out !
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Re: SpiderBasic 1.00 alpha 5

Post by rsts »

Thanks. Still listed as alpha 4 on the download page.

cheers
perb
New User
New User
Posts: 8
Joined: Mon May 23, 2005 8:27 pm

Re: SpiderBasic 1.00 alpha 5

Post by perb »

rsts wrote:Thanks. Still listed as alpha 4 on the download page.

cheers
When you download it, it is the new version.
Mivo
New User
New User
Posts: 1
Joined: Sun Dec 17, 2006 4:12 am

Re: SpiderBasic 1.00 alpha 5

Post by Mivo »

Super late to the party, but I wanted to say that I love the idea, and thank Fred for making SB available for free for the remainder of the year. :)

This actually motivates me to get back more into PB again. Had been dabbling with Basic4Android (awful name, but actually a good language) lately, and knowing that SpiderBasic will let me make Android apps later on is awesome news!
User avatar
ostapas
Enthusiast
Enthusiast
Posts: 192
Joined: Thu Feb 18, 2010 11:10 pm

Re: SpiderBasic 1.00 alpha 5

Post by ostapas »

Posts: 1
Joined: 17 Dec 2006
Don't know why, but you reminded me Terminator movies. After 8 more years we'll see you second post :)
User avatar
CONVERT
Enthusiast
Enthusiast
Posts: 130
Joined: Fri May 02, 2003 12:19 pm
Location: France

Re: SpiderBasic 1.00 alpha 5

Post by CONVERT »

I believed SpiderBasic generates Javascript in HTML files. So, no special Webserver host...
PureBasic 6.20 beta 2 (x64) | Windows 10 Pro x64 | Intel(R) Core(TM) i7-8700 CPU @ 3.20Ghz 16 GB RAM, SSD 500 GB, PC locally assembled.
Come back to 6.11 LTS 64 bits because of an issue with #PB_ComboBox_UpperCase in ComboBoxGadget() (Oct. 10, 2024).
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: SpiderBasic 1.00 alpha 5

Post by PB »

> It would be great if the next update is a little more focused on building the final package

I think that's a loooooong way off. It's not even in Beta state yet.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User_Russian
Addict
Addict
Posts: 1518
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Re: SpiderBasic 1.00 alpha 5

Post by User_Russian »

On site can download alpha 6, but why there is nothing written about the new version?
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: SpiderBasic 1.00 alpha 5

Post by Danilo »

User_Russian wrote:On site can download alpha 6, but why there is nothing written about the new version?
It was announced in SpiderBasic forum: http://forums.spiderbasic.com/viewtopic.php?f=13&t=87

You need to read SpiderBasic forum if you are interested in SpiderBasic! ;)

(for advertisement it would be better to also announce new versions here, I agree)
Last edited by Danilo on Mon May 05, 2014 10:34 am, edited 1 time in total.
Post Reply