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: