Did you tried ?
BindGadgetEvent(#Button, @ButtonHandler(), #PB_EventType_LeftClick)
Search found 904 matches
- Tue Jan 13, 2026 4:18 pm
- Forum: Feature Requests and Wishlists
- Topic: Event Handling
- Replies: 1
- Views: 73
- Tue Jan 13, 2026 4:15 pm
- Forum: Coding Questions
- Topic: Downloading file with different name?
- Replies: 9
- Views: 473
Re: Downloading file with different name?
With the 3.20 final, you have an optional parameter for the name.
- Mon Jan 12, 2026 2:08 pm
- Forum: General Discussion
- Topic: SpiderBasic 3.20 is out !
- Replies: 8
- Views: 2884
Re: SpiderBasic 3.20 is out !
2026-01-12 : Final versions is out !
- Fri Jan 09, 2026 10:19 am
- Forum: Bugs Reports
- Topic: No image on the spash screen (Android)
- Replies: 6
- Views: 40457
Re: No image on the spash screen (Android)
So you can see something if you use different image res ?
- Thu Jan 08, 2026 12:26 pm
- Forum: General Discussion
- Topic: SpiderBasic 3.20 is out !
- Replies: 8
- Views: 2884
Re: SpiderBasic 3.20 beta 3 is available
2026-01-08: Small bug fix release to iron out know bugs beofre final !
Code: Select all
Changed: Changed the flag parameter for ExportFile() to an optional filename.- Thu Jan 08, 2026 10:30 am
- Forum: Bugs Reports
- Topic: No image on the spash screen (Android)
- Replies: 6
- Views: 40457
Re: No image on the spash screen (Android)
I'm not sure if it's a SB problem or a cordova one, anyone got an idea ?
- Thu Jan 08, 2026 10:28 am
- Forum: Bugs Reports
- Topic: [Done] Notes for updates of documentation
- Replies: 2
- Views: 506
- Thu Jan 08, 2026 10:06 am
- Forum: Coding Questions
- Topic: Downloading file with different name?
- Replies: 9
- Views: 473
Re: Downloading file with different name?
I changed it for the next version.
- Thu Jan 08, 2026 9:42 am
- Forum: Bugs Reports
- Topic: [Done] SB 3.2 StringGadget Placeholder is defect
- Replies: 1
- Views: 271
Re: SB 3.2 StringGadget Placeholder is defect
Both fixed, thanks.
- Thu Jan 08, 2026 9:10 am
- Forum: Coding Questions
- Topic: Mobile UI ShowMobile with list
- Replies: 1
- Views: 209
Re: Mobile UI ShowMobile with list
You use the '0' for your list, a which is already used by the dialog.
Enumeration
#Dialog
#Open
#Close
#List
EndEnumeration
; Create the dialog
If ContainerMobile(#Dialog, #PB_Mobile_Dialog, "padding:8px")
If ContainerMobile(#PB_Any, #PB_Mobile_Row, "padding:8px")
TextMobile(#PB_Any ...
Enumeration
#Dialog
#Open
#Close
#List
EndEnumeration
; Create the dialog
If ContainerMobile(#Dialog, #PB_Mobile_Dialog, "padding:8px")
If ContainerMobile(#PB_Any, #PB_Mobile_Row, "padding:8px")
TextMobile(#PB_Any ...