Android Question MsgBox

fsj

Member
Licensed User
Longtime User
Hello

I want to have a messagebox on the screen and only if OK is pressed (and not somewhere else on the screen) the program should continue

With
MsgBox ("Test","Title")
the program continues if you touch the screen where ever you want
 

fsj

Member
Licensed User
Longtime User
Same problem

if you touch the screen not on the box, the program continues
 
Upvote 0

fsj

Member
Licensed User
Longtime User
I do it now with a panel and button, because the MsgBox also stopps the TimerTick

that is working very wll now for me
 
Upvote 0
Top