Something really strange is going on here. :wacko:
See the screenshot, this is a modal form of my main application.
Some parts don't get skinned.
But the really strange is the standard TButton gets skinned properly,
the TsButton doesn't, the standard TGroupBox gets skinned properly but the TsGroupBox doesn't?
I found a workaround for that problem but thats no real solution.
Quote:
procedure TFormOptions.tsProfilesShow(Sender: TObject);
begin
FormMain.sSkinManager1.BeginUpdate;
FormMain.sSkinManager1.EndUpdate(True, False);
end;
The TsTrackBar is even driving me more crazy, its only getting skinned if the TrackBar position is changed.
Anyone who can explain whats going on and how to fix that? 😮