Thanks for the answers.... I'm being looking the docs and I don't see how to know the IdDialog I need to do the showDialog of the activity. I have seen I must use onCreateDialog and in the internal switch put the code to build it....but I need to pass more parameters to generate the dialog and it only supports one....should I use global variables?...
On 5 mar, 16:44, TreKing <[email protected]> wrote: > On Fri, Mar 5, 2010 at 6:04 AM, LeGeNDuS <[email protected]> wrote: > > is there anyway to fix this?. > > If you use Activity.showDialog() to show your dialogs, the activity will > manage them for you and automatically restore them on orientation change. > > --------------------------------------------------------------------------- > ---------------------- > TreKing - Chicago transit tracking app for Android-powered > deviceshttp://sites.google.com/site/rezmobileapps/treking -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

