Hi
I have a TShape comp inside a TPanel. I try to set TShape position (Top, Left) and size (Width, Height) inside the onResize event of the panel (panel is resized itself by code inside the OnResize event of the form). The event is called, but any of the Left,Top,Width, Height has an effect on the TShape comp. If I installed a TStaticText or a TEdit inside the same panel, it works.
More strange, even without the Resize event, if I set Anchors set on TShape, It doesn't make it resized when parent panel is resized (it works with other component types)
It doesn't work also if I resize it directly from the OnResize event of the form (after panel size has been changed just before)