How can we populate a Listfield in blackberry with results from a Autocomplete field using Blackberry API(JDE 5)
views:
316answers:
1
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
2010-02-11 17:31:26
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
2010-02-12 11:13:46
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
2010-02-12 20:12:28
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
2010-02-17 04:58:45
customizing a Blackberry ListField has been answered at the following link http://stackoverflow.com/questions/1872160/how-to-customize-list-field-in-blackberry
Taha
2010-02-17 05:00:20