Graeme Geldenhuys schrieb:
I am painting a tiled image directly on the Canvas of TForm1, so I should be able to see the background image thru my custom container, but I can't.
You may have to exclude ClipChildren when painting. The result can be somewhat inpredictable, when you mix direct paints with components painting themselves. I'd suggest to draw the background in WM_ERASE, or to use a background image.
DoDi -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
