01-31-2013 06:10 AM
Did somebody successfully use the ContactPicker?
I have this error on compilation:
undefined reference to `bb::cascades:
ickers::ContactPicker::ContactPicker(QObject*)'
When I write this:
ContactPicker *contactPicker = new ContactPicker();
Without forgotting to include:
I do not see any use of the ContactPicker in any github's sample, and do not understand why it's not working.
Help! ![]()
Solved! Go to Solution.
01-31-2013 06:11 AM
01-31-2013 08:01 AM
Wonderful!
02-09-2013 11:33 AM
I'm having problem getting the picker to display any contacts.
can you please share the code that you create the picker?