GWT ScrollPanel in SplitLayoutPanel

257 Views Asked by At

I have a scrollPanel in SplitLayoutPanel which I want to fill with log messages as user progresses in doing some of the activities the application is supposed to do. It just an attempt to provide the user the logger console on UI page to see whats going on on the server. I have used CellList to fill in the scrollbar with the log messages which I keep polling every few seconds. The problem is after certain amount of log messages coming on scrollPanel, it just stops printing any more. I gave Max buffer size and keep removing the old items from the cellList when it reaches the Max limit just to avoid going out of memory. And I know it works as expected. But no idea why it stops. Any thoughts on it?

0

There are 0 best solutions below