Hi Magnus,

I never had have this case.
I would try two approaches

a) You can play with nodes. There is a insert after functionality
http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/dom/client/Node.html

b) open an iframe and write into the document.

Neither tried

Stefan Bachert
http://gwtworld.de


On 17 Jul., 15:47, Magnus <alpineblas...@googlemail.com> wrote:
> 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to