Board index » delphi » OpenGL rendering outside form
Cleverley Graham
![]() Delphi Developer |
Mon, 07 Feb 2005 20:58:53 GMT
OpenGL rendering outside form
I'm developing a subclass of TGraphic that handles SVG files, using OpenGL
to render the image. I have a test program that has on the main form I can load an SVG file at will and draw it in all three components. If the size of the SVG image is big enough the image stretches beyond the So far so good. If I scroll down the top two images disappear and the whole image comes into When I scroll back up again the paintbox and the image are OK BUT then I'd love to know how this happens: I can't even think of a way to debug it. |