Wednesday, May 28, 2014

Re: Possible solution to read a Rolling text file with pagination?

When I think of paging data, I think of cell widgets. Perhaps you could craft a CellTable where each row displays a String from an array of Strings and a Provider that pulls a set number of Strings/lines from your log file.

On Tuesday, May 27, 2014 4:08:17 PM UTC-4, Jeremy Kittel wrote:
HI,

I've a questions if anyone has an idea on how to possibly read a rolling text file with pagination.  The file is will grow up tp 1024k and then roll into archived text file

i.e. rolling log filename blah.log.0, blah.log.1, blah.log.2, etc..

I need a way to retrieve the current data and page back words if possible to see the previous text files contents.

This would be done using RPC call to the server from client.

Any direction would be greatly appreciated.

Jeremy

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment