Ok, well those helped out to a point... they helped me narrow down the line of code that is causing the problem...
"alert.setView(input);" If I comment it out the dialog opens as much as I need it to, of course that also prevents the user from being able to enter any input in... which is called initiated here: final EditText input = new EditText(this); and called here: String value = input.getText().toString(); All of which is shown in the original code block for full context, Is there something I have to do in order to get the view to remove itself or recycle? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

