12-29-2011 04:36 PM
Is there any way to bring up a "choose" a Contact dialog which opens up the phones contacts to select for prcoessing an SMS?
01-02-2012 12:35 AM
01-03-2012 01:50 PM
I believe the only way to do this would be to build it yourself using the Contacts API
button below the post(s)02-28-2012 09:38 PM
Hello icecappacino,
I hope that my reply isn't too late but I just want to share this anyway.
You could achieve this through an extension using the choose() method found in the BlackBerryContactList class found here. This method launches the native contact list application and returns the Contact object of the selected contact.
A bit of a hassle for getting this functionality through extension though. Hopefully they include this feature on the Webworks API.
Happy Coding ![]()