Xojo on Android allows you to view the layout in Portrait or Landscape orientation. It also allows you to lock the orientation so as to force the user to use the App only in one direction.
It would be very convenient to be able to manage two layouts instead of just one, like you can do in Andorid Studio.
For now the only solution I have found is to use the Screen’s “OrientationChanged” event, which changes all the positions, dimensions and locks of all the objects via code.
In future releases, will Xojo add the ability to manage multiple layouts for the same Screen?
Or, are there already faster solutions than write manually coding on the event?
Thanks,
Gabriele
1 post - 1 participant