How to insert SpiderBasic code into an exhisting html file?
Posted: Thu Jul 28, 2016 2:14 pm
I' m a very happy user of PureBasic and I want to know if is it possible to insert SpiderBasic code into an exhisting html file made by another program (Dreamweaver for example). I imagine two ways of inserting the SpiderBasic code:
1) There is a rectagle area in the html page that it's a SpiderBasic Window
2) The background of the html page it's a SpiderBasic Window with #PB_Window_Background flag.
I failed in both of these two way.
When I try to mix html elements and spiderbasic elements on the same page the browser first shows the html elements then redraw the page and shows only the spiderbasic elements. I tried to move the <div class="flat" id="spiderbody"> in a different position (inside the <body> tag for example) but I had no success.
I haven't found an example with this integration. All the included examples only contains html elements that are totally made by SpiderBasic.
Any suggestion?
Thanks in advance
Alberto
1) There is a rectagle area in the html page that it's a SpiderBasic Window
2) The background of the html page it's a SpiderBasic Window with #PB_Window_Background flag.
I failed in both of these two way.
When I try to mix html elements and spiderbasic elements on the same page the browser first shows the html elements then redraw the page and shows only the spiderbasic elements. I tried to move the <div class="flat" id="spiderbody"> in a different position (inside the <body> tag for example) but I had no success.
I haven't found an example with this integration. All the included examples only contains html elements that are totally made by SpiderBasic.
Any suggestion?
Thanks in advance
Alberto