I seem to have suggested the fix myself; I set all 4 controls (List, Table,
and 2 buttons in a second column) with
minHeight = 120;
height = 2000;
and {flex: 1}

And they all shrink/grow proportionally with each other. Cool.
Ken

On Fri, Apr 16, 2010 at 9:59 AM, Ken MacDonald <[email protected]> wrote:

> I've got an interesting problem here - I've created a column in a Composite
> container, and I'm populating it with some things. There's a header and
> footer for the column that are fixed size and they seem to be working fine;
> but I'm trying to get the table.Table and form.List in the middle to be the
> same size and remain the same size (but taller or shorter) as the window
> shrinks or expands. I've assigned them minimum heights of 120. When the app
> starts, the Table is larger than the List by about 30%, and when I stretch
> the window, only the Table grows.... what's the proper means of doing this?
> Should I assign them each an outrageous 'suggested' height (say 1000) and
> let the layout manager shrink them?
>
> I'm trying to also have a second column with a pair of buttons that shrink
> & grow in tandem with the List and Table, so I need to be able to predict
> reliably what the behavior will be.
> Thanks,
> Ken
>
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to