[android-developers] android.view.WindowLeaked Exception android

2012-11-08 Thread Rachita Nanda
This exception occurs when we try to create a View when the Activity that holds the view has already exited. I used dialog boxes in my activity, and sometimes when I abruptly exit the activity by pressing onKey down , this exception was thrown. Actually, I clicked on a button that shows a dialog

Re: [android-developers] android.view.windowLeaked

2011-03-12 Thread Kunju Vava
Hi rani give the full code. thnks -- 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 this group, send email to android-developers+unsubscr...@go

[android-developers] android.view.windowLeaked

2011-03-12 Thread vani reddy
Hi , 03-12 16:55:34.095: ERROR/AndroidRuntime(845): java.lang.NullPointerException 03-12 16:55:34.095: ERROR/AndroidRuntime(845): at com.tli.inmg.Image_saigeetha$2.run(Image_saigeetha.java:168) 03-12 16:55:34.154: WARN/ActivityManager(61): Force finishing activity com.tli.inmg/.Image_saigeet

[android-developers] android.view.WindowLeaked when onPause() is called

2008-08-27 Thread snowcrash
hi, i have an application running a background thread to do xml-parsing while the ui-thread displays a progressdialog. the activity has a handler to queue runnables from the other thread, mainly to display messages. when the xml-thread is finished and the activity is left using the back button on