'Support' wrote:
Hello!
I'm trying to make a test-application with described problem.
Your code placed into the OnCreate event of the form and works..
Maybe, you can make such test-application where I can see the problem?
OK…this is what I had to do:
Empty all internal skins…Set sSkinmanager active to false. New code:
Code:
aPath:=GetSpecialFolder(rtAppData)+'MyAppSkins';
sSkinManager1.SkinDirectory:=aPath;
sSkinManager1.Active:=true;<--------Works perfect now!
Does this make sense or am I missing something.
I do love these components!!!