如何在黑莓OS 4.5如何鎖定爲blckberry OS 4.5應用屏幕方向
鎖定定向。在黑莓OS 5.0以上,能夠對以下的方法
ScreenUtils.disableOrientationChange();
// enters the event processing loop thread if required
if (!app.isHandlingEvents())
{
app.enterEventDispatcher();
}
而且
Ui.getUiEngineInstance().setAcceptableDirections(Display.DIRECTION_PORTRAIT);
但是我正在研究BB OS 4.5,所以它有可能。
http://stackoverflow.com/questions/7789734/auto-rotation-on-blackberry-programming/7789839#7789839 – 2012-05-03 09:44:38