Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Contributor
BM2GKT
Posts: 2
Registered: ‎11-27-2009

How to select multiple contacts from address book ?

Hi everybody,

 

I need  to select multiple contacts from address book for my Conference Application.


Can any one guide me to create and use the multi selectable listfield to work with contact list ?

or

Can any one provide the sample code for me ?


Thanks in Advance.

BM2GKT

Please use plain text.
Developer
simon_hain
Posts: 13,754
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: How to select multiple contacts from address book ?

unless you use an own representation of the address book you can only select them one by one.

you could check the OS5 sms interface for some ideas.

----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
New Contributor
BM2GKT
Posts: 2
Registered: ‎11-27-2009

Re: How to select multiple contacts from address book ?

Thanks Simon,

 

As you said, maybe select contacts one by one is a good choice. (just like SMS)

 

Do you know, where can get the sample code regarding the contact selection one by one ?

or

Where can get the sample code that integrated with check box and contact list ?

 

 

Please use plain text.
Developer
simon_hain
Posts: 13,754
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: How to select multiple contacts from address book ?

BlackberryContactList.choose()

----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
New Contributor
nikunjnatu
Posts: 4
Registered: ‎06-20-2011
My Carrier: IDEA

Re: How to select multiple contacts from address book ?

Hi, what is the equivalent of BlackberryContactList.choose() in webworks?
Please use plain text.