Hi,
I recently changed my Delphi version from XE10 Seattle to 10.3.1 Rio. With this change I updated to new Alpha Controls version 14.16.
Now I have problems with trackbars. So far, I used the TAdvTrackbar by TMS which is – as far as I could see – not supported by Alpha Controls. So I am going to replace the TAdvTrackbar by TsTrackbar.
But I could not change the skin for my tackbars. The problem is that I need different skins for trackbars but the TsTrackbar seems to accept the default “TRACKBAR” skin-section only.
Attached you find a small demo-project which consists of two TsTrackbar-components on a form (if you open it you probably have to adapt the skin-directory of the skin-manager). The first trackbar uses the default “TRACKBAR” skin-section which works fine and as expected. The second trackbar uses the “MY_NEW_SKIN_SECTION” skin-section which should give the trackbar a blue background. But this does not work.
Did I make a mistake or is this a bug of TsTrackbar?
Thank you for your help in advance!