Scrolling problem in Blackberry application

核能气质少年 提交于 2019-12-12 22:35:55

问题


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

Thanks in advance.


回答1:


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

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)


来源:https://stackoverflow.com/questions/833324/scrolling-problem-in-blackberry-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!