Bonjour.
So I put an inner skin as I usually do.

procedure TForm1.Btn_ActiverClick(Sender: TObject);
begin
Form1.sSkinManager1.Active := True;
Form1.sSkinManager1.SkinDirectory := 'C:TOUS LES THEMES';
Form1.sSkinManager1.SkinName := 'Acryl (internal)'; // does not work : Even with (external) it does not work
Form1.sSkinManager1.RepaintForms(True);
Form1.Btn_Quitter.SetFocus;
end;
It is necessary that the skin is active from the start? No other solution? I think I misunderstood…
Merci 😉