Hi, I have an app that is only designed to be used in portrait mode; but how do I stop it from recreating when the device is turned?
I have set Project Attributes, '#SupportedOrientations: portrait'; I have tried the 'phone1.SetScreenOrientation(1)' but the screen still rotates and kills my apps activity (i assume) and the screen goes white and the app sits there. Even rotating back to portrait the screen is not re-appearing.
Appreciate any advice...James
I have set Project Attributes, '#SupportedOrientations: portrait'; I have tried the 'phone1.SetScreenOrientation(1)' but the screen still rotates and kills my apps activity (i assume) and the screen goes white and the app sits there. Even rotating back to portrait the screen is not re-appearing.
Appreciate any advice...James