B4A Library Beautiful InputDialog - Blue.Sky    Oct 1, 2015   (14 reactions) Hi again.
I use input dialog in my project that is beautiful and interest.
You set message and show dialog
Dialog have 2 button for ok and cancel that with click on OK,return result in event... B4A Question inputdialog in OSMDroid 6 on B4A - agraham (first post)    Jan 18, 2025   (2 reactions) My Dialogs library only contains modal dialogs. Modal dialogs are deprecated in B4A as they can cause app crashes in later versions of Android. You should switch to my Dialogs2 library and use... B4A Question How to SelectAll text in an InputDialog? - vecino    Jan 25, 2019 Hi, I am using an InputDialog to request the user information. I would like the default text to... As String, cQuestion As String, cDefaultText As String ) As ResumableSub
Dim id As InputDialog
id...(iResult As Int)
If iResult=DialogResponse.POSITIVE Then
Return id.Input
Else... B4A Question inputdialog show with auto focus on input field - Hamied Abou Hulaikah    Jan 23, 2019 Hello, How we can focus automatically on input field of inputdialog when it shown ?... B4A Question InputDialog - Hiding The Keyboard After Use - RichardN    Dec 18, 2018 I am using the Dialogs Library v4.01 for a simple, modal, string input.
In previous versions... the keyboard remains in view after the input dialog closes and none of the above methods works any more... B4A Question InputDialog, Size text of the message. - vecino    Oct 5, 2018 Hello, is it possible to change the size of the text in the message of an InputDialog?
Thank you.... B4A Question InputDialog with the largest EditText - vecino    Aug 3, 2018 Hi, how would it be possible to have an InputDialog with more space to write the user?
Original InputDialog:
https://fotos.subefotos.com/d98c8187020627f0089ee7baa1b07e74o.png
InputDialog I need... B4A Question Dialogs library InputDialog password input only shows first character - RB Smissaert    May 17, 2018 Using the latest Dialogs library, 4.01.
Using it with PasswordMode = True.
The first input character shows for a short while (and that is what I expect), but subsequent characters
don't show... B4A Question InputDialog and Activity_Pause - divinglog (first post)    Nov 20, 2023 Thank you for the sample code, I'll try it!... B4A Question InputDialog - Emme Developer    Oct 20, 2017 Hi to all!
Is possible to set Input dialog option, without adding a custom dialog? I want to change title and buttons fonts and colors, and edit some properties of edit text such as edittext typeface... Page: 1   2   3   4   5   |