Hi,
Is there any reason why images are not being displayed if I place it into tabsheet? Just shows white background instead.
|
|
|
|
|
|
|
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) |
||
|
|
|
|
If you are creating them at run-time, be sure to set their Parent property. The parent is responsible for providing the painting context. |
||
|
|
|
|
What type of images (bmp or jpeg)? Include jpeg unit in your code if you use jpg's. |
||
|
|
Which Delphi version and what kind of an image? 2006 shows images on tabsheets? Have you tried to show the image without the tabsheet? |
||||||||
|