Alexis Nikichine <[EMAIL PROTECTED]> writes:

> I'm looking for a way of displaying tabular, columned, data, with row of 
> varying height.
>  From browsing the archives, it seems that TableVarRowHeight is not an 
> option, and that Table and ListView both being virtual, for the same 
> reason, can't fit the job. If I drop the virtual requirement (I won't 
> have that many rows to display), can I get such a variable row height 
> display (have I missed a widget/a setting, somewhere ?) or does my only 
> hope reside in tackling Derrel Lipman's problem with estimating DOM 
> fragment size before display ?

Hi Alexis,

Nothing has yet changed in TableVarRowHeight, and that original problem
remains.  I have, however, done some experiments with an alternate
implementation where instead of dynamically determining the DOM fragment size
as I was attempting in TableVarRowHeight, I instead allow the cell renderer to
specify how much vertical space it used.  That works well, and the table
displays correctly.  Using this methodology, a separate class such as
TableVarRowHeight should not be required; it should easily integrate into
Table itself.  The next (big!) task is to figure out how to determine how much
to scroll and which rows to render upon scrolling, when the rows are not all
the same height.

This work is in my queue.  It's likely still a number of weeks away, however,
before I get to working on it.

Cheers,

Derrell

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to