Hi, I want a widget that shows the (growing) contents of a log file.
First I tried it with TextArea, but this is not suitable. I want no border and no cursor, because the text should not be editable. Instead of customizing TextArea I tried Label and HTML. With Label and HTML I am missing an "append" method. It seems that I have to concatenate the old content and the newly made log entry. This could be slow if the log contents grow. However, I even do not know if a "Label" is made for large text... Which widget should be used for this? Thanks Magnus -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
