sCheckListBox beginupdate , endupdate

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33854
    emailaya
    Participant

    Hi

    if i have for example 5 items in sCheckListBox and then i do the following
    slistbox1.beginupdate;
    try
    slistbox1.clear;
    slistbox1.add…
    slistbox1.add…
    finally
    slistbox1.endupdate;
    end

    the redrawing of the component with the items are wrong, the old values are still drawn but cannot be selected
    so if i had 5 items then i clear the component and add 2, i see the 2 and can work with them
    but i also see the other 3 (from before) but can't do anything (click on) with them

    #42919
    Support
    Keymaster

    Thanks for message, I'll fix it.

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