no compilations at all
Re: no compilations at all
Same here. I am using demo version, 1.01, in Win 8. I get blank browser window after compile/run in both IE and FireFox.
Re: no compilations at all
do you allow to execute JavaScript in your Browser?meh23 wrote:Same here. I am using demo version, 1.01, in Win 8. I get blank browser window after compile/run in both IE and FireFox.
If you open the developer-tools in your Browser with <F12>: Is there something special in the console?
Greetings ... Peter
Re: no compilations at all
Hi, I have the image of the console output, but I couldn't drag and drop it here, don't know why. So, this is the copy/paste of it:
the above output is from Chrome, nothing in IE and FireFox.
Code: Select all
Failed to load resource file:///C:/spiderbasic/libraries/javascript/dijit/a11yclick.js
Uncaught Error: Script error for: dijit/a11yclick
http://requirejs.org/docs/errors.html#scripterror require.js:8
Failed to load resource file:///C:/spiderbasic/libraries/javascript/dojo/json.js
Uncaught Error: Script error for: dojo/json
http://requirejs.org/docs/errors.html#scripterror require.js:8
Re: no compilations at all
strange: the browser tries to load the JavaScript-Files over the filesystem.Failed to load resource file:///C:/spiderbasic/libraries/javascript/...
It seems, that there is a problem with Mongoose (the Webserver SpiderBasic is using).
Did you see 'sbmongoose.exe' in your taskmanager while your project is running?
Greetings ... Peter
Re: no compilations at all
No, sbmongoose.exe is not running in processes when I compile/run.
Re: no compilations at all
This is the log off the compile:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.purebasic.com/namespace" version="1.0" creator="SpiderBasic 1.01 (Windows - x86)">
<section name="config">
<options closefiles="1" openmode="0" name="testProject"/>
</section>
<section name="data">
<explorer view="C:\SpiderBasic\Examples\" pattern="0"/>
<log show="1"/>
<lastopen date="2015-05-07 16:56" user="***" host="***"/>
</section>
<section name="files"/>
<section name="targets">
<target name="Drawing" enabled="1" default="1">
<inputfile value="2DDrawing.sb"/>
<outputfile value="draw"/>
<compiler version="SpiderBasic 1.01 (Windows - x86)"/>
<options unicode="1" xpskin="1" debug="1" optimizejs="0" webserverport="0"/>
<temporaryexe value="source"/>
</target>
</section>
</project>
Re: no compilations at all
now i'm at a point, i cannot help anymore. Fred, it's your turn.meh23 wrote:No, sbmongoose.exe is not running in processes when I compile/run.

Greetings ... Peter
Re: no compilations at all
Consider that I have a compiler like SpiderBasic (compiles to javascript) which works properly. However, that has its own web server rather than using mongoose.
Re: no compilations at all
The new demo works now, beautiful. I am in now, I will purchase it right away to help it grow.
I am retired so I can chose the language that I like. I am in search of a none virtual machine language which PureBasic is a good candidate. It has huge set of methods. I purchased PureBasic, but never had time to use it since I should use Java. Now is the time.

I am retired so I can chose the language that I like. I am in search of a none virtual machine language which PureBasic is a good candidate. It has huge set of methods. I purchased PureBasic, but never had time to use it since I should use Java. Now is the time.

Re: no compilations at all
i have try 1.02.
The compilation work fine now, i have the windows.
But when i do the export with all librarys, the result is null. i have the background color change, and that's all. i have tried on ie, chrome and firefox.
The compilation work fine now, i have the windows.
But when i do the export with all librarys, the result is null. i have the background color change, and that's all. i have tried on ie, chrome and firefox.