Hallo !
Bei mir ist ein interessantes Problem aufgetreten.
Ein
MDI-Programm (entwickelt seit Delphi XE2) hat plötzlich mit Delphi 12 die Fähigkeit verloren,
MDI-Child-Fenster horizontal oder vertikal anzuordnen.
Verwendet habe ich dafür die Standardactions "tWindowTileHorizontal" und "tWindowTileVertical". "tWindowCascade" funktioniert noch.
Wenn ich die Anordnung durch
Delphi-Quellcode:
Main.TileMode := tbVertical;
Main.Tile;
bzw.
Delphi-Quellcode:
Main.TileMode := tbHorizontal;
Main.Tile;
manuell ausführe, funktioniert es auch.
Hat noch jemand dieses Problem?