SpiderBasic 1.00 is out !

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Danilo
Addict
Addict
Posts: 3037
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: SpiderBasic 1.00 alpha

Post by Danilo »

PB wrote:Nope, I still can't get it to work, even if I use:

<script type="text/javascript" src="/spiderbasic/libraries/javascript/library.js"></script>
or
<script type="text/javascript" src="../spiderbasic/libraries/javascript/library.js"></script>

Here's my remote structure. What am I doing wrong?
The "zzz.htm" file is the SpiderBasic output file.

Image
Could it have something to do with access rights of the directories?
Just noticed the question marks on some folder icons in your picture.

If you open zzz.htm in browser, check developer console for errors.
Didn't try again with Alpha 2, but with Alpha 1 I got errors in the JS Framework
file when I tested it on web server, while same file worked locally.
Fred
Administrator
Administrator
Posts: 16616
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: SpiderBasic 1.00 alpha 2

Post by Fred »

There is a case sensitive error, so when you put it on a linux server, it fails. You need to replace 'dijit/ToolTip' with 'dijit/Tooltip'. It's fixed for the next alpha.
Hi-Toro
Enthusiast
Enthusiast
Posts: 265
Joined: Sat Apr 26, 2003 3:23 pm

Re: SpiderBasic 1.00 alpha 2

Post by Hi-Toro »

Only discovered this a couple of days ago. Going by the alpha demos, excellent work, Fred & co -- great GUI you have there!
James Boyd
http://www.hi-toro.com/
Death to the Pixies!
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: SpiderBasic 1.00 alpha 2

Post by Kuron »

Hi-Toro wrote:Going by the alpha demos, excellent work, Fred & co -- great GUI you have there!
+1
Best wishes to the PB community. Thank you for the memories. ♥️
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: SpiderBasic 1.00 alpha

Post by PB »

> replace 'dijit/ToolTip' with 'dijit/Tooltip'

THAT WAS IT! :D All working fine now.

> fixed for the next alpha

Thanks, Fred! ;)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
useful
Enthusiast
Enthusiast
Posts: 366
Joined: Fri Jul 19, 2013 7:36 am

Re: SpiderBasic 1.00 alpha 2

Post by useful »

Support node.js the plans include?
And how wonderful would if Fred & Ko To engage with a hosting provider node.js possible increase in the price of the license SpiderBasic.
Dawn will come inevitably.
User avatar
Comtois
Addict
Addict
Posts: 1429
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Re: SpiderBasic 1.00 alpha 2

Post by Comtois »

I probably forgot to change something, here is what it looks like on my site with the example GadgetOverview. But it is encouraging :)

http://comtois.developpez.com/tests/spi ... rview.html
Please correct my english
http://purebasic.developpez.com/
User avatar
Danilo
Addict
Addict
Posts: 3037
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: SpiderBasic 1.00 alpha 2

Post by Danilo »

Comtois wrote:I probably forgot to change something, here is what it looks like on my site with the example GadgetOverview. But it is encouraging :)

http://comtois.developpez.com/tests/spi ... rview.html
Safari 7.0.1 developer console error output:

Code: Select all

[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (claro.css, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (windows-7.css, line 0)
[Error] TypeError: Attempted to assign to readonly property.
	put (put.js, line 64)
	spider_CheckBoxGadget (GadgetOverview.html, line 100)
	SpiderLaunch (GadgetOverview.html, line 270)
	(anonymous function) (GadgetOverview.html, line 358)
	_c9 (dojo.js, line 15)
	_36 (dojo.js, line 15)
	(anonymous function) (dojo.js, line 15)
	_37 (dojo.js, line 15)
	_7e (dojo.js, line 15)
	_f1 (dojo.js, line 15)
	_108 (dojo.js, line 15)
User avatar
Comtois
Addict
Addict
Posts: 1429
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Re: SpiderBasic 1.00 alpha 2

Post by Comtois »

That was it, i forgotten to change one line, work fine now :)

http://comtois.developpez.com/spiderbas ... rview.html

Thank you Danilo.
Please correct my english
http://purebasic.developpez.com/
User avatar
Danilo
Addict
Addict
Posts: 3037
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: SpiderBasic 1.00 alpha 2

Post by Danilo »

Comtois wrote:That was it, i forgotten to change one line, work fine now :)

http://comtois.developpez.com/spiderbas ... rview.html

Thank you Danilo.
No problem. ;)

Works fine now.
User avatar
Comtois
Addict
Addict
Posts: 1429
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Re: SpiderBasic 1.00 alpha 2

Post by Comtois »

Is CreateSprite() supposed to work ? I read nothing about this in limitations
Please correct my english
http://purebasic.developpez.com/
User avatar
electrochrisso
Addict
Addict
Posts: 980
Joined: Mon May 14, 2007 2:13 am
Location: Darling River

Re: SpiderBasic 1.00 alpha 2

Post by electrochrisso »

Comtois wrote:That was it, i forgotten to change one line, work fine now :)

http://comtois.developpez.com/spiderbas ... rview.html

Thank you Danilo.
Is it possible to have a scroll bars on the web page for smaller screen/browser sizes, perhaps use an iframe.
PureBasic! Purely one of the best 8)
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: SpiderBasic 1.00 alpha 2

Post by PB »

Just found my first cool use for SpiderBasic: serial code generation!

With my apps, users receive a serial code that unlocks all features.
Before, I'd have to take my laptop with me everywhere so I can make
a code on the run, for times when I get a sale when I'm not at home.

Now, thanks to SpiderBasic, I can just go to a password-protected
page on my website with any browser, and generate a code right
away! No need to take my code-making exe everywhere anymore.
This is seriously awesome and a massive time-saver for me.

THANK YOU SO MUCH, FRED! :D
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
karu
Enthusiast
Enthusiast
Posts: 255
Joined: Fri Jan 13, 2006 12:14 am

Re: SpiderBasic 1.00 alpha 2

Post by karu »

ok
Last edited by karu on Mon Feb 24, 2014 1:10 am, edited 1 time in total.
karu
Enthusiast
Enthusiast
Posts: 255
Joined: Fri Jan 13, 2006 12:14 am

Re: SpiderBasic 1.00 alpha 2

Post by karu »

ok
Last edited by karu on Mon Feb 24, 2014 1:10 am, edited 1 time in total.
Post Reply