Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to change ProgressBar Image?

    Hi,
    How can i change progress bar image? I've placed my image in war/images. Im using the following code:
    Code:
    hBar2.setImage("animated_progress_bar", "[APP]bdimages/animated_progress_bar.gif");
    
    or
    
     hBar2.setImage("animated_progress_bar", Canvas.imgHTML("[APP]images/animated_progress_bar.gif"));
    But not working as expected. I couldn't understand the method signature at all. What is identifier in setImage() method? Please suggest me how can i change progress bar image?

    #2
    Any help in this regard?

    Comment


      #3
      Yo have to use setSrc as written in ProgrssBar javadoc.

      Comment

      Working...
      X