I tried that, but application crashed ([attachment=4361:alpha-tgridpanel-bug.jpg]) ( I use many forms created OnTheFly ) and this error occur on one of them ( I click to button on MainForm to create FAfterGame – new second form). If I remove TGridPanel as TPanel from SkinManager.ThirdPartyList ([attachment=4360:sskinman-tgridpane.jpg]) ( or disable SkinManager ) application works.
All I need is to have TPanel and TGridPanel transparent (I use these components only for aligning other components when resizing Forms)
—
My ErrorLog ( FAfterGame is Form and GPTop2 is TGridPanel ) ( WriteLn(txt, Format('%s : %s ( %s )', [DateTimeToStr(Now()), E.Message, (Sender as TComponent).Name])); )
25.11.2010 21:24:41 : Access violation at address 0062FC2E in module 'Project1.exe'. Read of address 00000014 ( FAfterGame )
25.11.2010 21:24:45 : Access violation at address 00609240 in module 'Project1.exe'. Read of address 000001D4 ( GPTop2 )
25.11.2010 21:24:46 : Access violation at address 00609240 in module 'Project1.exe'. Read of address 00000046 ( GPTop2 )