sCombobox not showing over sRadiogroup

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38195
    SzakiLaci
    Participant

    Dear Serge,

    I would like to ask for your help to find out, what's causing this.

    After 1 year, I've realized there is a big problem at ca. 100 places in my program:

    – ALL sComboboxes staying invisible until I hover my mouse over.

    (At version 12 I did not have such a problem, so it must have appeared during last ca. 3 year of AC modifications.)

    This happens ONLY with MY skin-setup, not with a “default”.

    (If I load the same sking into a fresh-placed TsSkinManager >> it works too, so it's not the internal skin's fault. Tried many different too, same result.)

    I've tried now everything, but nothing helps:

    Code:
    IDO1.Visible := (RG1.ItemIndex = 0);
    if IDO1.Visible then begin
    IDO1.Refresh;
    //IDO1.BringToFront;
    //IDO1.Show;
    //IDO1.SetFocus;
    //IDO1.Invalidate;
    end;

    I've created a simplified demo, and compiled under Delphi 7:

    #59254
    Support
    Keymaster

    Hello

    Thank you for the demo. I think, you should update the package.

    This issue exists if compiled with v14.03, but will latest release there is not problems.

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