06-09-2022, 09:59 PM
(06-09-2022, 03:49 PM)JuergenS Wrote: Modal window resize
An error occurs when resizing modal windows in IW 15.2.56.
If the Visible flag of a container region is not set programmatically at least once, then Align = alClient has no effect on the container region and the container region will be resized in its design size.
After that, e.g. the Firefox browser is no longer able to fit other content of a website correctly into the browser window when the size is changed!
SizeUnit = suPercent;
WindowLeft = -1;
WindowTop = -1;
WindowWidth = 100;
WindowHeight = 100;
Regards
JuergenS
Thanks for your report. I'm working on it and will get back to you ASAP