Range error for large TsScrollbars

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32807
    lejon
    Participant

    Hi all,

    I think I found an issue with the TsScrollbox component.
    If I set the Max value to something like 128000 and then try to drag the thumb I get an Range Check Error in TsScrollBar.SetPos(). It seems that you are using the old 16-bit windows messages for setting the new position which causes this issue.
    Using the Delphi TScrollbox works fine with such large values. Is there some way to get around this ?

    I am using v6.21 in Delphi 2007.

    #38551
    Support
    Keymaster

    Hello

    I will try to research and solve this problem soon, please wait.

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