iOS Question [B4X} Subtle difference in xui.MsgboxAsync between B4A and B4i

MrKim

Well-Known Member
Licensed User
Longtime User
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 (in my opinion).
In B4i however the second message appears to be ignored if there is already a message open. The user never sees it.
 
Top