you cant have direct access to filesystem via HTML5 api
files are stored locally inside app , browser temp in case of PC (which you clear with clear temp option of browser it self)
and also locally in androdi app, which clearer using app data -> clear cache
android close more and more ...
Search found 278 matches
- Fri Mar 27, 2026 6:56 pm
- Forum: Coding Questions
- Topic: The easiest way to store preferences for mi app?
- Replies: 11
- Views: 21506
- Tue Mar 17, 2026 10:06 pm
- Forum: General Discussion
- Topic: with all these SPAM, a captcha would have help?
- Replies: 1
- Views: 819
with all these SPAM, a captcha would have help?
I really think it will, cut off a lot of registrations at rhe first place
Currently there is no human identifation method at all...
Thanks
Currently there is no human identifation method at all...
Thanks
- Thu Feb 12, 2026 1:57 pm
- Forum: General Discussion
- Topic: html interface
- Replies: 8
- Views: 3846
Re: html interface
you can embed the whole CSS in html anywhere
here is the above example with css
strc$ = "<style> redbox {border:red solid 4px;}</style>" ; here we have the "CSS"
strc$ + "<table border=1><tr><td onclick='f_testhi()' > <redbox>clickme</redbox> </td></tr><tr><td>2</td></tr></table>" ; here we have ...
here is the above example with css
strc$ = "<style> redbox {border:red solid 4px;}</style>" ; here we have the "CSS"
strc$ + "<table border=1><tr><td onclick='f_testhi()' > <redbox>clickme</redbox> </td></tr><tr><td>2</td></tr></table>" ; here we have ...
- Wed Feb 11, 2026 8:36 am
- Forum: General Discussion
- Topic: html interface
- Replies: 8
- Views: 3846
Re: html interface
Its about the app
Personally i like the idea of windows like ui
It has exact same feeling like purebasic
And also users expect that
As said depend on app
For simple app. OnsenUI is better and also mobile suited
Like simple control smart house etc
For a logistic product/ warehouse track, database ...
Personally i like the idea of windows like ui
It has exact same feeling like purebasic
And also users expect that
As said depend on app
For simple app. OnsenUI is better and also mobile suited
Like simple control smart house etc
For a logistic product/ warehouse track, database ...
- Mon Feb 09, 2026 6:04 pm
- Forum: General Discussion
- Topic: html interface
- Replies: 8
- Views: 3846
Re: html interface
dunno most people like modern UI's like the new implement Mobile UI (which is the Onsen UI)
however its possible to "print" your own html on many spider fucntions like TextGadget,
and if you have basic javascript knowledge you interact with Spiders functions
here is super simple table ,handmade ...
however its possible to "print" your own html on many spider fucntions like TextGadget,
and if you have basic javascript knowledge you interact with Spiders functions
here is super simple table ,handmade ...
- Thu Feb 05, 2026 11:10 pm
- Forum: Coding Questions
- Topic: Blanc screen on localhost
- Replies: 13
- Views: 11294
Re: Blanc screen on localhost
seems like you have tweak [SpiderBasic libraries path] renaming to "javascript", leave it empy -> https://postimg.cc/NLByzwC2
under windows copies the folder
thats in the SAME folder where YOURAPP.HTML exist also a rekenmachine.js file should exist and ALSO a folder named javascript which inside ...
under windows copies the folder
thats in the SAME folder where YOURAPP.HTML exist also a rekenmachine.js file should exist and ALSO a folder named javascript which inside ...
- Sun Feb 01, 2026 4:54 pm
- Forum: Coding Questions
- Topic: Blanc screen on localhost
- Replies: 13
- Views: 11294
Re: Blanc screen on localhost
"this repository is empty"
- Sun Feb 01, 2026 4:10 pm
- Forum: Coding Questions
- Topic: Blanc screen on localhost
- Replies: 13
- Views: 11294
Re: Blanc screen on localhost
Can you upload rhis. Or any problematic files to check here?
- Sun Feb 01, 2026 12:52 pm
- Forum: Coding Questions
- Topic: Blanc screen on localhost
- Replies: 13
- Views: 11294
Re: Blanc screen on localhost
the fact that you are in linux, makes no difference in web world
its the http server that matters
does you script opens a external link ?
have you enable debugger? if not can you enable to see at least if debbuger window appears?
its the http server that matters
does you script opens a external link ?
have you enable debugger? if not can you enable to see at least if debbuger window appears?
- Sat Jan 31, 2026 6:54 pm
- Forum: Coding Questions
- Topic: Blanc screen on localhost
- Replies: 13
- Views: 11294
Re: Blanc screen on localhost
thats depend on http server configuration
what do you see when trying to open this website? whats the url ?
only blanc screen ?
i think you should try to rename it to index.html is the the default config for practialyl all http servers to see what hapens
what do you see when trying to open this website? whats the url ?
only blanc screen ?
i think you should try to rename it to index.html is the the default config for practialyl all http servers to see what hapens