Re: [android-developers] Re: Dismiss dialog

2011-10-05 Thread Kostya Vasilyev
If you don't want this behavior, don't use a managed dialog. Create and show the dialog without going through Activity.showDialog() / onCreateDialog(), save reference as a member variable, call mMyDialog.dismiss() on your activity's onPause or onStop. -- Kostya 05.10.2011 15:49, Naveen пишет

[android-developers] Re: Dismiss dialog

2011-10-05 Thread Naveen
yes i am talking abt single application, suppose appllication X i have opened dialog and i went to settings application throgh task manager. Their i will change font style, and will return back to application X, application X will refreshed and it will recreated. but dialog is not dismissed. how

[android-developers] Re: Dismiss dialog

2011-10-04 Thread Studio LFP
I'm not quite understanding. Are you talking about two different applications? One is yours and one is someone elses? Or are you talking about two different activities within your application? Steven Studio LFP http://www.studio-lfp.com On Tuesday, October 4, 2011 9:28:43 AM UTC-5, Naveen wro