Re: Widget for long text?

2010-07-18 Thread Thomas Broyer
On 17 juil, 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

Re: Widget for long text?

2010-07-18 Thread Stefan Bachert
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

Re: Widget for long text?

2010-07-18 Thread Thomas Broyer
On 18 juil, 17:27, Stefan Bachert stefanbach...@yahoo.de wrote: Hi Magnus, I never had have this case. I would try two approaches a) You can play with nodes. There is a insert after functionalityhttp://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/g... D'oh! right, of