I am experiencing poor performance in setting string values to textfields in a matrix.
With a 6x20 matrix of TextField instances, and calling the method clearMatrices (below), the task of clearing the textfield is noticeably SLOW. Is there room for improvement?
- clearMatrices
{
int i;
for (i = 0; i < ROWS_PER_PAGE; i++) // ROWS_PER_PAGE = 20