B4A Library Multi-Line Input Dialog - drgottjr    Dec 18, 2023   (6 reactions) color, icon, dialog theme (dark/light), number of visible lines before scrolling. it scrolls vertically... or mix and match some settings,eg.:
' etdialog.Title = "Input goes here:"
'...( userinput As String )
it seems to behave as expected. input area shrinks or expands in accordance... 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 Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Nov 26, 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... B4A Library Dialogs library - agraham    Dec 7, 2017   (34 reactions)   tags: library . Presently they are an InputDialog for numbers and text, a TimeDialog for times and and a DateDialog... InputList, InputMultiList, Msgbox and Msgbox2 whose modal mechanism is used by the dialogs in... B4A Library [B4X] lmInputDlg - LucaMs    Mar 26, 2022   (10 reactions) Cross platform (B4A, B4J, B4I) simple but useful input dialog, based on B4XDialog (ShowCustom).
Easily customizable.
B4J:
127076
B4A:
AQqiQFe-W80
It may not seem like it but it took some work; mainly because only almost at the completion of the work, I realized that B4XFloatTextField does not allow you to set the KeyboardType property (for Text, Numbers, Decimals inputs) by code... B4A Library [B4X] B4XPreferencesDialog - Cross platform forms - Erel    Nov 12, 2021   (52 reactions)   tags: preference, B4X, builder, B4X B4XPreferencesDialog 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... programmatically by calling SetOptions. 2. Call ShowDialog and pass the data map... (prefdialog.ShowDialog(Options1, "OK", "CANCEL")) Complete (Result As Int) If Result = xui.DialogResponse_Positive Then PrintOptions(Options1, TextArea1) End If The data map... B4A Library USSD - somed3v3loper    Oct 15, 2025   (12 reactions) And res=True Then Dim id As InputDialog id.InputType=id.INPUT_TYPE_PHONE Dim..., "Cancel", Null, False) Wait For (sf) Dialog_Result(Result As Int) If Result = DialogResponse.POSITIVE Then Log(id.Input) End If myussd.sendUssdRequest(id.Input) Else ToastMessageShow("Permission not granted",False) End If... B4A Library AX_CustomAlertViewDialog - Janusz Chmiel (first post)    Oct 31, 2022 sighted majority, but for visually impaired ones no. I will try to use some input dialogs which are may be The part of B4A core library. I must deeply study core.xml for AN input dialog.... B4A Library Beauty Theme for Android app - Kongzue Dialog V3 - tuhatinhvn    Jul 16, 2021   (24 reactions) )
Log("clicked " & vitri)
End Sub
Private Sub cmdinput_Click
InputDialog...("BottomMenu",Array As Object(eventname,listmenu,title,cancelable))
End Sub
Sub InputDialog(eventname....RunMethod("InputDialog",Array As Object(eventname,title,mess, okbutton,defaultvalue....BottomMenu;
import com.b4alib.dialog.interfaces.OnInputDialogButtonClickListener;
import com.b4alib.dialog... B4A Library Material Dialogs - Make your dialogs nice - red30 (first post)    Dec 26, 2019   tags: B4A UI, material When you call Input Dialogs, a keyboard is displayed. Is it possible to show the keyboard only at the moment of the start of text input? That is, when I call Input Dialogs, the dialog itself is displayed without a keyboard, and when I want to enter text, only then display the keyboard.... Page: 1   2   3   4   5   |