I set orientation as portrait to my app.
When i check on os 6 and os 5 simulator, no problem.
But in os 7-(9930), my app display as landscape mode.
How do check and correct it.
Pls help me.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
it’s a Bold, meaning that its width is greater than its height which makes its portait view a landscape; anyway, you can force it to behave normal with:
net.rim.device.api.ui.Ui.getUiEngineInstance().setAcceptableDirections(net.rim.device.api.lcdui.control.DirectionControl.ORIENTATION_LANDSCAPE);