B4A Tutorial [B4X] [XUI] Msgbox - Erel    Oct 19, 2017   (23 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   (38 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 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 Close xui.MsgboxAsync or xui.Msgbox2Async with code - Chris2    Mar 8, 2024   (1 reaction) Based on @Erel's code here....
xui.MsgboxAsync & xui.Msgbox2Async don't... can be used:
Sub Globals
Dim Dialog As JavaObject
End Sub
Sub OpenMsgbox
Dialog = xui... 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 page.msgbox2 Title and Message Color - walterf25    Mar 29, 2024 that, the msgbox doesn't seem to show up. page.Msgbox2("invalidemail", "{C: #ffffff}Please...Hi all, it's me again :) I am trying to add theme colors to a msgbox dialog, so far I am able...: MyTheme.AddMsgBoxTheme("msgdialog") MyTheme.MsgBox("msgdialog").BackColor = "secondary" MyTheme.MsgBox("msgdialog").BackColorIntensity = ABM.INTENSITY_LIGHTEN5 MyTheme.MsgBox("msgdialog").MessageTextColor = "white" MyTheme... B4J Question msgbox2 cuts text with ... using two CRLF's - KMatle    Jan 17, 2024 Today I've seen that longer messages displayed with msgbox2 are cut with ... when there are two following CRLF's. Is this a bug?
fx.Msgbox2(InvoicesForm,"Testtext asfjafja afajfaj... Page: 1   2   3   4   5   6   |