BlackBerry 设备上的 CodeModuleManager.CMM_OK_MODULE_MARKED_FOR_DELETION
当我调用CodeModuleManager.deleteModuleEx()
删除Module时,使用模拟器返回值为CodeModuleManager.CMM_OK_MODULE_MARKED_FOR_DELETION
,但返回值为CodeModuleManager.CMM_OK< /code> 当我在设备上运行相同的应用程序时。该设备是 9700,平台是 5.1.0.121。
When I call CodeModuleManager.deleteModuleEx()
to delete a Module, the return value is CodeModuleManager.CMM_OK_MODULE_MARKED_FOR_DELETION
using the simulator, but the return value is CodeModuleManager.CMM_OK
when I run same application on device. The device is a 9700 and the Platform is 5.1.0.121.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为删除后需要重置。如果你还没有这样做,
也添加此代码。
i think after deletion reset is required. if you are not doing already,
add this code also.