You mean adding new label objects or changing the text of one label? In my case it could grow to many thousands of lines...
Patrick -----Original Message----- From: "Greg Brown" <[email protected]> Sent: Thursday, April 29, 2010 8:33pm To: [email protected] Subject: Re: Best way to implement a system out console? TextArea might not be the best choice (it needs a bit of work, currently scheduled for Pivot 1.5.1). How about appending Labels to a vertical BoxPane? Either option won't work quite like a console, since it will grow indefinitely (whereas a console generally maintains a fixed-size buffer or no buffer at all), but I think the BoxPane option should be OK as long as you don't plan to write too much to it. Greg On Apr 29, 2010, at 7:56 PM, Patrick Shea wrote: > I tried setText() of a StringBuffer into a TestArea but it flashes at every > new setText()... > > Is there a type of component that would be able to act like tail or the > eclipse console? > > Thanks > Patrick >
