[android-beginners] Re: ProgressDialog only display once

2010-04-19 Thread tripy
the dismiss() from that block. On Apr 19, 3:59 pm, ~ TreKing treking...@gmail.com wrote: On Mon, Apr 19, 2010 at 3:10 AM, tripy tsch...@gmail.com wrote: Can anyone explain me what is wrong with my code? That's a lot of code to wade through and it's not formatted well at all in this email so I only

[android-beginners] Re: ProgressDialog only display once

2010-04-19 Thread tripy
By the way, you can see a better view of this code on http://www.anddev.org/progressdialog_re_use_or_multiple_display_not_working-t13169.html On Apr 19, 3:59 pm, ~ TreKing treking...@gmail.com wrote: On Mon, Apr 19, 2010 at 3:10 AM, tripy tsch...@gmail.com wrote: Can anyone explain me what

[android-beginners] Re: ProgressDialog only display once

2010-04-19 Thread tripy
 3) Here, you lost me I was thinking that I was calling them from the activity!? I mean use Activity.showDialog(int) and Activity.dismissDialog(int) instead of calling dialog.show() and dialog.dismiss(). I would be using a layout as a dialog, I'd understand. But I'm not using this.

[android-beginners] Re: ProgressDialog only display once

2010-04-19 Thread tripy
at that moment, I'll be able to get the behavior I was wanting. Thanks for baring with me. This is my first try at java, and android, and I feel it... On Apr 19, 7:25 pm, tripy tsch...@gmail.com wrote:  3) Here, you lost me I was thinking that I was calling them from the activity!? I