Hello,
I have a problem with updating the progress bar when writing the SQLite table.
With the attached code, I create an SQLite database, I create a table and I insert about 2200 records each with one of the words present in array words.
At the beginning of the insertion, I want to display a progress bar and, during the table writing cycle, update the progress bar.
The code seems to be correct, in the Corona Simulator console (print instruction) the progress value of the progress bar is incremented and the records are written in the table.
The problem is that the progress bar is not displayed and updated until the end of the writing cycle.
How can I update the progress bar?
P.S.:To re-execute this code, first delete the database.
Thank you for your answer
Regards
Benedetto