B4A Library [B4X] B4XPreferencesDialog - Cross platform forms - Erel    Nov 12, 2021   (51 reactions) https://www.b4x.com/basic4android/images/SS-2019-04-10_17.33.40.png
324972426
B4XPreferencesDialog makes it easy to create dialogs with all kinds of input fields.
The main steps required to use these dialogs are:
1. Define the list of fields. The recommended way to do it is with Forms Builder to B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Dec 12, 2023   (82 reactions) An evolution of SearchView.
- B4XTimedTemplate - A template that wraps other templates and creates a dialog that closes automatically after the set time with a nice animated progress bar.
It is simple to add more templates.
Tutorial about B4XDialogs: https://www.b4x.
More views and templates will B4A Library [B4X] [XUI] B4XDialog - Custom dialogs - Erel    Dec 19, 2021   (21 reactions) Edit: B4XDialogs is part of XUI Views library. Use that instead: XUI Views - Cross platform views and dialogs
B4XDialog class helps with creating cross platform custom dialogs. The dialog is made of a simple panel and it is therefore completely customizable.
74782
Simple usage (change Activity w B4A Library SD: Dialogs - Star-Dust    Jun 01, 2019   (17 reactions) You can add parameters to this method if needed.
show (Title As String, Positive As String, Cancel As String, Negative As String) As String
DateDialog
Events:
Response (Response as int As , DateTick as long As )
Fields:
datetick As Long
response As Int
Methods:
IsInitialized As Boolean
Tests w B4A Library In-App Review Library - Pendrush    Jan 15, 2023   (28 reactions) Before you begin, please read THIS and THIS. You can also read Medium article Demystifying the new Play In-App Review API (thanks @fredo). Requirements: Android devices (phones and tablets) running Android 5.0 (API level 21) or higher that have the Google Play Store installed. App minSdkVersion="2 B4A Library [Lib] BetterDialogs - Informatix    Apr 11, 2016   (29 reactions) I tried to improve the most useful dialogs of the Dialogs library. In my version, HTML tags are interpreted (even in the text of buttons), the InputBox uses a Masked EditText and has more options, you can check if the input is valid before closing the dialog, and the CustomDialog is fully customizab B4A Library [B4X] Trie based search dialog - Erel    Sep 28, 2021   (23 reactions) 119022 This started as an educational project but it can be useful in some cases. Trie is an interesting data structure that allows fast lookup of prefix matches. It is a tree of prefixes. 119024 Source: https://en.wikipedia.org/wiki/Trie In the B4X implementation, each node holds a character, a B4A Library [B4X] [XUI] AS TimePickerDialog based on B4XDialog and AS_TimePicker - Alexander Stolte    Apr 21, 2024   (15 reactions) AS_TimePickerDialog_Theming
Fields:
BackgroundColor As Int
ClockTextColor As Int
DialogButtonTextColor As Int
EditTextColor As Int
EditTextFocusColor As Int
IsInitialized As Boolean
Tests whether the object has been initialized.
ThumbColor As Int
TimePickerBackgroundColor As Int
Functions:
Initi B4A Library Dialogs2 library - an update to the original Dialogs library - agraham    Oct 07, 2021   (44 reactions) Note the separate download for an updated Dialogs2 class that fixes a bug in the original.
I wrote the original Dialogs library many moons ago and it has suffered with age owing to the changes made to Android and B4A over the years despite the administrations of several other people.
Although moda B4A Library [B4X] [BitmapCreator] BlurredDialog - Erel    Oct 14, 2020   (25 reactions) Edit: Don't use this class. Similar feature is implemented in B4XDialog (XUI Views). Set Dialog.BlurBackground =True https://www.b4x..gif https://www.b4x.com/basic4android/images/SS-2018-04-22_16.18.31.png https://www.b4x.com/basic4android/images/SS-2018-04-22_16.20.33.png This class uses Bitma Page: 1   2   3   4   5   6   7   Powered by ColBERT |