I have an HTML viewer that displays a chat for my app. When the user first comes into the chat, it loads the last 25 messages into the html viewer. However, when I load the user pictures into the html viewer, it loops through the database so quick that it doesn’t have time to display the pictures properly. It loads the messages just fine. If I slow down reading from the database by using a messagebox, all the pictures have the time to load up properly. However, I don’t want a messagebox popping up just so the pictures have time to load. I tried using update browser to force it to update but that does nothing. How can I slow down reading from the database so that it displays the pictures properly?
7 posts - 4 participants