05-01-2025, 11:46 PM
05-02-2025, 08:43 AM
Yes, anything related to Small Basic is fine.
05-02-2025, 05:43 PM
Thanks! It's because I am making a HTML-based project that runs on a browser that is related to the SB WinForms extension, it's a WYSIWYG (What You See Is What You Get) editor, though. (it's because Small Basic is quite limited, so I decided to go w/ JavaScript)
05-02-2025, 05:57 PM
Cool, the difficulty with JS may be communicating with the PC, e.g. accessing files or running from libraries have significant security limitations from a browser rather than an application.
05-02-2025, 07:40 PM
The only solution might be embedding Express.js (JS server-side lib) packages on the GitHub repo, or maybe use built-in JS functions to let the user manually save a file, or manually open a file.
But instead of interacting w/ libs I'd use 98.css to simulate WinForms within the WYSIWYG editor
Wait, I forgot that Electron.js web apps can access the filesystem, but though they consume more memory than actual native apps. (Electron.js is used for PWA-like HTML web apps)
But instead of interacting w/ libs I'd use 98.css to simulate WinForms within the WYSIWYG editor
Wait, I forgot that Electron.js web apps can access the filesystem, but though they consume more memory than actual native apps. (Electron.js is used for PWA-like HTML web apps)