I've managed to get the label to size it's height correctly, but now the test is being truncated, with "..." added. This is a NICE feature that I'm actually interested in, but at present, I would just want this text to wrap instead.
-=-
// Information about what we're doing.
var requestInfo = new qx.ui.basic.Label("This method will return a very simple string based on the data we submitted. This label's text is truncated.");
requestInfo.setWidth("100%");
requestInfo.setMinHeight("auto");
requestInfo.setWrap(true);
requestInfo.setBorder(new qx.renderer.border.Border (1, "inset", "black"));
requestInfo.setPadding(5);
userControls.add(requestInfo);
-=-
_________________________________________________
Alexander Trauzzi
------------------------------------------------------------------------- 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
