Search found 4 matches

by Hadrianus
Sun Oct 21, 2018 2:25 pm
Forum: Coding Questions
Topic: how to run example independent from SpiderBasic environment
Replies: 7
Views: 5976

Re: how to run example independent from SpiderBasic environm

Thank you Peter.

So you have to add .html by yourself at the filename. :shock:
And in that case you only have to click in order to start the browser.
by Hadrianus
Sun Oct 21, 2018 12:29 pm
Forum: Coding Questions
Topic: how to run example independent from SpiderBasic environment
Replies: 7
Views: 5976

Re: how to run example independent from SpiderBasic environm

A SpiderBasic web application is not a single executable file like in PureBasic or other languages. Your app is exported into a folder which contains all the files required to run your app. Just follow these steps:

1. In the editor choose from 'compiler' menu 'Create App'

2. In the field "HTML ...
by Hadrianus
Sun Oct 21, 2018 9:30 am
Forum: Coding Questions
Topic: how to run example independent from SpiderBasic environment
Replies: 7
Views: 5976

Re: how to run example independent from SpiderBasic environm

Hello,

You choose "Compiler/Create App" and in the web-tab you set your main html-file in field "Html filename".

That file and folder gets created with a sub-Folder "Spiderbasic".

Your main-file can then be started with Firefox locally for example.
Or copy all to your web-Server.

Regards

It ...
by Hadrianus
Sat Oct 20, 2018 8:59 pm
Forum: Coding Questions
Topic: how to run example independent from SpiderBasic environment
Replies: 7
Views: 5976

how to run example independent from SpiderBasic environment

I have never made a webbased-application. :oops: I managed to run an example inside SpiderBasic. It appears inside my browser just fine. I suppose the next step is to use the compiler, but I have no idea how to do it. It seems that the compiler generates 2 kind of files, one of them is called ...