GetPackageName [B4X]
GetPackageName [B4X] - one method for all 3 platforms
@Alexander Stolte · 2024-04-17
Simple: Get the value of an HTML or XML tag. [B4X]
Simple: Get the value of an HTML or XML tag. [B4X]
@TILogistic · 2024-04-12
Another alternative video player [B4X]
Another alternative video player [B4X]
@TILogistic · 2024-04-07
Extract the structure of a URL [B4X]
Extract the structure of a URL [B4X]
@TILogistic · 2024-04-05
GetFileParts [B4X]
This snippet is useful for getting: Path, FileName and FileExtension, for convenience in a single custom object.
@LucaMs · 2024-03-30
Randomize Re-Sort List
Randomize Re-Sort List
@Magma · 2024-03-30
Multi-platform SVG to B4XBitmap Conversion with a Hidden Webview [B4X]
Multi-platform SVG to B4XBitmap Conversion with a Hidden Webview [B4X]
@William Lancee · 2024-03-26
Wait For the first task to complete [B4X]
Wait For the first task to complete [B4X]
@Erel · 2024-03-21
Easing Functions [B4X]
Code module containing 22 Ease In/out functions
@mohsyn · 2024-03-06
Introducing SuperTurtle [B4XTurtle]
Introducing SuperTurtle [B4XTurtle]
@William Lancee · 2024-02-12
Clear data only [keeping the table structure] [B4X] [B4XTable]
Clear data only [keeping the table structure] [B4X] [B4XTable]
@LucaMs · 2024-02-08
Herd of Turtles [B4XTurtle]
Multiple turtles on a screen, moving independently.
@William Lancee · 2024-02-07
Programmatically open B4XComboBox [B4X]
Programmatically open B4XComboBox [B4X]
@Erel · 2024-01-09
Hide full phone number [B4X]
It does not always make sense to make the entire phone number visible. So we only show the prefix code and the last 4 characters. We replace the rest with *
@Alexander Stolte · 2023-12-06
Get number of days in year [B4X]
Get number of days in year [B4X]
@Alexander Stolte · 2023-11-28
B4XTableSettingsExplorer - shows the impact of changing B4XTable properties et al [B4XTable]
B4XTableSettingsExplorer - shows the impact of changing B4XTable properties et al [B4XTable]
@walt61 · 2023-10-25
Variable # and Named Arguments in Subs [B4X]
Variable # and Named Arguments in Subs [B4X]
@William Lancee · 2023-10-21
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
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
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
IsValidJSON [Conclusion] [B4X]
IsValidJSON [B4X]
@TILogistic · 2023-07-27
Dijkstraâs Algorithm for Finding the Shortest Path Through a Connected Graph. [B4X]
Dijkstraâs Algorithm for Finding the Shortest Path Through a Connected Graph. [B4X]
@William Lancee · 2023-07-06
MeasureMultilineTextHeight [B4X]
I was looking for a way to determine the height of a textview when it has multiline text. This function now makes that possible across platforms.
@Alexander Stolte · 2023-05-11
Index ScrollTo Heights in BBCodeView - Marked Sections & Words Occurrences [B4X]
Index ScrollTo Heights in BBCodeView - Marked Sections & Words Occurrences [B4X]
@William Lancee · 2023-05-03