Robert Bajzat | 14 Jun 21:24

Re: Textarea widget question

Similar to the EventLogger draft example, update the whole text and move the
selection as follows:

String text = getString(textarea, "text") + "\nappended line";
setString(textarea, "text", text);
setInteger(textarea, "start", text.length());
setInteger(textarea, "end", text.length());

----- Original Message -----
> Is there any way to make text append itself to the bottom of a textarea
> widget, as well as autoscrolling that text upwards as new text comes in?

------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/thinlet/

<*> To unsubscribe from this group, send an email to:
     thinlet-unsubscribe <at> yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/

(Continue reading)


Gmane