[android-beginners] Re: How to hide alert dialog programmatically?

2009-04-12 Thread Ralf
On Sun, Apr 12, 2009 at 3:35 PM, SteleFreak wrote: > > Is there a way to hide alert dialog after it has been shown, but http://developer.android.com/reference/android/app/Activity.html#dismissDialog(int) R/ > programmatically?? Or is the BACK button only way? Or if i need to > implement a butt

[android-beginners] Re: How to hide alert dialog programmatically?

2009-04-12 Thread sm1
do yourAlert.hide(); all Dialog children have this method. serge On Apr 12, 6:35 pm, SteleFreak wrote: > Is there a way to hide alert dialog after it has been shown, but > programmatically?? Or is the BACK button only way? Or if i need to > implement a button , what method should I call for