Search found 68 matches

by bembulak
Mon Nov 28, 2022 1:39 pm
Forum: General Discussion
Topic: SpiderBasic 2.40 is out !
Replies: 41
Views: 50473

Re: SpiderBasic 2.40 beta 4 is ready !

Dirk Geppert wrote: Mon Nov 28, 2022 1:32 pm

Code: Select all

App not available for this account
Your account hasn't yet been invited to participate in this app's internal testing program.
What do I have to do?
Have you seen the … send me your email in PM from Fred?
by bembulak
Sat Nov 26, 2022 8:13 pm
Forum: General Discussion
Topic: What web hosting requirements?
Replies: 12
Views: 7780

Re: What web hosting requirements?

https://i.imgur.com/0RF0z7B.png Left Side You'll need a program on the web server to do the CRUD. SpiderBasic just can create the 'requirement' for the CRUD from the Office, but can not do the changes on the backend db. You'll need some program on the Webserver (or an underlying system) to do that ...
by bembulak
Sat Nov 26, 2022 3:28 pm
Forum: General Discussion
Topic: What web hosting requirements?
Replies: 12
Views: 7780

Re: What web hosting requirements?

Sounds quite interesting! Where’s the DB located? At the webhost or ‚internally‘ (DMZ)? Where does the menu get updated from? I’m on the phone at the moment, so I just can’t provide all the information and grafics/flowcharts I want, but I’ll be right back in a few hours. Basically I think you can fi...
by bembulak
Sat Nov 26, 2022 7:11 am
Forum: General Discussion
Topic: What web hosting requirements?
Replies: 12
Views: 7780

Re: What web hosting requirements?

It's a database hosted at a hosting site, and I was thinking I could use spider to do crud operations. You can do the preparation for the CRUD, but you still have to send it to the server to do the CRUD (params to CGI, REST API ...). Here is a WebSocket example: https://forums.spiderbasic.com/viewt...
by bembulak
Thu Nov 24, 2022 7:17 am
Forum: Coding Questions
Topic: Project mentoring and help
Replies: 3
Views: 753

Re: Project mentoring and help

Hello, thank you for your reply. To start off, is this how the SpiderBasic app should be communicating with the server backend? SB App <---> Http Post/Get <--> (some backend eg. PHP, .NET etc) <--> DB (MSSQL, MYSQL etc) I saw SpiderBites can handle the backend as well? How does everyone handle comm...
by bembulak
Wed Nov 16, 2022 8:56 pm
Forum: General Discussion
Topic: SpiderBasic 2.40 is out !
Replies: 41
Views: 50473

Re: SpiderBasic 2.40 beta 3 is ready !

Fred wrote: Wed Nov 16, 2022 3:59 pm beta 3 is out, it includes the final doc for all new stuffs, a few fixes and a few new commands:

Code: Select all

DesktopResolutionX(), DesktopResolutionY(), DesktopScaledX(), DesktopScaledY(), DesktopUnscaledX(), DesktopUnscaledY()
Thank you!
by bembulak
Fri Nov 11, 2022 9:44 pm
Forum: Showcase
Topic: RoguelikeLike - roguelike game
Replies: 8
Views: 10503

Re: RoguelikeLike - roguelike game

ricardo_sdl wrote: Thu Nov 10, 2022 2:52 pm Thanks bembulak!
You're welcome!
I've seen lots of contributions from you on itch for certain jams - you're very productive. It's a joy to see, that you're using PB/SB so much!
by bembulak
Fri Nov 11, 2022 9:43 pm
Forum: Coding Questions
Topic: Touch screen commands on Safari Browser
Replies: 3
Views: 819

Re: Touch screen commands on Safari Browser

Do you have some sort of example code, we can use for testing?
Maybe the code is missing something. If not, we'll be able to do further investigations. I'm sure the commands are supposed to work.
by bembulak
Fri Nov 11, 2022 9:40 pm
Forum: Tricks 'n' Tips
Topic: Android/IOS internal and SD storage
Replies: 3
Views: 5652

Re: Android/IOS internal and SD storage

I tried to glue together some sort of example to test, but had no success. Compiling / transferring / testing works (not always easy with Apple), but the program does nothing.

As said: I'm willing to help. However, I'm not that firm with SB, let alone additional functionality.
by bembulak
Wed Nov 09, 2022 8:05 pm
Forum: Showcase
Topic: RoguelikeLike - roguelike game
Replies: 8
Views: 10503

Re: RoguelikeLike - roguelike game

I'm late to the party. However, this is awesome. I had the link to the tutorial once, but lost it unfortunately.

Ande even better: you conversion to SB/PB. Great job! :clap: