cancel
Showing results for 
Search instead for 
Did you mean: 

Image progress without background

JJ.Lin
Associate III

How do I implement a image progress without background?

1 ACCEPTED SOLUTION

Accepted Solutions
Alexandre RENOUX
Principal

Hello JJ.Lin,

The easiest way is to create a png image fully transparent using your favorite software like paint, paint.NET, photoshop, gimp, etc. and use this image as the background.

The background is mandatory because this is what sets the dimensions of your progress indicator.

Otherwise, you can create your own widget based on the image progress widget but you will not be able to set it in the Designer and everything will have to be done by code.

Hope it helps,

When your question is answered, please close this topic by choosing Select as Best.

/Alexandre

View solution in original post

1 REPLY 1
Alexandre RENOUX
Principal

Hello JJ.Lin,

The easiest way is to create a png image fully transparent using your favorite software like paint, paint.NET, photoshop, gimp, etc. and use this image as the background.

The background is mandatory because this is what sets the dimensions of your progress indicator.

Otherwise, you can create your own widget based on the image progress widget but you will not be able to set it in the Designer and everything will have to be done by code.

Hope it helps,

When your question is answered, please close this topic by choosing Select as Best.

/Alexandre