vote up 1 vote down star

Hi,

Is there any reason why images are not being displayed if I place it into tabsheet? Just shows white background instead.

flag

4 Answers

vote up 0 vote down check

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)

link|flag
vote up 3 vote down

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.

link|flag
vote up 0 vote down

What type of images (bmp or jpeg)? Include jpeg unit in your code if you use jpg's.

link|flag
.gif, same with png – Tom Aug 27 at 11:12
What component do you use to display png and gif? – zendar Aug 27 at 15:31
vote up 0 vote down

Which Delphi version and what kind of an image?

2006 shows images on tabsheets?

Have you tried to show the image without the tabsheet?

link|flag
7 Iamge shows up fine when not using tab sheets. It's being displayed however, if I set parent – Tom Aug 27 at 11:11
Yes parent (and owner must be set). But these are set automatically if you are using the form designer. Without a parent a component does not know where it must be painted. – Gamecat Aug 27 at 11:48
1  
Owner does not need to be set for a component to display. – Rob Kennedy Aug 27 at 17:12

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.