Variable # and Named Arguments in Subs [B4X]
Variable # and Named Arguments in Subs [B4X]
@William Lancee · 2023-10-21
BBScrollingLabel - rich text scrolling label [B4X]
BBScrollingLabel is similar to XUI Views ScrollingLabel, however it is based on BCTextEngine and can therefore display formatted text.
@Erel · 2023-10-17
SD ProductPicker [B4X] [XUI]
SD ProductPicker [B4X] [XUI]
@Star-Dust · 2023-10-15
AS Sliding Onboarding [based on ASViewPager] [B4X] [XUI]
AS Sliding Onboarding [based on ASViewPager] [B4X] [XUI]
@Alexander Stolte · 2023-10-10
AS CardSlider - Text animation [B4X]
AS CardSlider - Text animation [B4X]
@Alexander Stolte · 2023-09-25
Code snippets [B4X]
Code snippets [B4X]
@Erel · 2023-09-21
SD Zebra [printer] [B4X]
SD Zebra [printer] [B4X]
@Star-Dust · 2023-09-16
Supabase - Storage Image Transformations [B4X]
Supabase - Storage Image Transformations [B4X]
@Alexander Stolte · 2023-09-13
B4Xlib file maker
B4Xlib file maker
@jkhazraji · 2023-09-12
Supabase - Storage Bucket [B4X]
Supabase - Storage Bucket [B4X]
@Alexander Stolte · 2023-09-11
Supabase - Storage Files [B4X]
Supabase - Storage Files [B4X]
@Alexander Stolte · 2023-09-11
Supabase Storage - Download file with Progress [B4X]
Supabase Storage - Download file with Progress [B4X]
@Alexander Stolte · 2023-09-11
TextEditor - Save and load external files [B4X]
This is a B4i and B4A example, which demonstrates various external files related tasks.
@Erel · 2023-09-10
Code Smells [B4X]
"Code smells" are common patterns that can indicate that there is a problem in the code. A problem doesn''t mean that the code doesn''t work, it might be that it will be difficult to maintain it or that there are more elegant ways to implement the same thing. Remember that not everything is clear cut and there are exceptions for any rule.
@Erel · 2023-09-06
Get mime type by extension [B4X]
Get mime type by extension [B4X]
@Alexander Stolte · 2023-09-06
Wait for multiple tasks to complete [B4X]
A pattern such as this one can be used when you want to run multiple resumable subs concurrently and wait for all of them to complete before continuing
@Erel · 2023-09-06
Supabase - Authentification SignIn with Apple [B4X]
Supabase - Authentification SignIn with Apple [B4X]
@Alexander Stolte · 2023-09-01
SD_StrangeListView [B4X] [XUI] [B4XLib]
This new view allows you to have an ordered and distributed list of images (left) and their name, description and info (right). Or you can view the images in grid (if the screen size allows it, otherwise in column) where there will be related images with the name just below. There is an add button and a close button that makes the visit invisible (mBase.Visible = False so to speak).
@Star-Dust · 2023-08-31
Supabase - Authentification SignIn with Google [B4X]
Supabase - Authentification SignIn with Google [B4X]
@Alexander Stolte · 2023-08-31
Custom CANCEL ad CONFIRM buttons [B4X] [B4XDialog]
Custom CANCEL ad CONFIRM buttons [B4X] [B4XDialog]
@GianniGntl · 2023-08-23
Cross Platform Click Events Handler - Code Block [B4X]
I do a lot of x-platform coding. All my development work is on B4J and then I adjust the code for B4A. As part of that adjustment I have to write different code for B4J and B4A and B4i (if I used that). Since I use short and long/right click and since many of my ''buttons'' are ''labels'', click event handling requires a bit of repetitive work. The Designer Script Extensions presents a method that can do this once and for all.
@William Lancee · 2023-08-16
Convert Map to List [of Keys and Values]
Convert Map to List [of Keys and Values]
@aeric · 2023-08-15
Server picture File to B4XImageView VIA SQL Server [B4X]
Sometimes it is just easier to go SQL direct rather than a jrdc server. I can get binary files from the server usually directly, but not always and enabling SMB1 is required and a security risk some clients aren''t willing to go for.
@MrKim · 2023-08-15
Message view based on xCustomlistview [B4X]
Chat-like view; received messages appear to the left, sent to the right.
@John Naylor · 2023-08-05
Lakh format number [B4X]
Lakh format number [B4X]
@TILogistic · 2023-08-04
Get month from day of year [B4X]
Get month from day of year [B4X]
@Alexander Stolte · 2023-08-03
PDF to Image [B4XBitmap] [B4X] [B4Xpages]
PDF to Image [B4XBitmap] [B4X] [B4Xpages]
@Star-Dust · 2023-08-02
Conversations view for B4A, B4i [B4X]
Provides a view to display a conversations panel like various messenger systems. Add/update messages, avatars or automatic initials, long press to select conversation(s), preview latest message option, number of unread messages view, modify colours, borders etc etc.
@John Naylor · 2023-08-01
B4XLib Template and Necessary Files [B4X]
A template to create b4xlibs on the run
@hatzisn · 2023-07-28
BR_Button [B4X] [XUI]
Was created with the intention of leaving the button working equally in the 3 ides (b4a, b4i and b4j)
@Lucas Siqueira · 2023-07-28