B4A Tutorial [B4X] [XUI] Msgbox - Erel    Oct 19, 2017   (23 reactions) 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 return an object that c B4A Class [B4X] [XUI] AS MsgBox/Dialog - Alexander Stolte    Feb 24, 2024   (38 reactions) ",True) Wait For ASMsgBox1_result(res As Int) If res = ASMsgBox1.POSITIVE Then Log("Postive") Msgbox("test","title") End If Wait For (ASMsgBox1.Close(True)) Complete (Closed As Boolean) AS MSGBox Author: Alexander Stolte Version: 1.1 ASMsgBox Events: IconCl B4A Question Msgbox("No result entered","WRONG!") is says "Main - 79: Msgbox and other modal dialogs are deprecated. Use the async methods instead. (warning #34)" - Mahares (first post)    May 11, 2020   (2 reactions) Give him a break Erel. He just joined the forum 10 minutes ago. B4A Question fix msgbox2 error - Erel (first post)    Feb 16, 2020   (1 reaction) DoEvents deprecated and async dialogs (msgbox) French MsgBox - jojo12 (first post)    May 14, 2024 Dans l'exemple que tu as donné, je constate que la question est posée systématiquement quand auparavant elle était posée uniquement dans le cas où le fichier avait été modifié.
Je ne comprends pas pourquoi le Wait For semble ne pas marcher. B4J Question [ABMaterial] B4JS+B4J 7.80= Not working - alwaysbusy (first post)    Sep 19, 2019   (1 reaction) And:
page.Msgbox("msgbox", "Your complex calculation is now " & ResultLabel.Text, "Result", "OK", False, ABM.MSGBOX_POS_CENTER_CENTER, "")
With:
Log("Your complex calculation is now " & ResultLabel.Text)
In the console of the browser, the responses will show instead of an Msgbox.
Alain B4A Library New Net library - Android FTP, SMTP and POP3 - ivanomonti (first post)    Oct 14, 2015 ", "Human Equality")
If Success=False Then Msgbox("Il vostro messaggio non è stato inviato correttamente, riprovi più tardi.", "Human Equality")
End Sub B4i Question iEventKit (NSCalendarsUsageDescription) Dialog request to the calendar no longer appears - Israel Gallegos (first post)    Jan 17, 2024   (1 reaction) Excellent!! Now, the msgBox is displayed, Thanks B4A Question About Msgbox - Erel (first post)    Nov 28, 2018   (1 reaction) MsgboxAsync("abc" & CRLF & "def", "")
'or
MsgboxAsync($"slkdfj sdlkf
sjdlfkjslkdf
sdfjsldkfjlksdf
sdfljskdf"$, "title") B4A Question Move a .txt file from device memory to a network drive/folder. - Erel (first post)    Sep 13, 2018 DoEvents deprecated and async dialogs (msgbox) Page: 1   2   3   4   5   6   7   Powered by ColBERT |