views:

13

answers:

1

I want to create an empty dialog box with a text field inside. When the user enters data inside the box he must be redirected to another screen. I want the Dialog box to come up without any statements but must include a textfield

A: 

That should be doable with a PopupScreen, EditField and maybe a ButtonField so the user can let you know he/she is done entering data.

Michael Donohue