Ok Thx
 非常感谢!

2008/11/27 Peterman <[EMAIL PROTECTED]>

>
> Hi
>
> You have to create a thread that do all the operations that you want.
> Before to start the threat, you have to create the progress dialog
> with this line:
>
> ProgressDialog myProgressDialog = ProgressDialog.show(....)
>
> after, in the thread, when all the operations are finished, you have
> to "close" the progressdialog whith this line:
>
> myProgressDialog.dimiss();
>
> bye!!
>
>
>
>
> On Nov 27, 5:36 am, SinFrancis <[EMAIL PROTECTED]> wrote:
> > Now i read a file ,  when read it ,show the ProgressDialog ,when read
> > over , the ProgressDialog hidden
> >
> > How can i do ??
> >
> > if u have code , please reply !!  Thx!
> >
>


-- 
Welcome to my site about GPhone:
http://51gphone.cn
I am a GFans!!欢迎你来到我的GPhone网站!!http://51gphone.cn

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to