B4A Tutorial [B4X] [XUI] Msgbox - Erel    Oct 19, 2017   (24 reactions)   tags: B4X XUI Msgbox, Wait For, XUI, MessageBox XUI library v1.4 adds support for asynchronous msgbox dialogs.
The API is simple:
https://www.b4x.com/basic4android/images/SS-2017-10-19_15.27.39.png
xui.MsgboxAsync("Hello", "World")
The dialog is not a modal dialog. The code will not stop.
MsgboxAsync and Msgbox2Async... B4A Class [B4X] [XUI] AS MsgBox/Dialog - Alexander Stolte    Feb 24, 2024   (39 reactions)   tags: B4X XUI AS MsgBox/Dialog it here by Paypal. :)
Hello, I needed a cross platform msgbox and dialog, that I can modify to 100% and...")
Msgbox("test","title")
End If
Wait For (ASMsgBox1.Close... B4J Question Show MessageBox on top of Parent Form regardless of Which Screen I move the Parent Form to - walterf25    Jul 12, 2024 Hi all, not sure if I'm not searching for the right thing but I was not able to find anything in the forums.
I have a B4J projec... B4J Tutorial Msgbox / InputList - Erel    Dec 17, 2015   (25 reactions) :
Dim res As Int = fx.Msgbox2(MainForm, "Do you want to save changes?", "Save"... a button.
fx.Msgbox2(MainForm, "Invalid value!", "Error", "I will not do... B4J Question [Solved]How to change fx.MSGBOX_WARNING in Msgbox2Async() - Theera    May 3, 2025
Private Sub Button2_Click
'old
' Dim res As Int = fx.Msgbox2(MainForm, "Do...", fx.MSGBOX_WARNING)
' If res = fx.DialogResponse.POSITIVE Then
' Log... B4J Tutorial How to change location to Msgbox2Async and other customizations - Star-Dust    Jul 31, 2022   (9 reactions) change location
You will surely have noticed that xui.Msgbox2Async places the alert in the center of the last form shown that depends on its Owner.
Sometimes there is a need to place it on a specific point on the screen. How to do?
Dim msg As JavaObject = xui.Msgbox2Async("Message"....RunMethod("PosDialog",Array (msg,300,300))
Wait For (msg) Msgbox_Result (Result As Int... B4J Library Msgbox library - agraham    Nov 28, 2013   (12 reactions) This library offers a Msgbox and Msgbox2 equivalent to that of Basic4android plus an additional more customizable Msgbox3.
There are other controls in JFXtras Labs that I might look at exposing but they will of course not be equivalent to any in Basic4android unless we get lucky.
EDIT:- Version 1.1 now uses release 5 of FXtra Labs, jfxtras-labs-2.2-r5.jar. If you previously downloaded release... B4J Question [Solved]InputListAsync isn't in xui as same as MsgboxAsync,How to code? - Theera    May 3, 2025 I'm tried to learn InputListAsync() ,but I don't understand it 's not like as
MsgboxAsync(). I 've ever studied Aeric's code
'The old code
' Dim Res As Int
'... B4J Tutorial [BANanoWebix] Lesson 29 MessageBoxes - Mashiane    Jul 5, 2019   (2 reactions) Ola
Message boxes provides alerts, confirmation and the normal modal dialog that one can create..
81871
Here we have notifications, alerts, confirmations. We have created buttons on a form so that... B4J Question ABMaterial Msgbox Title and content Font - walterf25    Dec 21, 2024 .EMAIL_EXISTS Then
page.Msgbox2("email_exists", "{B}An account....Msgbox2("invalidemail", "{B}Please enter a valid email address{/B}"... Page: 1   2   3   4   5   6   |