Hi,
How can i change progress bar image? I've placed my image in war/images. Im using the following code:
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?
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"));
Comment