Re: [android-developers] java.lang.IllegalArgumentException: View not attached to window manager

2010-11-24 Thread TreKing
On Sat, Nov 20, 2010 at 4:45 AM, PaulJ wrote: > Problem occurs when a dialog progress appears and I change my phone > orientation, it freezes and crashes. > If you use showDialog() to show a dialog, use dismissDialog() to dismiss it. On Tue, Nov 23, 2010 at 5:35 AM, viktor wrote: > You are di

[android-developers] java.lang.IllegalArgumentException: View not attached to window manager

2010-11-22 Thread PaulJ
Hi there brainiacs, I'd like to ask about how to proper handle progressDialog in Thread, since gettings the error from subject. My code: Thread logThread = new Thread()