Hi again
I'm writing a Delphi VCL component (decendant of TCustomControl) that loads and displays X-Files and MD2-Files and i have a small problem.
It works fine, if i drop it directly on the form. So for example if the Left and Top coords of my TMeshViewer component are 100 and 200, the scene will be drawn at X: 100 and Y: 200.
However, If i put my component into, let's say a TPanel, the scene is drawn at X: 0 and Y: 0.
I'm sure there is a way to fix that, but how?

Thanks in advance
Harry Hunt