[android-developers] Re: problem using progress dialog with usertask

2009-08-31 Thread Maurizio
'android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.binderpr...@435904d8 is not valid; is your activity running' Make sure you showDialog(...) on the UI thread. Maurizio On Aug 21, 5:00 am, Sundar vmsund...@gmail.com wrote: Hi, I have an application that

[android-developers] Re: problem using progress dialog with usertask

2009-08-21 Thread Mark Murphy
Sundar wrote: I want to show a progress dialog until the content gets downloaded and processed. But when i call the progessdialog.show() method I am getting the following error. 'android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.binderpr...@435904d8 is