如何在 Blackberry Storm 2 中锁定特定屏幕方向
在我的应用程序中,大约有 7 到 8 个屏幕,我想更改特定的 2 或 3 个屏幕方向,而其他屏幕仍保持在纵向视图中。
i have implemented this `int direction = Display.DIRECTION_NORTH;
Ui.getUiEngineInstance().setAcceptableDirections(direction);`
它在第一次应用程序启动时工作正常,但是当调用 setAcceptableDirections 方法并为特定屏幕设置方向时,该方向为该应用程序中的所有屏幕设置。我无法更改特定屏幕的方向
,那么是否可以更改黑莓中的特定屏幕方向? 如果有人有任何想法,请帮助我。
in my application there are around 7 to 8 screen and i want to do that particular 2 or 3 screen orientation change and other remain still in Portrait View
.
i have implemented this `int direction = Display.DIRECTION_NORTH;
Ui.getUiEngineInstance().setAcceptableDirections(direction);`
it working fine at first time application start but when setAcceptableDirections
method call and set orientation for particular screen that orientation set for all screen in this application . i cant change orientation for particular screen
so is it possible to change pariticular screen orientation in blackberry ?
please help me if any one have any idea .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论