如何在黑莓中处理外部和内部事件(转换的j2me代码-jar到cod)

发布于 2025-01-04 01:27:41 字数 202 浏览 1 评论 0原文

我在j2me中开发了游戏,并将jar转换为cod。它在黑莓设备上运行良好。但是 hideNotify() 方法正在工作,所以我无法处理 redkey、c​​allevents 等。

在游戏中,我放置了背景声音,当我按下 redkey 时,它会转到主屏幕,但应用程序未关闭并且背景声音连续播放。

如何使用j2me代码处理黑莓中的事件?

I developed the game in j2me and I converted jar to cod. It's working fine in blackberry device. But hideNotify() method is working, so I not able to handle redkey, callevents etc.

Inside the game play, I placed background sound, when I pressed redkey, it goes to home screen but application not closed and background sound runs continuously.

How to handle events in blackberry using j2me code?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

猫弦 2025-01-11 01:27:41

要处理 BB 事件,您必须导入 net.rim... 库而不是javax.microedition...,这意味着您将不得不再次编写事件处理。 J2ME 事件处理程序与 BB 的不同,BB 无法识别它们。所以你可以在BB中运行jar文件,但你不能拥有完整的功能。

To handle BB events, you'll have to import net.rim... libraries instead of javax.microedition..., which means you'll have to write event handling again. J2ME event handlers are different from BB's and BB does not recognize them. So you can run a jar file in a BB but you can not have the complete functionality.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文