'aballiva' wrote:
Yesterday, I was trying to use a Bitmap Glyph, to replace the Standard Thumb, but I want to use a “transparent” image.
I Don't know how is the correct image format, or what property of component need to use.
What do you mean with “Standard Thumb”?
In which component do you want to use a bitmap glyph?
If you want to use images with buttons:
The easiest way to use transparent images is using a TAlphaImageList (under AlphaTools) and
adding PNG-images to the list.
Now you can use a TsBitBtn, which you can connect by setting the property “Images” to
the TAlphaImageList. With the ImageIndex you can choose what image to show on the button.