FormFactor / Orientations wie richtig benutzen?
14. Jul 2014, 17:51
Hallo.
Ich würde gerne Form1 nur im Portait Modus anzeigen lassen und Form2 in Portrait und Landscape.
Ich habe unter den Projekt Optionen -> Orientation alle Hacken drin.
Jetzt habe ich auf allen Formen alle "Möglichkeiten" (Es dreht sich auf alle Richtungen)
Nun habe ich bei Form1 in OnCreate folgendes geschrieben:
application.FormFactor.Orientations := [TFormOrientation.soPortrait];
So ist dann Form1 nur noch im Portrait Modus. Was ja auch so gedacht wäre.
Aber wenn ich nun Form2 öffne und dabei den Befehl so "wiederhole":
application.FormFactor.Orientations := [TFormOrientation.soPortrait, TFormOrientation.soLandscape, TFormOrientation.soInvertedLandscape];
Dann bleibt Form2 trotzdem auch nur im Portrait Modus.
Weiss jemand wieso das so ist, respektive wie man das richtig lösen könnte?
Robert
|