Hi,
When my application loads the contacts (over 250), I get this message after a few seconds: "Application xyz is not responding". After a while my application finishes reading the contacts but the pop-up "...is not responding" is still there.
Is there a way to change the timeout?
You might want to play with the Threading library and get the contacts with the help of a different thread. Another solution is to avoid loading all of the contacts.