I am busy converting an existing project to use AlphaSkins.
The existing project is using the regular Delphi TPageControl/TTabsheet.
I have dropped a sSkinManager and sSkinProvider on the Main form and set the SkinName to Aluminium.
Now my main form correctly displays with the Aluminium background but since the TPagecontrol/TTabsheets are not
Alphacontrols, their background is not Aluminium.
How can I get he background of my old TTabsheets to have an Aluminum background?
I have tried to insert an Alphacontrol sPanel onto the Delphi TTabsheet with Align=alClient but I cannot get the sPanel to show the Aluminum background of the main form. Please help.