francoisg Active Member Licensed User Longtime User Mar 22, 2013 #1 Is it possible to add EditText to a MsgBox? I want to pop up a MsgBox ask the user to input a number and press ok and get the value the user input. Best regards Francois
Is it possible to add EditText to a MsgBox? I want to pop up a MsgBox ask the user to input a number and press ok and get the value the user input. Best regards Francois
gregwa Member Licensed User Longtime User Mar 22, 2013 #2 You can use the Dialog Library to get the InputDialog box which is exactly what you want. Please have a peek at this post: http://www.b4x.com/forum/basic4android-getting-started-tutorials/7319-android-views-controls-dialogs.html about half way down the page. Upvote 0
You can use the Dialog Library to get the InputDialog box which is exactly what you want. Please have a peek at this post: http://www.b4x.com/forum/basic4android-getting-started-tutorials/7319-android-views-controls-dialogs.html about half way down the page.