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 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 Class [B4X] [XUI] AS MsgBox/Dialog - Alexander Stolte    Feb 24, 2024   (38 reactions) You can create this view with the designer or with code.
Features:
-Fully Customizable
-Top and Bottom bar can be hidden
-A Close Button can be visible
-Show an Icon (Left , Middle or Right to text)
-Set Title
-You can Create your own dialog if you hide the top and bottom bar
-LoadLayout from Layou B4A Library [B4X] CLVItemToolbox - custom view. - LucaMs    Mar 30, 2022   (21 reactions) Updated to v. 1.31 03/30/2022 Fixed: ItemRemoved declaration correct. Updated to v. 1.30 Added internal dialog (optional) to ask for confirmation of removal and many properties about this, included one to choose whether to use this dialog or not. Added the CLVItemToolbox1_ItemRemoved (Value As Obje B4A Code Snippet [B4X] [B4XDialog] Custom CANCEL ad CONFIRM buttons - GianniGntl    Aug 24, 2023   (11 reactions) "OK", "", "Cancel")) Complete (Result As Int) If Result = xui.DialogResponse_Positive Then xDialog.Show($"You selected: ${xListTemplate.As(B4XListTemplate).SelectedItem}"$, "OK", "", "") End If End Sub ' Customized dialog: Cancel button sided right on title bar, Confirm button takin B4A Tutorial Dialogs library 2017 - Custom dialogs and async methods - Erel    Nov 26, 2018   (19 reactions) When Wait For is called, the code returns to the calling sub (if there is one). If you want that the calling sub will wait for the sub that shows the async dialog: https://www.b4x.com/android/forum/threads/b4x-resumable-subs-sleep-wait-for.78601/page-2#post-499130
CustomLayoutDialog
CustomLayoutD B4A Class [B4A] DOListDialog - simple and customisable class - Dave O    May 15, 2024   (9 reactions) DOListDialog is a free class that makes it easy to display a list dialog.
Features:
- Easy to use: supply a title and a list and you're good to go.
- Auto-size the dialog to the minimum width or height needed, or leave it full-size.
- Show or hide the Cancel button as needed.
- Customize the visual B4A Question Custom dialog - Position when keyboard is visible - Brian Dean (first post)    Jun 01, 2022 If you wrote the custom dialogue yourself then you will need to intercept the IME.HeightChanged event and reposition the dialogue, I think. If you are using a published library then that should have been taken care of. B4i Tutorial Custom Dialogs with iCustomDialog library - Erel    Nov 26, 2018   (5 reactions) Edit: Cross platform solution based on XUI: https://www.b4x./#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. It is quite similar to B4A CustomLayoutDi B4A Tutorial [B4X] Input dialogs with XUI Views - Erel    Jan 23, 2019   (19 reactions) B4A, B4J and B4i projects are attached. Make sure to use XUI Views v1.50+.
See post #6 for recommended improvement to the custom dialog. Page: 1   2   3   4   5   6   7   Powered by ColBERT |