Hello, I'm trying to run an activityGroup embedded inside another activityGroup. (Example : an activityGroup inside a tabActivity)
This seems to display properly but throw an exception when i'm trying to display a modal box like an alertDialog. TabActivity - Tab1 - Tab2 - MyGroupActivity - - ChildActivity1 - - ChildActivity2 If childActivity1 or 2 try to display a dialogBox i'm getting this exception : 04-14 18:45:47.480: ERROR/AndroidRuntime(2449): android.view.WindowManager$BadTokenException: Unable to add window -- token android.app.localactivitymanager$localactivityrec...@43424620 is not valid; is your activity running? Has anyone encountered this pbm before? What am i doing wrong ? Thanks, Arnaudweb --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

