Nicolò Blunda 3 Posted August 4 Hi. When I open my project, the different views (Windows, macOS, Android 10'') always appear different from the ones I saved before closing the project. The alignment and size of many controls (TPanel, TButtonn, etc...) revert to some values I didn't set. The strange thing is that the FMX files don't seem to change (making a backup doesn't help)... In particular, my Android views are set, by the "Orientation" property of the project, to open ONLY in landscape mode. But, when I open the project, the view is always in portrait mode and, after rotating it, the controls appear in a different position than I set. It's very, very frustrating! Share this post Link to post
Hans J. Ellingsgaard 21 Posted August 5 I had some similar experiences where I couldn't get it to work satisfactorily. We have customers with all sizes of phones and tablets. I ended up writing most of the positioning and sizes of controls in code, only controls that are aligned to client are not set in code. 1 Share this post Link to post
Nicolò Blunda 3 Posted August 5 (edited) Thank you very much. I guess problem is generated from value "scale" in Alignement property inside Master view, necessary to turn responsive Desktop views of application. So, i try set to "none" for this property in Android views. I will say what is effect! Edited August 5 by Nicolò Blunda Share this post Link to post