如何在其他应用程序中启动日历?
我需要在我的应用程序中启动日历为用户提供选择事件的选择。如果用户选择任何事件,则检索该事件的信息和信息。处理它。
对于地址簿,可以通过 Choose() 方法启动地址簿,但在 BlackBerryEventList 或 EventList 类中没有找到任何启动日历的方法。
有没有其他方法,请建议......
I need to launch Calendar in my application & give choice to user for selecting event. If user select any event then retrive that event's information & process it.
For address book, it is possible by choose() method for launching Address book, but not found any method for launching Calendar in BlackBerryEventList or EventList class.
Is there any alternative way for that then please suggest that....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个方法 activate 应该被覆盖,其中应该使用调用应用程序方法在应用程序启动时调用本机日历
there is a mthod activate which should be overwriiten where the invoke Application metho d should be used to invoke the native calendar at the launch of the application
导入 net.rim.blackberry.api.invoke.Invoke;
并使用invokeApplication方法。
import net.rim.blackberry.api.invoke.Invoke;
And use the invokeApplication method.