08-16-2010 08:18 AM - last edited on 08-16-2010 08:20 AM
Does anyone know what component is used for select contact in the field "To:" when create new sms on BB OS 4.6? Is it KeywordFilterField? If yes - than how to customize it to make it looks like in sms app? Can you provide some code example? I'm new in development for BB and I need such feature in my app.
I will be very appreciate for any help!
Solved! Go to Solution.
08-17-2010 01:54 PM
Look at BlackBerryContactList.choose() function.
Welcome to the BlackBerry forums
08-18-2010 06:06 AM - last edited on 08-18-2010 06:09 AM
Thank you for answer! I tried to use BlackBerryContactList.choose() function, but it took me to an Address book screen and it's a little not that i need . ) I need to create such field as on image:
08-18-2010 10:02 AM
That is an AutoCompleteField available only in 5.0 OS and later.
08-18-2010 10:25 AM
Yes. And that's a problem, because I need to do such feature for Blackberry os from version 4 (on image was shown sms app on BB simulator with OS 4.6)
08-18-2010 10:29 AM
You would have to implement your own auto complete field in that case.
08-18-2010 10:57 AM
I was hoping that exist a component for this, but I see that have to do as you said. I'm going to learn Java ))) Thank you for your time and help!
08-18-2010 11:28 AM
No Problem welcome to the forums.
Please mark this thread solved when you get a chance.