B4J Question xui.MsgboxAsync is already open

red30

Well-Known Member
Licensed User
Longtime User
I'm using MsgboxAsync because I want the program to continue runing while still displaying a message. But at the same time, if the user did not close it and I use MsgboxAsync again, then I will have a second message on top of the first. Is it possible to somehow track that MsgboxAsync is not yet closed, but the program continues to run?
 

red30

Well-Known Member
Licensed User
Longtime User
I don't understand. Can you give an example?
I call the dialog like this:
B4X:
xui.MsgboxAsync("message","title")
 
Upvote 0
Top