Hi, I'm creating an interface based on a HDividedBox element. I got 3 "columns" and I want the first one to have a fixed width (no resize dragging). This I easily accomplised by setting its maxWidth and minWidth. However, I want to be able to change this width sometimes. Setting both maxWidth and minWidth and also the real width seems to work but it doesn't update the display - if I try to manually resize the column with the mouse drag, the display is correclty updated. Hiow can I update the display after setting these values? Oh, an I also tried the setSize method.