Hi James, I posted a similar query to this list a few weeks ago. If you give your window a minHeight and minWidth value you overflow settings will work properly. E.g.;
// Allow overflow settings to work properly window.setMinWidth(200); window.setMinHeight(200); Cheers, Simon ----- Original Message ---- From: jamescowan <[EMAIL PROTECTED]> To: qooxdoo-devel@lists.sourceforge.net Sent: Tuesday, 28 November, 2006 2:17:06 AM Subject: [qooxdoo-devel] overflows I have a window that contains a tab view which contains a tree. Everything is working fine but when I expand the tree and it extends beyond the tabview the whole window grows. I want to stop this behaviour and cause scroll bars to appear around the tree when the tree expands beyond the tabview and disappear when the tree is collapsed. I have noticed that if I make the tree use the whole space of the tabview by setHeight("100%") and setWidth("100%"), then setOverflow("auto") is ignored. If I give the tree a fixed height and width then the scroll bars do correctly appear (but do not disappear when the tree is collapsed). One problem with using the fixed width and height is that if the window is resized then the tree is not resized; if the percentage height and width is used then tree is resized correctly. Ideally I would like to use percentage height/width and get the benefits of the automatic resizing but also get the scroll bars. Is this possible? James -- View this message in context: http://www.nabble.com/overflows-tf2712314.html#a7561672 Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- 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 qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel Send instant messages to your online friends http://au.messenger.yahoo.com ------------------------------------------------------------------------- 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 qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel