Hello, I am using a window which has a TextArea. All window elements are in a GridLayout. When I'am using percents for colums or rows of the GridLayout (in order to have the auto resize on the textArea when I try to make the window bigger) I get a strange error:
"ERROR: qx.ui.layout.GridLayout[2569]: _computePreferredBoxWidth failed: InternalError - too much recursion". I don't if this is a bug or just I don't using it right. Code snippets: var layoutPop = new qx.ui.layout.GridLayout(); layoutPop.setColumnWidth(0, "75%"); I also find an older post but with no answer: "http://www.nabble.com/qx.ui.groupbox.GroupBox-312-%3A-_computePreferredBoxWidth-failed%3A-InternalError---too-much-recursion-tt9994789.html#a9994789 " Thanks, Viorel. -- View this message in context: http://www.nabble.com/Internal-error---to-much-recursion-when-using-percents-on-columns-rows-size-tp16763135p16763135.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
