Hi,
Is there any reason why images are not being displayed if I place it into tabsheet? Just shows white background instead.
Hi,
Is there any reason why images are not being displayed if I place it into tabsheet? Just shows white background instead.
Which Delphi version and what kind of an image?
2006 shows images on tabsheets?
Have you tried to show the image without the tabsheet?
What type of images (bmp or jpeg)? Include jpeg unit in your code if you use jpg's.
If you are creating them at run-time, be sure to set their Parent property. The parent is responsible for providing the painting context.
No parent = nothing displayed.
I have had a possibly similar problem with images not showing (some time ago) and I fixed it by adding a panel and then image. (I don't really get the difference, but it worked then)