首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > BlackBerry >

跪求:怎么调出BlackBerry 的通讯录,让用户进行选择

2012-03-13 
跪求:如何调出BlackBerry 的通讯录,让用户进行选择如何调 BlackBerry的 通讯录??在Nokia里面 用:TextField

跪求:如何调出BlackBerry 的通讯录,让用户进行选择
如何调 BlackBerry的 通讯录??
在Nokia里面 用:TextField address = new TextField("收信人:","",200,TextField.PHONENUMBER);就可以,但是在黑幕里面不行, 那位高人知道,指点一下呀

[解决办法]
照着这篇文章做,怎么调用PIM
http://www.blackberry.com/developers/docs/5.0.0api/App-Integration-summary.html

Using the Invoke API 
Package: net.rim.blackberry.api.invoke 

You can use the BlackBerry Invoke API to invoke BlackBerry Device Software applications and optionally pass in data. To use this API, invoke invokeApplication() and pass in the application type and any relevant arguments. You can use the Invoke API to invoke the following BlackBerry Device Software applications: 

contacts 
calculator 
calendar 
camera 
BlackBerry Maps 
memos 
messages 
phone 
search 
tasks

热点排行