English 中文(简体)
黑莓里联系名单的首级属性?
原标题:Type Ahead property for contact list in blackberry?

我想在黑莓中开发一个应用程序 。 在那个应用程序中, 我想要在联系人列表中创建像联系人列表那样的真端性, 也就是说, 如果在联系人列表 & amp 中有许多联系人; 如果我输入“ Da”, 那么它应该将结果还给我, 比如“ Danny”, Daniel, "etc. (即先输入属性), 那么我应该如何去寻找它 。 输入( 即联系人列表) 我用来搜索的是 Victor

最佳回答

您是否看过", http://www.blakberry.com/ developers/docs/7.1.0api/net/rim/device/api/ui/implement/AutoComplee Field.html" rel=“nofollow” >AutoComplee Field ?它应该做你想做的事。


您可以通过使用 BasicFiltered List 的引用或调用 AutoComplite 字段上的 GetFilteredList () 来访问过滤器设置。 然后使用 < a href=" http://www. blakberry.com/ developers/docs/7.1.0api/" rel=“ nofollow” >ReadList 接口方法访问过滤输出 。

问题回答

暂无回答




相关问题
add text in http request string url

ok i made a midlet through which i can connect to server pages and get soem information as response. For example i made a midlet through which i acced url: http://example.com/?u=nepal&t=1 Now i ...

Do I have to do a setSize() on a Vector before using it?

Given private final Vector v = new Vector(); //instance variable the following 3 lines are in an instance method in the same class. 1. int length = v.capacity(); 2. int size = v.size(); ...

Is the situation with Java ME improving?

It seems to be the consensus that developing for Java ME is not as cross platform as you might expect, particularly compared to say java SE, but it is difficult to assess how the situation is evolving....

Privileged operations in netbeans mobility

I m writing a Java ME app that will use privileged operations such as messaging. By default the user is prompted to confirm each of these operations, but I would like to run it as a background ...

ClassFormatError: 56 while using hessian in j2me

I am trying to use the hessian j2me implementation @ http://hessian.caucho.com/ using java me sdk 3.0. http://hessian.caucho.com/doc/hessian-overview.xtp#Hessian%20Client%20for%20a%20cell-phone ...

热门标签