TsCheckListBox to small -> CRASH!!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34951
    ralfiii
    Participant

    I just found a bug in the TsCheckListBox. When a sCheckListBox becomes too small (something below 35 pixels wide) it hangs forever in a crash-exception-loop.

    *) create a new empty form.

    *) Add a SkinManager & a SkinProvider

    *) place TsCheckListBox on the form and add a few items

    *) add a button

    *) put “sCheckListBox1.Width:=5;” into the OnClick of the button

    *) Run the application

    When you press the button you will get an EOutOfResource-Error that originates somewhere in TsCheckListBox.DrawItem

    I attach an application to demonstrate the bug.

    #47411
    Support
    Keymaster

    Thank you, this bug will be fixed in the nearest release.

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