English 中文(简体)
How to implement a searchable TreeField?
原标题:

I got how to implement a TreeField. But how to implement a searchable TreeField?

问题回答

I would say to implement something like List with checkbox along with search criteria

So you have vector of TreeField controls, each has some text value, on enter text you walk through all vector and on first equality focus a field.

Try simply to add a editField and a treefield and add a changeListener to the editField. When it changes (write a char) you repopulate the treefield... that is the easiest way. I assume you have the date where you populate the treefield previously, so now must to select only those who meets the criteria..





相关问题
How does AlertListener work on Blackberry API 5.0?

Does the AlertListener interface works globally on all alerts on the blackberry device, or does it only work with alerts generated by your application? In other words, can I use this interface to ...

How to buffer audio in Blackberry?

I need to learn how to buffer audio stream from a remote server in Blackberry. There is a sample buffered playback app with Blackberry api but can you tell what url may I use to test the application?

Blackberry push notification implementation

How does one implement a push notification for a blackberry app? I heard that in order to do so I need to purchase a Blackberry Enterprise Server which costs me 1400 per year. Is this true? Where is ...

热门标签