B4A Question Weird ArchiverPlusZip and MsgboxAsync issue - JohnC    Mar 11, 2020 .Msgbox2Async(Common.java:487)
at anywheresoftware.b4a.keywords.Common.MsgboxAsync(Common.java:466....ZIP_RESULT_SUCCESS Then
MsgboxAsync("There was an Error creating the Debug ZIP file... B4A Question How to use MsgBoxAsync with wait for? - LucaMs    Dec 5, 2017 I understand how to use the version 2 of MsgBoxAsync with Wait For:
Msgbox2Async("Message... to use the simple MsgBoxAsync; this does not work:
Wait For MsgboxAsync("Message"... Italian Problema MsgboxAsync - Fulvio75    Nov 5, 2024 Ciao in un'applicazione ho inserito delle MsgboxAsync dove non è richiesto il wait for Msgbox_Result
se non inserisco quest'ultimo l'app va in crash, il log dice:
java.lang.Exception... 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....Msgbox2Async("Question?", "Title", "Yes", "Cancel", "No"... B4J Question Catch MsgBox (xui.MsgboxAsync) MouseClick - ThRuST    Oct 8, 2022 How to catch the standard MsgBox (xui.MsgboxAsync) button click similar to what's possible with xui.Msgbox2Async?... B4A Question [Solved] Difference of xui.MsgboxAsync and MsgboxAsync - AnandGupta    Sep 17, 2020 In B4A 10.0 I noted File > New > Default shows a project file with xui.MsgboxAsync("Hello", "World") instead of MsgboxAsync("Hello world", "This is the title... B4i Question Error with xui.MsgboxAsync("text", "title") with B4XPages.ClosePage(Me), page does not close - Lucas Siqueira    Oct 11, 2022 When I display a message with xui.MsgboxAsync("text", "title") and then...("lb_salvar_Click 1")
xui.MsgboxAsync("TESTE","ATENÇÃO")
B4XPages.ClosePage(Me... B4i Question [B4X} Subtle difference in xui.MsgboxAsync between B4A and B4i - MrKim    Jul 25, 2021 I have messages that I prefer not to wait for. The user can read them while I am doing other things.
If a SECOND message occurs, in B4A it is just opened behind the first one. Exactly as it should be ... B4A Question MsgboxAsync in Resumable Sub - Alex_197    Apr 3, 2021 Hi all
I'm updating my app and replace all MsgBox that are depreciated to MsgBoxAsync.
I have a problem because MsgBoxAsync is not modal anymore
I have a code for example
Private Sub... B4A Question Hide Display Screen Behind MsgboxAsync - Mahares    Feb 23, 2020 with MsgboxAsync and a new set of random values fill in the edittext views again to start all over... Page: 1   2   3   |