Hi everybody.
I created a table based on a vertical scrollview and a number of labels which are added to this scrollview at runtime. Each row keeps 31 labels
This works excellent till number of rows exceeds a value of about 300. In this case Android OS stops my application (obviously caused by a timeout). I tried to insert some "DoEvent" statements while creating this large table. But same problem comes up when the number of rows exceeds 400 - 450 rows.
I know, that there exists a "Threading Library" which lets run Sub's as separate thread (outside GUI). But how to realize large grid tables inside such a thread? I always need to access the GUI thread while building such a grid table and threads doesn't allow such an access?
Someone any idea??
Thx
I created a table based on a vertical scrollview and a number of labels which are added to this scrollview at runtime. Each row keeps 31 labels
This works excellent till number of rows exceeds a value of about 300. In this case Android OS stops my application (obviously caused by a timeout). I tried to insert some "DoEvent" statements while creating this large table. But same problem comes up when the number of rows exceeds 400 - 450 rows.
I know, that there exists a "Threading Library" which lets run Sub's as separate thread (outside GUI). But how to realize large grid tables inside such a thread? I always need to access the GUI thread while building such a grid table and threads doesn't allow such an access?
Someone any idea??
Thx