I have a simple app that uses an indeterminate ProgressBar. It works fine if I use the setVisibility method. However, when I changed it to remove the widget when my task was done (and re-add it when the task was started again), it stopped working. All I see after re-adding the widget is a frozen drawable.
I don't think it's a threading issue, since it works fine using setVisibility. So, what would cause the animation to stop, and how can/should I restart it? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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

