Search found 11 matches

by Madmix
Thu Dec 18, 2025 8:34 pm
Forum: Coding Questions
Topic: Toolbarmobile() and Listmobile() issue
Replies: 8
Views: 964

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: 964

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: 964

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: 964

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: 964

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: 9845

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: 9845

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 ...
by Madmix
Tue Oct 14, 2025 9:28 am
Forum: Coding Questions
Topic: [Solved] Compiling MobileUI.sb for Android
Replies: 3
Views: 9845

[Solved] Compiling MobileUI.sb for Android

As a new Spiderbasic registered user, I am encountering a problem when creating my first .apk for Android.

I used the example that comes with SB, MobileUI.sb, and compiled it with the following configuration:

SB 3.10 (x86)
JDK path: C:\Program Files\Java\jdk-17\

https://i.imgur.com/RnsxdcG.png ...
by Madmix
Sat Feb 15, 2025 9:20 am
Forum: General Discussion
Topic: Real apps for android
Replies: 4
Views: 32780

Re: Real apps for android


Paul also has develop some nice free games, not android you can see in web but they are SpiderBasic developed
so converting to android is just a "compiler option"

check

https://reelmedia.org/
"Free software" -> 4 games


Thank you!
Yes, I already knew Paul's good work, I love especially the ...
by Madmix
Fri Feb 14, 2025 2:54 pm
Forum: General Discussion
Topic: Real apps for android
Replies: 4
Views: 32780

Re: Real apps for android

Thank you! Your project looks great!

I will try the free version for a few weeks to see if I am able to take advantage of it.

Regards