Bugs in AC 6.43 stable.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33240
    Paulo César
    Participant

    Hello, I'm brazillian, I bought the alpha skins little days ago. And I have fighting with some bugs in the version 6.43 stable of alpha controls.

    First problem:

    When I press the maximize button, the window not maximize and bugs.

    Second problem:

    If I use in Onshow:
    ListBox1.Items.LoadFromFile('a.txt');

    For example, if a.txt have 2.000 itens, is very slow independent of the computer.
    Obs: Without the alpha skins is instantly; And in any event, may be in a onClick of a button is very slow too.

    #40443
    Paulo César
    Participant

    Other bug in WMP 2008 skin, when the mouse is in “x” button and move to maximize have one bug.

    #40474
    Support
    Keymaster

    Hello

    Could you describe a problem with maximizing in more details? What bug did you have?

    For ListBox (if TsListBox used) try this methods before and after loading :
    sListBox1.SkinData.BeginUpdate;
    sListBox1.SkinData.EndUpdate;

    #40492
    Paulo César
    Participant

    thanks, it's working! =D

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