a2stepper Member Licensed User Longtime User Jul 12, 2015 #1 is to possible to have one Activity module in landscape onlhy while others in portrait only? thanks paul
is to possible to have one Activity module in landscape onlhy while others in portrait only? thanks paul
NJDude Expert Licensed User Longtime User Jul 12, 2015 #2 Yes, you can set individual orientations by adding lines like this to the manifest: B4X: SetActivityAttribute(MyActivityName, android:screenOrientation, "landscape") Last edited: Jul 12, 2015 Upvote 0
Yes, you can set individual orientations by adding lines like this to the manifest: B4X: SetActivityAttribute(MyActivityName, android:screenOrientation, "landscape")
a2stepper Member Licensed User Longtime User Jul 12, 2015 #3 ok thanks. but how do i change that one module to landscape mode then?? paul Upvote 0
a2stepper Member Licensed User Longtime User Jul 12, 2015 #4 OK.... easy and works great. thanks njdude. Upvote 0