TsTrackbar does not use correct skin

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #38174
    Scurra
    Participant

    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!

    #59180
    Support
    Keymaster

    Hello, thank you for the demo.

    You are right, all data is received from the 'TRACKBAR' skin section now.

    I will add changes in the nearest release, you will be able to use other sections for drawing different TrackBars.

    #59203
    Scurra
    Participant

    Thank you for your help. I will wait for the next release 🙂

    #59250
    Scurra
    Participant

    Hi again,

    are the changes already contained in release 14.18?

    #59252
    Support
    Keymaster

    Hi

    Yes, it should work in latest release.

    #59263
    Scurra
    Participant

    Thank you! Now it works as I expected.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.