Derrell Lipman wrote:
On Tue, Nov 10, 2009 at 07:30, skar <[email protected] <mailto:[email protected]>> wrote:

    Thanks for the snippet. However, the fields and the columns don't
    align now too. It seems setting the width is only a guidance and
    the field container's children grow further.


That is correct. setWidth() is setting the *preferred* width. You can require that the width be exactly what you want with setMinWidth() and setMaxWidth().
Thanks, that worked. What bugs me is that the same ratio given to the field's flex property and table's column resizing gives rise to different widths and that too not a subtle difference. I guess it's ok, since we can always align them using this technique :)

cheers,
skar.

--
--
The life so short, the craft so long to learn.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to