by pillick >> Mon, 25 Nov 2002 23:15:56 GMT
Hey
I'm using an mdi frame as my main application window. There are two frames of to the side which can be clicked to be toggled between expanded and not (just a little bar down the side is visible). Then the rest of the mdiFrame has nothing, and is left for mdi children to take up.
I expected the mdi children to just go behind these frames if they overlaped, but instead jade creates this invisible partition with scrollbars so that they cannot overlap. sometimes when I expand the sideframes, the size of this partition is not re-evaluated and the frames are only partially shown.
This is fixed by resising the window or moving the mdiChild, but that is a very wierd thing for the user to have to do.
Is there any way to force JADE to re-evaluate the size of this partition, or better yet to stop it from partitioning at all (so that mdi children will just go behind the sidebars?)