Android Question [SOLVED] MsgBox: no Text, no Title - only button

GMan

Well-Known Member
Licensed User
Longtime User
On my native MsgBox appears no text and no title ?
Does anyone know the reason ?
Restart etc. is several times done, already

B4X:
Msgbox("Check emailadress","Warning !")

Only the OK button is visible
 

MarkusR

Well-Known Member
Licensed User
Longtime User
color scheme / theme?
 
Upvote 0

GMan

Well-Known Member
Licensed User
Longtime User
Ich changed nothing since last using - where i could change the Scheme ?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
I think the problem is that Msgbox relies on an old Android Api which has changed.
Use XUI Views/Dialogs (best the Async ones),
 
Upvote 0

MarkusR

Well-Known Member
Licensed User
Longtime User
you can add a theme in ide/menu/project/manifest editor.
bei mir sieht die box so aus
Screenshot_20190316-113719.png
 
Last edited:
Upvote 0

GMan

Well-Known Member
Licensed User
Longtime User
With the XUI Views it works, but in wanted to know why the native one didnt work (any longer ?)
And normally the box looks like MarkurR showed.

OK, can live with that :D

btw: may this be interesting for Erel ?
 
Upvote 0

GMan

Well-Known Member
Licensed User
Longtime User
OK, Maybe - but why suddenly ?
I changed nothing
 
Upvote 0

GMan

Well-Known Member
Licensed User
Longtime User
Thanks, of course all done already
 
Upvote 0
Top