[android-beginners] Re: Problem with ProgressDialog

2009-03-15 Thread Hermes Pique
I had the same problem. I don't know if it's the wrong way to do it, but not using runOnUiThread and calling start on the thread fixed it for me. I guess that if you run the thread in the UI, the thread is run inmmediatly, preventing the progess dialog from showing up. You migth need to use a

[android-beginners] Re: Problem with ProgressDialog

2009-03-14 Thread sync qa3
FgfcccbvfCfkgcghbxh gy On Mar 13, 2009 11:19 AM, rustyventure goo...@marklinford.com wrote: Hi, Everyone: I'm having some trouble displaying a ProgressDialog. Basically, I want to show a progress popup when a user presses a button in my app. Here's the code: OnClickListener