[EMAIL PROTECTED] schrieb: > dperez <[EMAIL PROTECTED]> writes: > >> Since I have tried the new qx.ui.table.ResizeTableColumnModel, I receive >> this error: >> >> ERROR: qx.ui.layout.VerticalBoxLayout[1339]: Could not layout child [object >> qx.ui.table.Table] through layout handler: Error - Widget [object >> qx.ui.table.Table]: having flex size but parent layout does not support it >> >> >> The table is inside a qx.ui.layout.VerticalBoxLayout with width and height = >> 100%. >> The table has height = 1* >> >> The VerticalBoxLayout is inside a HorizontalSplitPane. >> >> Is this a bug or known behavior? > > I don't think this has anything to do with the ResizeTableColumnModel, and I > believe it's a known issue. The table itself can not, I think, be defined as > height=1* inside of a VerticalBoxLayout.
height=1* should work in VerticalBoxLayouts. width=1* should work in HorizontalBoxLayouts. However it is not possible to use width=1* in Vertical- or height=1* in HorizontalBoxLayouts. Please check your configuration. A debug statement printing out the width of the Table e.g. table.debug(table.getWidth()); Hope this helps. Sebastian > > The ResizeTableColumnModel resizes the columns, not the table. It does all of > its work in an onappear event handler, so that layout of the table has already > been accomplished and it can figure out the width of the table pane. I'm not > sure that I've tried this in a variable width or height table, I would expect > it to work fine anyway. > > It would probably be worthwhile to generate a test program (based on one of > the example or test samples, initially with the standard table column model > and, if that works, with the resize table column model, to demonstrate the > problem. > > Cheers, > > Derrell > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
