B4J Library jRLDialogsX - Dialogs Library - rwblinn    Nov 22, 2022   (35 reactions) 10) NEW:First Version
Simple Example Information Dialog with localized OK Button Text
Sub Process_Globals
..
'Define the dialog using jrldialogsX
Private Dlg As DialogsX
End Sub
Sub AppStart (Form1 As Form, Args() As String)
...
'Init the dialog
Dlg.Initialize
'Localize (optional)
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 Class [B4X] [XUI] AS MsgBox/Dialog - Alexander Stolte    Feb 24, 2024   (38 reactions) First, i spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you want to support me, then you can do it here by Paypal. :)
Hello, I needed a cross platform msgbox and dialog, that I can modify to 100% and h 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 SD: Dialogs - Star-Dust    Jun 01, 2019   (17 reactions) (No WRAP, No Java Only B4A)
I finally finished my first Library. I suppose it's full of bugs. I rely on your messages and your benevolence (Do not be too bad with me)
There are already many Dialogs libraries already, but since B4A 7.01 is available, the question arises. How do people who have an 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 [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 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 [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 Page: 1   2   3   4   5   6   7   Powered by ColBERT |