S Syndad Member Licensed User Longtime User Jan 26, 2012 #1 My app is set to stay in Portrait mode (that works fine) however, is there a way to have the display flip when I turn the device 180 degrees, staying in portrait mode. If not can i just display upside down text and fake the rest.
My app is set to stay in Portrait mode (that works fine) however, is there a way to have the display flip when I turn the device 180 degrees, staying in portrait mode. If not can i just display upside down text and fake the rest.
joseluis Active Member Licensed User Longtime User Jan 26, 2012 #2 You can get the current rotation of the display using this module. With it you can now if the rotation is either 0, 90, 180 or 270 degrees. You must program the rest. Upvote 0
You can get the current rotation of the display using this module. With it you can now if the rotation is either 0, 90, 180 or 270 degrees. You must program the rest.
S Syndad Member Licensed User Longtime User Feb 5, 2012 #3 So how does one program a 180 degree flip? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Feb 5, 2012 #4 There is no need to handle the orientation yourself. It is done automatically by the OS. Upvote 0