GMan Well-Known Member Licensed User Longtime User Mar 15, 2019 #1 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
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
GMan Well-Known Member Licensed User Longtime User Mar 16, 2019 #3 Ich changed nothing since last using - where i could change the Scheme ? Upvote 0
DonManfred Expert Licensed User Longtime User Mar 16, 2019 #4 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
I think the problem is that Msgbox relies on an old Android Api which has changed. Use XUI Views/Dialogs (best the Async ones),
MarkusR Well-Known Member Licensed User Longtime User Mar 16, 2019 #5 you can add a theme in ide/menu/project/manifest editor. bei mir sieht die box so aus Last edited: Mar 16, 2019 Upvote 0
GMan Well-Known Member Licensed User Longtime User Mar 16, 2019 #6 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 btw: may this be interesting for Erel ? Upvote 0
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 btw: may this be interesting for Erel ?
DonManfred Expert Licensed User Longtime User Mar 16, 2019 #7 Maybe/Probably it is related to the Theme you are using as @MarkusR suggested Upvote 0
GMan Well-Known Member Licensed User Longtime User Mar 16, 2019 #8 OK, Maybe - but why suddenly ? I changed nothing Upvote 0
Jorge M A Well-Known Member Licensed User Longtime User Mar 16, 2019 #9 Check your manifest file. Look this old answer by @klaus in this ^thread, an update targetSDkversion to current. Upvote 0
Check your manifest file. Look this old answer by @klaus in this ^thread, an update targetSDkversion to current.
GMan Well-Known Member Licensed User Longtime User Mar 16, 2019 #10 Thanks, of course all done already Upvote 0