10-17-2023, 04:37 PM
Quote:Hi James,Wow! I'm not easily impressed, but for the record: I'm impressed!
The easiest way to export your project to HTML/Javascript is through the QBJS IDE. If you click the share/export button and select either auto or play mode you will see an Export button. Clicking this will download a zip of the compiled JS and html.
Let me know if this gets you what you are looking for.
Very straight-forward, and this is exactly what I needed, I did not even need the Wiki because I can do QB64 and just make a framework around a page and do everything that is needed.
Although the other Basics may be of use for if you are programatically trying to enhance, style, or add features to a primary web page (which nsbasic/spderbasic/etc is good for), the reality is that it is only for cosmetic improvements, and 98% of everything you need is now contained by javascript for a web app. All you need to do is export the framework, add it as a link on your site, and go!
This is exactly what I wanted it to do, and it is all falling into place beautifully.
QB64 and QBJS combined is exactly what I was looking for -- and waiting for -- for 10+ years.
I just didn't realize how easy you've made everything until now!
Thank you Dbox, and everyone contributing to this!