Hello,
I have a problem with my skin refresh
The TPanel with a SkinName BAR are not skinned
Before 8.16
After 8.16
In the OnCreate the TForm
procedure TFPrincipal.FormCreate(Sender: TObject);
Begin
// …
// Init décors
sSkinManagerPrincipal.IsDefault := True;
sSkinManagerPrincipal.SkinName := DefautSkin;
sSkinManagerPrincipal.Saturation:= Saturation;
sTrackBarSaturation.Position := Saturation;
sLabelSaturation.Caption := inttostr(Saturation);
// …
end;
1. When I start my program that displays the TForm After 8.16, if I scroll down or up with my mouse then My Form is Skinned Before 8.16
2. If I put in the activate event, the same as the OnCreate event, The skin is well designed, but it breaks other problems
thank you for your help