在黑莓应用滚动问题 [英] Scrolling problem in Blackberry application

查看:131
本文介绍了在黑莓应用滚动问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不能够通过使用轨迹球的应用程序屏幕滚动。
我使用的黑莓珍珠8100模拟器。
请帮助。

I am not able to scroll through the application screen using trackball. I am using Blackberry Pearl 8100 simulator. Please help.

先谢谢了。

推荐答案

是否在其他仿真工作,只是没有8100?如何真正的手机?

Does it work on other simulators and just not the 8100? How about a real handset?

有关你的屏幕类,你可以尝试使用style属性明确告诉它有垂直滚动,

For your screen class you can try using the style attribute to specifically tell it to have vertical scrolling,

super(MainScreen.VERTICAL_SCROLL | MainScreen.VERTICAL_SCROLLBAR);

同样,你应该确保它不是设置为

similarly you should make sure that it's not set to

super(MainScreen.NO_VERTICAL_SCROLL)

这篇关于在黑莓应用滚动问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆