[android-developers] Re: Gracefully destroying Dialog box

2009-10-24 Thread Lance Nanek
You can close a dialog using its dismiss() method : http://developer.android.com/intl/fr/reference/android/app/Dialog.html#dismiss%28%29 You might want to consider having the activity manage restoring your dialog for you as well: http://developer.android.com/intl/fr/reference/android/app/Activity

[android-developers] Re: Gracefully destroying Dialog box

2009-10-24 Thread Neilz
Oh well. Maybe I should raise it as a bug, as this is a problem to me, and it seems there should be a standard method to the effect of alert.close(); On Oct 23, 1:02 pm, Neilz wrote: > Hi. I have an activity which pops up a Dialog box, to get some text > input from the user. The problem arises w