B4A Tutorial Dialogs library 2017 - Custom dialogs and async methods - Erel    Nov 26, 2018   (19 reactions)   tags: dialog, wait, B4A Dialogs V4 Lib, WaitFor, Dialogs 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... B4A Question Dialogs 2017 - 4.0.1 - ColorDialog - LucaMs    Apr 20, 2018 Tablet 10" - 1280x800 scale 1 (ok):
66913
Smartphone 5.2" - 1920x1080 scale ? 424ppi - maybe 2.65 (blue slider?)
66914
... B4A Question Custom dialog 2017 - color of system title - peacemaker    Dec 2, 2017 HI, All
How to get (or better and change) the background color of the system part of the custom dialog - container of the title ?
Buttons are controllable:
Dim but As Button = DetailsDialog.GetButton(DialogResponse.POSITIVE)
Dim container As Panel = but.Parent
container.Color = Colors... B4A Question Dialogs library 2017 - how to force TimeDialog, to start with keyboard instead of clock? - agraham (first post)    Jan 7, 2021   (1 reaction) Unfortunately you can't as the option does not seem to be exposed programmaticaly for TimePicker.... Spanish Dialogs 2017 con Designer - Cebuvi (first post)    Nov 5, 2018 Muchas gracias por la ayuda.... B4A Question Dialogs library 2017 - ime.hidekeybord problem - FrankDev (first post)    Apr 3, 2018
If res = DialogResponse.POSITIVE Then
' Sleep(100)
' IME.HideKeyboard
dlgTb.Enabled = False
else if res = DialogResponse.CANCEL Then
the enable = false worked well for... B4A Question [SOLVED] Dialogs library 2017, Custom Color in Header and Footer - Jorge M A (first post)    Dec 8, 2017 Thanks @Erel, Only for additional information, this work fine in Android 5+. Does not work on 4.4.2... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Mar 19, 2025   (85 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views dialogs. Everything is written in B4X. The source code is included inside the b4xlib file, which... - Static code module with various utility methods. Dialogs: - B4XDialog - A class that provides the features required to show a dialog. There are three methods to show dialogs: Show - Shows a simple dialog with text, ShowCustom - Allows you to pass a layout of your own and show it as a dialog, ShowTemplate - Shows a dialog based on a template class. See the source code for the template structure... B4i Tutorial Custom Dialogs with iCustomDialog library - Erel    Nov 26, 2018   (5 reactions) /threads/dialogs-library-2017-custom-dialogs-and-async-methods.80204/#content).
https://www.b4x.com/basic4android/images/SS-2017-09-04_15.45.49.png
The steps to create a custom dialog are:
1. Create.../#content
B4i v4.30 includes a new library named iCustomDialog. It is based on SCLAlertView open source project (https://github.com/dogo/SCLAlertView).
It makes it simple to create custom dialogs... B4A Library Dialogs library - agraham    Dec 7, 2017   (34 reactions)   tags: library : https://www.b4x.com/android/forum/threads/dialogs-library-2017-custom-dialogs-and-async-methods...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... Page: 1   2   3   4   5   6   7   |