[android-developers] Re: Flush title from an AlertDialog

2008-11-04 Thread cyntacks
Hi Aquinas, I know it is over a month late, but just in case anyone else comes and looks for this as I did. I was having a similar issue in that I could not update my entire custom dialog, this is the result of the activity "caching" the dialog. After reading the API a bit closer I found this: "

[android-developers] Re: Flush title from an AlertDialog

2008-09-27 Thread aquinas
Thanks. I was able to solve this by overriding Activity.onPrepareDialog(). On Sep 27, 10:07 pm, Mark Murphy <[EMAIL PROTECTED]> wrote: > aquinas wrote: > > Hello, > >   I am trying to make adialogwith a dynamic title. I am using the > > AlertDialog.Builder approach, with a layout that I have infl

[android-developers] Re: Flush title from an AlertDialog

2008-09-27 Thread Mark Murphy
aquinas wrote: > Hello, > I am trying to make a dialog with a dynamic title. I am using the > AlertDialog.Builder approach, with a layout that I have inflated from > XML. I setting the title using AlertDialog.Builder.setTitle(), passing > a class-level string to this method. I am able to set the