B4A Library [B4X] [XUI] B4XDialog - Custom dialogs - Erel    Dec 19, 2021   (21 reactions)   tags: B4X XUI B4X Dialog Custom, xui, myapp, Dialogs and dialogs
B4XDialog class helps with creating cross platform custom dialogs. The dialog is made... the content size
p.LoadLayout("CustomLayout")
Dim rs As ResumableSub = Dialog.Show... B4i Tutorial Custom Dialogs with iCustomDialog library - Erel    Nov 26, 2018   (5 reactions) /#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... B4i Question iCustomDialog position behaviour - Mike1970    Jun 17, 2018 . By the way, I'm facing a problem with the iCustomDialog's library.
In one of your posts, using the following code, it do the job:
Public Sub MoveCustomDialog(cd As CustomLayoutDialog, Top... B4A Tutorial [B4X] Input dialogs with XUI Views - Erel    Jan 23, 2019   (19 reactions)   tags: XUI library can show simple dialogs, template based dialogs and custom dialogs.
The example projects... also shows how to create a custom dialog. First you create a panel with the desired size then you load the layout and call Dialog.ShowCustom.
If text input is expected then set Dialog.PutAtTop to true... B4A Question [B4X] [XUI] B4XDialog - Custom dialogs with 100% transparent on background??? and statusbar?? - Alberto Iglesias    Feb 24, 2020
Dim pDialogBox As B4XDialog
pDialogBox.Initialize(pBase)
pDialogBox.BorderColor = Colors.Transparent
pDialogBox.VisibleAnimationDuration = 500
89091
another question is:
is possible to dim all... B4A Question [B4X] [XUI] B4XDialog - Custom dialogs with ANIMATION to show? - Alberto Iglesias    Feb 23, 2020 , 300dip, 500dip)
p.LoadLayout("layPopLogin")
Dim pDialogBox As B4XDialog
pDialogBox.Initialize(pBase)
pDialogBox.BorderColor = Colors.Transparent
Dim rs As ResumableSub = pDialogBox.ShowCustom(p,"","","")
... B4i Question Custom Dialogs (What is the best way ?) - jahswant    Dec 12, 2016 I'm planning to port one of my apps to IOS.I have custom dialogs with custom layouts.What the bets way to implement this in IOS ? See the attached example.iOS Code Snippets Will be Welcomed... B4i Question Custom Dialog - ivanomonti    Dec 3, 2014 HI, can build a custom dialog for a data entry!... B4i Question CustomLayoutDialog and page_disappear - schimanski    Feb 27, 2018 I use CustomLayoutDialog in my project and now i have mentioned, that if the dialog is opened and... the page_disappear sub. Is there a work around for that behavior?
I want to close the dialog, when the user... B4i Question [SOLVED] Can I show a CustomLayoutDialog this way? - Sandman    Jan 19, 2018 I have a code module.
I have a class that shows a CustomLayoutDialog.
From the code module, am I supposed to be able to use the class? It's entirely self reliant, I just call it like this:
Dim CLDIALOGTEST As CL_DIALOG_TEST
CLDIALOGTEST.Initialize
CLDIALOGTEST.show
It doesn't work for... Page: 1   2   3   4   5   6   7   |