TsCheckbox Autosize Bug

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #36627
    Outertech
    Participant

    I've reported this bug already in 2011 via email, and it was fixed in 7.58.

    After updating 8.x to 10.14 the bug is again here.

    Autosize of TsCheckbox is not always working.

    Conditions to reproduce.

    1. Place a TsPageControl with 2 Pages on a Form.

    2. On the first and second page place a TsCheckbox

    3. In form OnCreate:

    checkbox1.Caption := '111111111111111111111';

    checkbox2.Caption := '222222222222222222222';

    Result:

    checkbox1 was resized, but checkbox2 was not, because it was not on the active page.

    #53830
    Support
    Keymaster

    Hello!

    I can't repeat it in the test application, unfortunately.

    Can you send me a demo, please?

    #53833
    Outertech
    Participant

    Example D7 project including compiled exe attached.

    View post on imgur.com

    #53846
    Support
    Keymaster

    Thank you. I see that autosize is working when control becomes visible. Right?

    #53851
    Outertech
    Participant
    'Support' wrote:

    Thank you. I see that autosize is working when control becomes visible. Right?

    Yes, but that is not a solution.

    Many apps inclusive all mine do several calculations in MainForm.OnShow() and due to non working Autosize at that time all calculations are wrong. With calculations I mean moving UI Items around so they fit with different languages.

    #53857
    Support
    Keymaster

    I will try to make it in the nearest release.

    #54504
    Outertech
    Participant
    'Support' wrote:

    I will try to make it in the nearest release.

    Hello!

    Was it fixed in the last months?

    #54513
    Support
    Keymaster

    Yes, this issue has been solved in the AlphaControls v10.16

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