Hello All;
What i need to do is to display 1000 logs coming from the server into 20 rows continuously.Does anyone have any idea??
I am storing the data strings coming from the server into the vector container. And that i have to display continuously from 0th Row row to 19th row i.e total 20 rows continuously, till the 1000 logs are complete.
I have 20 rows and i need to display the data in format like, deleting or storing the data from the first row into the vector and then move it continuously from the bottom to top ie if 1st row has 999th log then after 1st fill 19th row has 980th log now after that we have to store 999th data in vector and decrement log count from bottom row i.e 19th row like 979,978,977 and so on.
Please help if anyone has some idea.