Registriert seit: 15. Mär 2007
4.093 Beiträge
Delphi 12 Athens
|
AW: Form's transparency property in Rio 10.3 doesn't work.
21. Apr 2020, 16:15
Try to use TFrame instead, this probably behaves better than forms.
What I do usually is to use a separate TLayout as PopUp container for TFrame views,
instead of covering the whole space, I reduce the visible space by margins or other means.
|