Tableview display
Hello,
I am currently using tableview and I have a problem to display it under OS < 4 (3.2 for example).
When I open a window where I want to display a tableview I have nothing and if I touch or click (or anyway) the screen, the tableview appears.
It works perfectly on os >=4.
My source code algorithm is :
I create a tableviewrow myRow;
I create a label myLabel;
myRow.add(myLabel);
I create a data tabb with myRow
I create a tableview with the data tab
Thanks in advance