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 Dialogs library - agraham    Dec 07, 2017   (34 reactions) This library contains several modal, that is blocking, dialogs by which the user can enter data. Presently they are an InputDialog for numbers and text, a TimeDialog for times and and a DateDialog for dates.
Note that modal dialogs can close unexpectedly and not return to your code if the Activity 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] [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 Question Show panel from class - Erel (first post)    Sep 30, 2015 The dialogs are based on a different mechanism. You will need to add your panel to another panel or activity. B4A Library fgCustomDialog ( Modal-Dialog) - Erel (first post)    Jun 02, 2017   (1 reaction) The Dialogs library is based on the native AlertDialog implementation. The back key is handled by the OS in this case. B4J Library jOptionPane (MessageBox) - rwblinn (first post)    Jun 12, 2015   (2 reactions) Hi, pls find attached for more examples - the dialogs are defined using JavaObjects in a B4J class. The project is a B4J Non UI app showing as an example the About Dialog. Have a look if you want to include in your wrapper. Thanks for sharing. B4A Question Subscribe to library updates - agraham (first post)    Aug 19, 2021   (7 reactions) Dialogs2 v1.2 posted. FileDialog now has a TextSize property.
Dialogs2 library - an update to the original Dialogs library | B4X Programming Forum B4A Tutorial Dialogs library 2017 - Custom dialogs and async methods - Erel    Nov 26, 2018   (19 reactions) Dialogs v4 is an extension to @agraham original dialogs library. It requires B4A v7+.
https://www.b4x.com/basic4android/images/SS-2017-06-01_16.00.52.png
The main changes are:
- New CustomLayoutDialog which makes it easier to develop custom dialogs.
- New ShowAsync methods for all dialogs except B4A Library SD: Dialogs - Star-Dust (first post)    Jun 11, 2017   (6 reactions) DoEventWaitResponse is present on all classes and is modal.
Alternatively, you can use the NameEvent_Response event to capture the response event (not modal).
This event can also be used with WaitFor (I believe)
Yk5CxO1pIV4
5sb_MtdgWko Page: 1   2   3   4   5   6   7   Powered by ColBERT |