Magnus
unread,Jun 25, 2010, 2:35:10 AM6/25/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
I am trying to do something similar with a Grid, but I have problems
with the pixel sizes:
- I cannot really contol the size of the cells. I can set the height,
but not the width. The width depends on the width of the whole grid
- when I add an image into a cell, the size of whole row/column may
change when the image is slightly too big
Of course one can deal with these things, by computing the size of the
whole grid, and using images with the correct sizes, but as a result
the whole thing is based on tricky workarounds and not really
predictable.
I am thinking about using the gwt-Canvas widget, but this is in an
experimental state and I don't know if I should build on it. What do
you think about this?
Thanks
Magnus