Hello,

thayou, thats exactly what i need.

only one question
i try to add some border at bottom, because the lines between the cells should not be overlaped, but all i try margin, borders, paddings take no effect

On Mon, Mar 19, 2012 at 16:05, [email protected] <mailto:[email protected]> <[email protected] <mailto:[email protected]>> wrote:

    Hello,

    i try to make a color cellrenderer. the code is at the end. Thsi
    renderer should take data having colors like "#f00ff" and
     transform it
    to fullsize volorcells.

    the actual problem ist, that the cells  moved a some pixels to the
    left,
    and overlap . when i click a cell, the selection is at the right
    place.
    which definition   of the layout/style  can be the problem?


Each cell is rendered with an outer div for the cell itself, and an inner div for the data. You are trying to fill in the data using only the inner div, leaving the extra pixels you mentioned. (You're also replacing the entire Abstract class, when instead you only need to override a single method.)

Here's a simple implementation that does, I believe, what you're looking for:

http://tinyurl.com/6qmpcbc

Derrell


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure


_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to