Page 18 of 30

Re: SpiderBasic 1.00 alpha

Posted: Fri Jan 31, 2014 7:43 pm
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.

Re: SpiderBasic 1.00 alpha 2

Posted: Fri Jan 31, 2014 7:46 pm
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.

Re: SpiderBasic 1.00 alpha 2

Posted: Sat Feb 01, 2014 12:43 am
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!

Re: SpiderBasic 1.00 alpha 2

Posted: Sat Feb 01, 2014 2:32 am
by Kuron
Hi-Toro wrote:Going by the alpha demos, excellent work, Fred & co -- great GUI you have there!
+1

Re: SpiderBasic 1.00 alpha

Posted: Sat Feb 01, 2014 2:51 am
by PB
> replace 'dijit/ToolTip' with 'dijit/Tooltip'

THAT WAS IT! :D All working fine now.

> fixed for the next alpha

Thanks, Fred! ;)

Re: SpiderBasic 1.00 alpha 2

Posted: Sat Feb 01, 2014 7:26 am
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.

Re: SpiderBasic 1.00 alpha 2

Posted: Sat Feb 01, 2014 10:38 am
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

Re: SpiderBasic 1.00 alpha 2

Posted: Sat Feb 01, 2014 10:50 am
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)

Re: SpiderBasic 1.00 alpha 2

Posted: Sat Feb 01, 2014 12:25 pm
by Comtois
That was it, i forgotten to change one line, work fine now :)

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

Thank you Danilo.

Re: SpiderBasic 1.00 alpha 2

Posted: Sat Feb 01, 2014 12:28 pm
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.

Re: SpiderBasic 1.00 alpha 2

Posted: Sat Feb 01, 2014 2:27 pm
by Comtois
Is CreateSprite() supposed to work ? I read nothing about this in limitations

Re: SpiderBasic 1.00 alpha 2

Posted: Sun Feb 02, 2014 12:33 am
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.

Re: SpiderBasic 1.00 alpha 2

Posted: Sun Feb 02, 2014 2:40 am
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

Re: SpiderBasic 1.00 alpha 2

Posted: Sun Feb 02, 2014 12:05 pm
by karu
ok

Re: SpiderBasic 1.00 alpha 2

Posted: Sun Feb 02, 2014 12:21 pm
by karu
ok