Hi all, I tried to find an answer in that in this thread but I couldn't:
When I use the regular Msgbox2Async its color is white and when I use xui.Msgbox2Async the color is dark so I suppose it is a custom view.
Is it possible to change the color of the XUI Messagebox?
[B4X] [XUI] Msgbox
XUI library v1.4 adds support for asynchronous msgbox dialogs. The API is simple: xui.MsgboxAsync("Hello", "World") The dialog is not a modal dialog. The code will not stop. MsgboxAsync and Msgbox2Async return an object that can be used as the sender filter parameter in a Wait For call...
www.b4x.com
When I use the regular Msgbox2Async its color is white and when I use xui.Msgbox2Async the color is dark so I suppose it is a custom view.
Is it possible to change the color of the XUI Messagebox?