Search found 14 matches

by Madmix
Thu Mar 12, 2026 8:10 am
Forum: Coding Questions
Topic: Errors when compile Android app
Replies: 4
Views: 1137

Re: Errors when compile Android app

AZJIO, My sincere thanks for all your help, I'm stupid :!:

There was an End added at the end of the code that caused the application to terminate. It does not affect webview, but it does affect the apk, which closes it as soon as it is opened!

Last lines of my previous code :oops:

.....
If ...
by Madmix
Wed Mar 11, 2026 6:40 pm
Forum: Coding Questions
Topic: Errors when compile Android app
Replies: 4
Views: 1137

Re: Errors when compile Android app


Try renaming the folders:
C:\Users\ziki\.android
C:\Users\ziki\.gradle
When you start, new versions will be downloaded from you.
You may still have old versions from the old SpiderBasic version.


Thank you! I just did that and it did indeed download .android and .gradle again. But the result is ...
by Madmix
Wed Mar 11, 2026 12:20 pm
Forum: Coding Questions
Topic: Errors when compile Android app
Replies: 4
Views: 1137

Errors when compile Android app

My code works fine in the ide, but when I compile it for android I get in my phone a black screen and then the app closed automatically

I'm using JDK 17, defined in SpiderBasic compiler path: "C:\Program Files\Java\jdk-17\"

this log says:
ANDROID_SDK_ROOT=undefined (DEPRECATED)
Deprecated ...
by Madmix
Thu Dec 18, 2025 8:34 pm
Forum: Coding Questions
Topic: Toolbarmobile() and Listmobile() issue
Replies: 8
Views: 12642

Re: Toolbarmobile() and Listmobile() issue

munfraid wrote: Thu Dec 18, 2025 4:36 pm...
Based on your screenshot and bembulak's code I added some coloring and resizing. ...
Thank you! It works wonderfully :!:
by Madmix
Thu Dec 18, 2025 7:22 am
Forum: Coding Questions
Topic: Toolbarmobile() and Listmobile() issue
Replies: 8
Views: 12642

Re: Toolbarmobile() and Listmobile() issue

That code is fantastic! It's great for helping me move forward, I'm really looking forward to SB! And if anyone else can contribute anything else later on, it will be very welcome :)

Thank you very much for your time!
by Madmix
Wed Dec 17, 2025 6:14 pm
Forum: Coding Questions
Topic: Toolbarmobile() and Listmobile() issue
Replies: 8
Views: 12642

Re: Toolbarmobile() and Listmobile() issue


Thank you for the clarification.

I'm currently working with SB 3.20 beta 2 and this seems to have some issues.
The 'mobileUI.sb' example isn't even loading; when tinkering around to resemble your idea (3 lists next to each other), I have strange behaviour. Would be good if anyone else could test ...
by Madmix
Wed Dec 17, 2025 1:30 pm
Forum: Coding Questions
Topic: Toolbarmobile() and Listmobile() issue
Replies: 8
Views: 12642

Re: Toolbarmobile() and Listmobile() issue

Hello. First of all, thank you very much for your detailed comments.
Indeed, I tried several containers and finally settled on the version with ToolBarMobile().

What I really want to achieve are three lists, side by side, like in this example:
Image
by Madmix
Wed Dec 17, 2025 11:51 am
Forum: Coding Questions
Topic: Toolbarmobile() and Listmobile() issue
Replies: 8
Views: 12642

Toolbarmobile() and Listmobile() issue

My first steps with Spiderbasic :)

What is wrong with this code?
If ContainerMobile(#PB_Any, #PB_Mobile_Page, "padding-top:8px", "3lists")

If ToolBarMobile(0)
ButtonMobile(#PB_Any, "LEFT", #PB_Mobile_Left)

If ContainerMobile(#PB_Any, #PB_Mobile_Row, "")

ListMobile(1, #PB_Mobile_InSet ...
by Madmix
Tue Oct 14, 2025 1:47 pm
Forum: Coding Questions
Topic: [Solved] Compiling MobileUI.sb for Android
Replies: 3
Views: 19109

Re: Compiling MobileUI.sb for Android

Fixed!
If the application is not signed, I must enable debugger mode (verified that it works).

more info: viewtopic.php?p=10300#p10300

Thank you :D
by Madmix
Tue Oct 14, 2025 12:14 pm
Forum: Coding Questions
Topic: [Solved] Compiling MobileUI.sb for Android
Replies: 3
Views: 19109

Re: Compiling MobileUI.sb for Android


However, when I try to install it, I get an installation failure, both on a normal Android mobile and on an Android emulator (MEMu).

Can you tell us what this error message says?


Thank you, here the only error I got is "Failed to install":

https://i.imgur.com/PMIH00U.gif

This is the ...