Android ProgressDialog with setContentView?

If you read the progressDialog developer doc it says "A dialog showing a progress indicator and an optional text message or view. Only a text message or a view can be used at the same time It looks like you are trying to do both. Possibly the cause of your issue.

If you read the progressDialog developer doc it says "A dialog showing a progress indicator and an optional text message or view. Only a text message or a view can be used at the same time. " It looks like you are trying to do both.

Possibly the cause of your issue.

I can see what your saying, this doesn't seem to be the error I've updated the original post. I got my idea from developer.android. Com/guide/topics/ui/dialogs.

Html#CustomDialog – Blundell Dec 4 '10 at 10:04.

Got it. The clue was in the class names, don't use ProgressDialog ( developer.android.com/reference/android/... ) when you don't need a dialog! I changed my implementation to use: ProgressBar ( developer.android.com/reference/android/... ) and it works great.

Cheers for the ear anyway! This is why I was looking for it for: anddev.org/novice-tutorials-f8/imageview... Tutorial showing how you can have a Spinner whilst an image is loading. Enjoy.

Creates a ProgressDialog with a horizontal progress bar. This is the default. Called when the dialog is starting.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions