Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法使用轨迹球滚动浏览应用程序屏幕。我正在使用 Blackberry Pearl 8100 模拟器。请帮忙。
提前致谢。
它可以在其他模拟器上工作,而不是在 8100 上工作吗?真正的手机怎么样?
对于您的屏幕类,您可以尝试使用 style 属性专门告诉它进行垂直滚动,
super(MainScreen.VERTICAL_SCROLL | MainScreen.VERTICAL_SCROLLBAR);
同样,您应该确保它没有设置为
super(MainScreen.NO_VERTICAL_SCROLL)