Hi there, for a recent project I need to display lab data in huge letters. My first version used few hundreds of labels in a grid to arrange all well, but the performance in IE (once again) is too sluggish to satisfy my customer. Now I used table, and performance is great, but I can't make it display the way I need it (did use table often before, but rather in a trivial way).
My problem is that I can't set the table data to render with a big font; if I set one (applied to table.Table with setFont), it is only displayed in the header. Guess I somehow have to use table.pane.Pane's setFont(), but if so, how to address the pane? Furthermore I'd even prefer to not display the table headers at all, but table.Table's headerCellHeight property ignores a height of 0 (quote from the apidoc: "Allowed values: any Integer"). Sadly no thorough table documentation seems to exist on the qooxdoo site (regarding 0.8 there is even less docu than to 0.7 and 0.6...). I'd appreciate if anyone could help me with my newbie-ish table problems. TIA Greetings, Stefan ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel