Re: [qooxdoo-devel] Layouting advice needed

2009-11-04 Thread Jonathan Weiß
Hello Dennis! The SplitPane[1] widget is perfect if you want to have one widget with a fixed and one a flexible value. If you want to set a background image and stretch it to the full widget size, you have to use a background decorator[2]. With this decorator you can set the background image beh

[qooxdoo-devel] Layouting advice needed

2009-11-03 Thread Dennis Möhlmann
Hi, I'd like to build an interface consisting of a left and a right pane. The left one should have a fixed width (in pixel), the right one should use up the remaining space. Both should stretch to full viewport height, display a stretched background image and use a "Stack" for their content. My