Hi guys,
I hope you don't mind me asking another question please:
I want to display a popup dialog (kind of like a message box), but with an EditText control, and two buttons (OK / Save and Cancel). I then want to be able to obtain the text that was entered from the dialog popped up.
Does anyone know if there is any way to achieve this?
Many thanks,
Laurence
Take a look at the dialogs library... You can create almost any kind of custom dialog to prompt your user for some info, and retrieve it into your code.