http://stackoverflow.com/questions/3968170/android-prompt-users-input-using-a-dialog
On Mon, Feb 21, 2011 at 12:11 PM, Aaron Buckner <nagm...@gmail.com> wrote: > 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); > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en