Re: [android-developers] Is showing dialog from a dialog possible?

2012-05-01 Thread Agus
Thanks all for the answers, I asked that question is because of the nuances of SystemUiVisibility flag if set inside a dialog. Specifically, when HIDE_NAVIGATION is set to a dialog A, and then dialog is dismissed, and when dialog is shown again it retains the SystemUiVisibility flags that was prev

Re: [android-developers] Is showing dialog from a dialog possible?

2012-05-01 Thread Kostya Vasilyev
In particular, managed dialogs (shown with showDialog(id)) don't preserve their relative z-order after an orientation change... DialogFragments, I believe, do. 2012/5/1 lbendlin > It may be possible all right, but it sure smells like a bad user > experience. > > On Tuesday, May 1, 2012 6:30:46

Re: [android-developers] Is showing dialog from a dialog possible?

2012-05-01 Thread lbendlin
It may be possible all right, but it sure smells like a bad user experience. On Tuesday, May 1, 2012 6:30:46 AM UTC-4, tarun sablok wrote: > It is very much possible ... just include the showDialog() function > with the ID of the dialog where you are handling the events of the dialog.. > > On

Re: [android-developers] Is showing dialog from a dialog possible?

2012-05-01 Thread tarun sablok
It is very much possible ... just include the showDialog() function with the ID of the dialog where you are handling the events of the dialog.. On Tue, May 1, 2012 at 6:46 AM, TreKing wrote: > On Mon, Apr 30, 2012 at 7:27 PM, Agus wrote: > >> Is showing dialog from a dialog possible? (Not an

Re: [android-developers] Is showing dialog from a dialog possible?

2012-04-30 Thread TreKing
On Mon, Apr 30, 2012 at 7:27 PM, Agus wrote: > Is showing dialog from a dialog possible? (Not an activity that gets > styled as a dialog.) What are you trying to do? - TreKing

[android-developers] Is showing dialog from a dialog possible?

2012-04-30 Thread Agus
Is showing dialog from a dialog possible? (Not an activity that gets styled as a dialog.) -Agus. -- 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 t