fixed panes in AUI ?

Robin Dunn wrote:

Stef Mientki wrote:

hello,

I'm building an application were the user builds an application by a graphical design.
For the final application, the program generates a GUI, based on AUI,
like shown in the attached picture. This gives the user the possibility to
re-arrange and resize the panes, when the user has finished this layout,
he presses a button, and the captions of the panes disappear,
the sizers get a width of zero (so they can't be touched any more),
and the application is ready.

Now the image is the layer 0 pane,
so when resizing the overall frame,
this image will resize and the width of the left panels is unchanged, which is good.
When changing the height of the overall frame,
the top pane (where the filename is), should remain it's definied height,
but I can not accomplish this (tried several things, but apparently not the right ones).

Is this possible with AUI ?
Or might it be better to generate a complete new window, without AUI ?

That's probably how I would do it.

But as far as I can see now that's a whole lot more work than creating an AUI form :wink:

cheers,
Stef