Problem with setProgressDrawable
        Posted  
        
            by Martin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Martin
        
        
        
        Published on 2010-02-17T13:09:01Z
        Indexed on 
            2010/05/08
            20:18 UTC
        
        
        Read the original article
        Hit count: 210
        
android
|progressbar
I am having problem with setting a new Drawable to my ProgressBar.
If I use the setProgressDrawable() inside onCreate() method it works great. But when I try to call the same method inside a Handler post callback it doesn't work and the progressbar disapears.
Can someone explain this behaviour? How can I solve this problem?
© Stack Overflow or respective owner