Slider in v.14.07

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38026
    Lasse
    Participant

    Slider AutoSize seems to be broken in v. 14.07. It was working in v. 14.05. Try these properties and you will see the problem:

    Code:
    object sSlider1: TsSlider
    Left = 88
    Top = 40
    Width = 50
    SkinData.OuterEffects.Visibility = ovAlways
    AutoSize = True
    TabOrder = 2
    ImageIndexOff = 0
    ImageIndexOn = 0
    SliderCaptionOn = 'Yes'
    SliderCaptionOff = 'No'
    ContentPlacing = scpBackground
    Reversed = True
    KeepThumbAspectRatio = False
    end
    #58656
    Support
    Keymaster

    Thank you.

    This issue will be solved in the nearest release.

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