Hi Gereon, On Monday 09 March 2009 Gereon A. Frey wrote: > I'd like to hear your suggestions on how to display logfiles best. > > Logfiles have less than 20 rows in most cases and each row is a tuple of > timestamp, message type and the actual message. The messages are longer > than the space available, which renders usage of table impossible. > > Progressive can handle varying row height, but I wasn't able to figure > out how to achieve this with text. Additionally I'm not sure whether > putting text in label, grabbing the height for the given width and > setting it to the data will be efficient enough (if this would be the > approach to use). If you want to implement it using qooxdoo widgets you can create an own widget which represents a log row (using labels/atoms) and put them into a ScrollContainer to be able to control the width and height.
Another approach would be to use a HtmlEmbed widget and render the log rows by using HTML. cheers, Alex ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
