Search found 886 matches

by Fred
Fri Sep 26, 2025 7:17 am
Forum: Coding Questions
Topic: remove specific lines from the AndroidManifest.xml
Replies: 5
Views: 99406

Re: remove specific lines from the AndroidManifest.xml

Another way would be to tune the 'SpiderBasic\Compilers\after_prepare.js' file which is automatically called when building a package. I added this file to fix some perm issues with the manifest
by Fred
Mon Sep 01, 2025 7:58 am
Forum: General Discussion
Topic: My SpiderBasic account password has been leaked. However, the vulnerability is unknown.
Replies: 2
Views: 25575

Re: My SpiderBasic account password has been leaked. However, the vulnerability is unknown.

Passwords are never stored as is in a database and SpiderBasic and PureBasic accounts are no exceptions. All is hashed before being inserted in the database and when you login, only the hash is sent (you can check this step browser side). So if there is anything, it's not coming from us.
by Fred
Wed Jul 30, 2025 12:36 pm
Forum: Bugs Reports
Topic: [Done] SB 3.10 #PB_Image_Transparent doesn't work
Replies: 2
Views: 3464

Re: SB 3.10 #PB_Image_Transparent doesn't work

Fixed, you will need to download the 3.10 package again.
by Fred
Wed Jul 30, 2025 12:35 pm
Forum: Bugs Reports
Topic: [Done] Shader example file 3.10
Replies: 1
Views: 2718

Re: Shader example file 3.10

Fixed, you will need to download the 3.10 package again.
by Fred
Wed Jul 30, 2025 12:35 pm
Forum: General Discussion
Topic: SpiderBasic 3.10 is out !
Replies: 25
Views: 32136

Re: SpiderBasic 3.10 is out !

We put a new final version online to fix 2 regressions, feel free to download it again if you already did it !
by Fred
Mon Jul 28, 2025 1:18 pm
Forum: General Discussion
Topic: SpiderBasic 3.10 is out !
Replies: 25
Views: 32136

Re: SpiderBasic 3.10 is out !

2025-07-28: Final is out, thanks for the feedback !
by Fred
Sat Jul 26, 2025 8:13 pm
Forum: Coding Questions
Topic: update for android api 35
Replies: 3
Views: 5817

Re: update for android api 35

3.10b2 already supports api 35
by Fred
Tue Jul 15, 2025 12:18 pm
Forum: Coding Questions
Topic: How can I change the AppName
Replies: 2
Views: 2761

Re: How can I change the AppName

If you use a background window, I think SetWindowTitle() should do the trick
by Fred
Mon Jul 07, 2025 11:56 am
Forum: General Discussion
Topic: macOS - Debugger not working?
Replies: 3
Views: 10107

Re: macOS - Debugger not working?

There is a debugger, so I don't see why it should be disabled in the menu. Breakpoints and step by step are not supported from the IDE, as it's using a custom WebView which makes it difficult to plug one. I will remove the breakpoints in the IDE as you're right, it can be confusing.