A alan1968 Active Member Licensed User Longtime User Feb 6, 2012 #1 Hello In my project I need to change the orientation on the fly, in pure java I found this solution @Override public void onConfigurationChanged(Configuration newConfig) { super.onConfigurationChanged(newConfig); setContentView(R.layout.main); } In B4A V1.8 it's possible ?
Hello In my project I need to change the orientation on the fly, in pure java I found this solution @Override public void onConfigurationChanged(Configuration newConfig) { super.onConfigurationChanged(newConfig); setContentView(R.layout.main); } In B4A V1.8 it's possible ?
Erel B4X founder Staff member Licensed User Longtime User Feb 6, 2012 #2 What do you mean with changing orientation on the fly? Do you want to change from portrait to landscape for example? This can be done with Phone.SetScreenOrientation. Upvote 0
What do you mean with changing orientation on the fly? Do you want to change from portrait to landscape for example? This can be done with Phone.SetScreenOrientation.