B4XSnippetViews - effects [B4X]
ShakeView [B4X]
ShakeView [B4X]
@LucaMs · 2020-09-11
B4XSnippetMaths [B4X]
Using Infinity and NaN as special Numbers [B4X]
Using Infinity and NaN as special Numbers [B4X]
@William Lancee · 2020-09-06
B4XSnippetWebView [B4X]
Auto Height Webview [B4X]
Code to allow a webview to change its height depending on the inner content of the page
@Biswajit · 2020-08-26
B4XSnippetPane(l) [B4X]
Round clipping panel [B4X]
Purpose is to create a panel that clips its child views to a circle or rounded rect.
@Erel · 2020-08-06
B4XSnippetAudio/Video [WITH SERVER][B4X]
Audio Streaming TCP [with server] [B4X]
Based on this @Erel code that simulated a Walkie Talkie, I developed a system for streaming audio between Android and Desktop devices with the addition of a Desktop server.
@Star-Dust · 2020-08-01
B4XSnippetGPS/location/maps [B4X]
Custom GoogleMaps [B4X]
This is an example of how you can customize a Map. Through the B4XCanvas functions it is possible to create the map with photos, text, etc.
@MarcoRome · 2020-07-17
B4XSnippetStrings [OR REMOVE ALL NON-NUMBERS]
String to Number [or remove all non-numbers]
Extract the numeric portion of a string that could be alphanumeric
@tchart · 2020-07-08
B4XSnippetB4Xpages [B4X][B4XPAGES]
Nested B4XDialogs [B4X] [B4XPages]
Nested B4XDialogs [B4X] [B4XPages]
@Erel · 2020-06-16
B4XSnippetDate/time
Julian Date/Time Calculator Based On DateTim.c By David Cass Tyler
I use Julian Date Time UTC as doubles in my real-time systems. Of course its pretty hard to work out the date and time by looking at the number. I found an algorithm written by D. C. Tyler in C. The beauty of this algorithm is that it includes time. It is based on an algorithm developed by Robert Tanzin.
@rgarnett1955 · 2020-06-08
B4XSnippethttp [B4X]
UrlEncodeMap [B4X]
Converts a Map''s keys/values to a URL encoded parameter string
@OliverA · 2020-06-04
B4XSnippetMap [B4X]
B4XOrderedMap - get first item, nth item and last item [B4X]
B4XOrderedMap - get first item, nth item and last item [B4X]
@Erel · 2020-06-04
B4XSnippetBCTextEngine/BBCodeView [B4X]
BCTextEngine - Create Named Link [B4X]
BCTextEngine - Create Named Link [B4X]
@Alexander Stolte · 2020-06-01
B4XSnippetDate/time [B4X]
isCurrentMonth, isSameYear, isSameWeek, isLastWeek [B4X]
isCurrentMonth, isSameYear, isSameWeek, isLastWeek [B4X]
@Alexander Stolte · 2020-05-31
B4XSnippetLogging/Exceptions [B4X]
Raise Your Own Exceptions [B4X]
Currently writing a cross platform library and I want to throw my own exceptions for cases like division by zero etc.
@keirS · 2020-05-28
B4XSnippetImages [B4X]
Create square Thumbnail [B4X]
Create square Thumbnail [B4X]
@Alexander Stolte · 2020-05-28
B4XSnippetFile handling [B4X]
Bytes To File [B4X]
Write an array of bytes to a file and read a file into an array of bytes. Note that you can convert complex objects (and simple objects) to bytes and vice versa with B4XSerializator from the RandomAccessFile library.
@Erel · 2020-05-24
B4XSnippetStrings [B4X]
Check is URL [B4X]
Check is URL [B4X]
@Alexander Stolte · 2020-05-19
B4XSnippetStrings [B4X]
Validate Password strength [B4X]
Validate Password strength [B4X]
@Alexander Stolte · 2020-05-18
B4XSnippetRegEx [B4X]
Count Regex Matches [B4X]
Count Regex Matches [B4X]
@Alexander Stolte · 2020-05-18
B4XSnippetStrings [B4X]
Check Valid E-Mail Format [B4X]
Check Valid E-Mail Format [B4X]
@Alexander Stolte · 2020-05-18
B4XSnippetB4X [B4A, B4J,B4IN B4R]
Find used libraries [B4A, B4J,B4In B4R]
Find used libraries [B4A, B4J,B4In B4R]
@spsp · 2020-05-12
B4XSnippetSort [B4X]
Fast and stable 1D array index sorts [B4X]
These are for 1D arrays, type specific and stable sorts. There are 4 sets for Int, Double, Long and String arrays.
@RB Smissaert · 2020-05-01
B4XSnippetDrawing [SMOOTH CONTINUOUS DRAWING][B4X]
Canvas - ensure free mouse drawing without gaps [smooth continuous drawing] [B4X]
Canvas - ensure free mouse drawing without gaps [smooth continuous drawing] [B4X]
@moster67 · 2020-04-26
B4XSnippetList- and scrollview [MULTI][B4X]
Double [Multi] Column CLV [B4X]
Double [Multi] Column CLV [B4X]
@Mike1970 · 2020-04-08
B4XSnippetTable/Grid [B4X]
B4XTable - Resize columns based on content [B4X]
B4XTable - Resize columns based on content [B4X]
@Erel · 2020-04-01
B4XSnippetB4X
Referring back to properties and methods of an instance of a Class
I made my actual App an single instance of a Class. That worked fine until I needed to instantiate another helper Class. How to reference back to the original App instance''s properties and methods?
@William Lancee · 2020-03-22
B4XSnippetStrings [B4X]
Inline Data Capture for Use in Development and Testing [B4X]
Say you want to create a small data set for testing. You can grab something from Excel, Word, or an old File and copy it to the Clipboard. While in the IDE, you can then paste it in the smart string section of the Sub shown below (or if it is reasonable small just type it in). It converts it then into a civilized list of string arrays. Of course if you already do this or are used to setting up a separate testing file. Then this is not for you.
@William Lancee · 2020-03-17
B4XSnippetJSON [B4X]
B4XTable Export to JSON [B4X]
B4XTable Export to JSON [B4X]
@Brian Michael · 2020-03-17
B4XSnippetColour [B4X]
HexToColor and ColorToHex [B4X]
Converts hex color strings to a color int value and vice versa
@Erel · 2020-02-24
B4XSnippetDialogs [B4X]
B4XDialog - show with animation [B4X]
Slides the dialog from one of the sides.
@Erel · 2020-02-24