} else {
// hani Elabed 11/21/2000
area.addChild(areaContainer);
-// area.setHeight(getHeight());
area.setAbsoluteHeight(areaContainer.getAbsoluteHeight());
return new Status(Status.AREA_FULL_SOME);
height = getHeight();
top = areaContainer.getCurrentYPosition();
- area.setHeight(getHeight());
// reset absoluteHeight to beginning of row
+ area.setHeight(getHeight());
area.setAbsoluteHeight(originalAbsoluteHeight);
return new Status(Status.OK);
}
public void setRowHeight(int h) {
- areaContainer.setMaxHeight(height);
+ areaContainer.setMaxHeight(h);
switch(verticalAlign) {
case VerticalAlign.MIDDLE:
areaContainer.setHeight(height);