08-31-2009 07:28 AM
Hi all,
I need to implement search function in my application's "Favorites" section like Address Book search of Blackberry.
It should happens when User presses any key.
How should implement this.? please give me some hint or suggestions for that.
thanks & Regards,
Narendra
08-31-2009 07:34 AM
I use b-trees but if you don't expect much volatility sorted arrays may be better.
See the RIM array utility classes for example.
08-31-2009 08:16 AM
08-31-2009 08:48 AM
hi,
use keywordfilter field for this..............for refrence see teh example stored in ur bin/sample folder......
u can also use keylistener for this...........just set keylistener to ur textbox and do some hard code to perform ur desired functioning...
10-20-2009 09:12 AM
hi All,
we just implemented the seach field with keyListener
But with 8100 devices, devices with multimap (no full qwerty keyboard), when reading char/key from keydown event and set to search field, its only getting the first character..
e.g, b,n are on same key, when we double tap the b key,in keyDown() we always getting the b character, not getting the 'n' char..
any help..?
10-21-2009 07:18 AM
Or any other way to implement the same.. with multimap keyboard devices(8100) ?..
11-30-2009 02:56 PM
Any one know how to do this? I have the same issue and cannot find an answer anywhere.
03-02-2010 04:07 AM