tags:

views:

316

answers:

1

How can we populate a Listfield in blackberry with results from a Autocomplete field using Blackberry API(JDE 5)

A: 

There's a sample app provided with the developer tools that demonstrates the use of this field. From your developer tools directory go to samples/com/rim/samples/device/ui/autocompletefielddemo and you'll see the AutoCompleteFieldDemo.java app.

Marc Novakowski
I am through with the autocompletefield part. What i am unable to do is create a list box below the autocomplete field and populate the list field with results from the autocomplete field.Any help would be appreciated
Taha
I'm not sure what you mean - the AutoCompleteField has a built-in list below the input field that shows the current results. Why do you need another list?
Marc Novakowski
Then i should be looking to customize the ListField provided with the AutoCompleteField. Any ideas how to make it look like the Contacts search interface.
Taha
customizing a Blackberry ListField has been answered at the following link http://stackoverflow.com/questions/1872160/how-to-customize-list-field-in-blackberry
Taha