B4XSnippetDrawing [B4XTURTLE]
Introducing SuperTurtle [B4XTurtle]
Introducing SuperTurtle [B4XTurtle]
@William Lancee · 2024-02-12
B4XSnippetTable/Grid [KEEPING THE TABLE STRUCTURE][B4X][B4XTABLE]
Clear data only [keeping the table structure] [B4X] [B4XTable]
Clear data only [keeping the table structure] [B4X] [B4XTable]
@LucaMs · 2024-02-08
B4XSnippetDrawing [B4XTURTLE]
Herd of Turtles [B4XTurtle]
Multiple turtles on a screen, moving independently.
@William Lancee · 2024-02-07
B4XSnippetCombobox [B4X]
Programmatically open B4XComboBox [B4X]
Programmatically open B4XComboBox [B4X]
@Erel · 2024-01-09
B4XSnippetStrings [B4X]
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
B4XSnippetDate/time [B4X]
Get number of days in year [B4X]
Get number of days in year [B4X]
@Alexander Stolte · 2023-11-28
B4XSnippetTable/Grid [B4XTABLE]
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
B4XSnippetB4X [B4X]
Variable # and Named Arguments in Subs [B4X]
Variable # and Named Arguments in Subs [B4X]
@William Lancee · 2023-10-21
B4XSnippetFile handling [B4X]
Get mime type by extension [B4X]
Get mime type by extension [B4X]
@Alexander Stolte · 2023-09-06
B4XSnippetB4X [B4X]
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
B4XSnippetDialogs [B4X][B4XDIALOG]
Custom CANCEL ad CONFIRM buttons [B4X] [B4XDialog]
Custom CANCEL ad CONFIRM buttons [B4X] [B4XDialog]
@GianniGntl · 2023-08-23
B4XSnippetViews - events [B4X]
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
B4XSnippetB4X [OF KEYS AND VALUES]
Convert Map to List [of Keys and Values]
Convert Map to List [of Keys and Values]
@aeric · 2023-08-15
B4XSnippetDatabase [B4X]
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
B4XSnippetStrings [B4X]
Lakh format number [B4X]
Lakh format number [B4X]
@TILogistic · 2023-08-04
B4XSnippetDate/time [B4X]
Get month from day of year [B4X]
Get month from day of year [B4X]
@Alexander Stolte · 2023-08-03
B4XSnippetPDF [B4XBITMAP][B4X][B4XPAGES]
PDF to Image [B4XBitmap] [B4X] [B4Xpages]
PDF to Image [B4XBitmap] [B4X] [B4Xpages]
@Star-Dust · 2023-08-02
B4XSnippetJSON [CONCLUSION][B4X]
IsValidJSON [Conclusion] [B4X]
IsValidJSON [B4X]
@TILogistic · 2023-07-27
B4XSnippetDrawing [B4X]
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
B4XSnippetEditText/Textview/TextArea/TextField [B4X]
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
B4XSnippetBCTextEngine/BBCodeView [B4X]
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
B4XSnippetStrings [B4X]
Occurrences [B4X]
Count occurrences of strings in other strings
@LucaMs · 2023-04-24
B4XSnippetB4X [B4X]
CopyObject [B4X]
Note that not all types are supported. Supported types are: primitives, strings, lists, maps, arrays of objects or bytes, custom types and any combination of those (a map that holds arrays of custom types).
@LucaMs · 2023-04-03
B4XSnippetAnimation [B4X]
Animate TextColor [B4X]
Just like setColorAnimated but for Text Color. Fades from existing color to TargetColor.
@epiCode · 2023-04-02
B4XSnippetColour [BITMAPCREATOR][B4X]
Custom Color Picker Bar [BitmapCreator] [B4X]
Custom Color Picker Bar [BitmapCreator] [B4X]
@Mike1970 · 2023-03-11
B4XSnippetDesigner [B4J][B4XPAGES]
A Helper App for Examining and Documenting Designer Layouts [B4J] [B4XPages]
A Helper App for Examining and Documenting Designer Layouts [B4J] [B4XPages]
@William Lancee · 2023-02-27
B4XSnippetGPS/location/maps [B4X]
Calculate the bearing between two coordinates [B4X]
Calculate the bearing between two coordinates [B4X]
@aminoacid · 2023-02-11
B4XSnippetDrawing [B4X, B4XPAGES]
Happy Hearts Day with Fun-tasia Flowers [B4X, B4XPAges]
Happy Hearts Day with Fun-tasia Flowers [B4X, B4XPAges]
@William Lancee · 2023-02-02
B4XSnippetDesigner [B4X][DSE]
Designer Script Extensions - Scaling Preserving Aspect Ratio [B4X] [DSE]
Designer Script Extensions - Scaling Preserving Aspect Ratio [B4X] [DSE]
@William Lancee · 2023-01-29
B4XSnippetCharSequence / CSBuilder [B4X]
Calculate width of Charsequence Text [B4X]
Calculate width of Charsequence Text [B4X]
@epiCode · 2023-01-26