B4XSnippetDate/time [B4X]
Count specific week days in a month + tutorial about B4XSet [B4X]
Count specific week days in a month + tutorial about B4XSet [B4X]
@Erel · 2020-12-09
B4XSnippetB4X [B4X]
Cancelling ''Sleep'' Awakening Events [B4X]
Cancelling ''Sleep'' Awakening Events [B4X]
@William Lancee · 2020-12-02
B4XSnippetDialogs [B4X]
Display 2 dialogs [B4x]
When you need a second dialog over the first
@stevel05 · 2020-11-06
B4XSnippetImages [B4X][XUI]
Imageslider ios blurry image tweak - tip [b4x] [XUI]
Imageslider ios blurry image tweak / tip [b4x] [XUI]
@Andrew (Digitwell) · 2020-11-04
B4XSnippetPayment [B4X][B4XPAGES]
STRIPE Checkout - Credit card and Apple Pay [B4X] [B4XPages]
A project which demonstrates how to accept a STRIPE Payment within your app.
@Andrew (Digitwell) · 2020-11-02
B4XSnippetBarcode/scan [B4X][B4XPAGES]
Barcode Reader with Torch [B4X] [B4XPages]
Barcode Reader with Torch [B4X] [B4XPages]
@aeric · 2020-10-23
B4XSnippetB4X
Customizing New B4XPages Backup and Module Naming
Customizing New B4XPages Backup and Module Naming
@Elby dev · 2020-10-22
B4XSnippetB4X [B4X]
Shared Folders , sync subfolders click [B4X]
Shared Folders , sync subfolders click [B4X]
@a6000000 · 2020-10-21
B4XSnippetCharSequence / CSBuilder [B4X]
Set CSBuilder or Text to a Label [B4X]
This sub accepts a string or CSBuilder and sets it as the Label''s text. It is useful for cross platform solutions. Note that the Text parameter type is Object.
@Erel · 2020-10-20
B4XSnippetB4X
Be careful with IF number=number!
Comparing numbers with objects
@Midimaster · 2020-10-06
B4XSnippetMaths [B4X]
Multivariate Analysis, Matrices, Complex Numbers, One Thing Leads to Another [B4X]
Multivariate Analysis, Matrices, Complex Numbers, One Thing Leads to Another [B4X]
@William Lancee · 2020-10-04
B4XSnippetStrings [B4X]
Hex string to number [B4X]
Bit.ParseInt will fail if the hex string is larger than the maximum positive int. We can instead use the ByteConverter library to do it.
@Erel · 2020-09-25
B4XSnippetDatabase [B4X]
SQLite case insensitive searches with non-ASCII text [B4X]
SQLite case insensitive searches with non-ASCII text [B4X]
@Erel · 2020-09-20
B4XSnippetB4X [B4X]
Array with Redim Preserve [B4X]
Array with Redim Preserve [B4X]
@LucaMs · 2020-09-17
B4XSnippetB4X [B4X]
Three state Boolean. Or: Is this Boolean variable initialized? [B4X]
Three state Boolean. Or: Is this Boolean variable initialized? [B4X]
@LucaMs · 2020-09-17
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
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
B4XSnippethttp [B4X]
UrlEncodeMap [B4X]
Converts a Map''s keys/values to a URL encoded parameter string
@OliverA · 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
B4XSnippetImages [B4X]
Create square Thumbnail [B4X]
Create square Thumbnail [B4X]
@Alexander Stolte · 2020-05-28
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