I downloaded the older demo and I am able to compile and run it.
As I mentioned in my earlier post I'm trying to make a change to the font of a popup menu and so far I'm not having any success.
I've added TsSkinManager and tsSkinProvider to my form; I've set the size of the menu font I would like under sSkinManager1.MenuSupport; in my OnCreate main form event I've set sSkinManager1.Active := True; but when the popup menu is called the font is still set at the default font and size.
What an I doing wrong here?