Works beautifully. Thanks!
On Aug 21, 1:39 pm, mdwarne wrote:
> I'm not sure about a textarea.
>
> But you can do this using a ScrollPanel.
>
> You can add a FlowPanel to your ScrollPanel.
> All your text messages can be Label Widgets that you Add to your Flow
> Panel.
>
> After adding the Labe
I'm not sure about a textarea.
But you can do this using a ScrollPanel.
You can add a FlowPanel to your ScrollPanel.
All your text messages can be Label Widgets that you Add to your Flow
Panel.
After adding the Label Widget you can call:
scrollPanel.scrollToBottom();
Or...
scro
Hello all!
I am trying to make a text area scroll. I am trying to simulate a type
of chat room envirement, where the user types into a text box, presses
enter, then the text apears into a read only text area, with the text
aera auto scrolling to the bottom. Is there a way to make the read
only te