Hi,
I've got a widget that i've created by extending flextable that is
recieving data through an rpc service. the data is numbers that update
about 4 times a second. my problem is that the cells resize according
to the numbers and makes the updates hard to follow. how do i get
static fixed cell sizes as currently the cells will shrink and expand?
i've tried the
FlexTable.FlexCellFormatter fm2 =
risktable.getFlexCellFormatter();
HTMLTable.CellFormatter formatter =
risktable.getCellFormatter();
fm2.setWidth(1, 3, "35");
formatter.setWidth(1, 3, "35");
methods within my component class declaration, on instantiation, on
update, all over, and no joy. it seems so simple - any ideas??
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---