Using a SignatureTemplate I populate 2 edittext views with random numbers and the user fills in the math answer in the 3rd edittext. After he confirms the answer, he gets the congratulatory message with MsgboxAsync and a new set of random values fill in the edittext views again to start all over.
I would like not to show the next set of numbers until he clicks ok, in other words hide the display behind the message box.
Thank you
I would like not to show the next set of numbers until he clicks ok, in other words hide the display behind the message box.
Thank you