Hi Alex,

I can't reproduce it in current demobrowser. After it will be updated
ping here and I would try again.

My testing code is:

var doc = this.getRoot();
var dialog = new qx.ui.window.Window();

dialog.setLayout(new qx.ui.layout.Grid(1, 1));
dialog.getLayout().setColumnFlex(1, 1);

dialog.add(new qx.ui.basic.Label("TEST"), {row: 0, column: 0});
dialog.add(new qx.ui.form.TextField(), {row: 0, column: 1});

dialog.add(new qx.ui.basic.Label("TEST"), {row: 1, column: 0});
dialog.add(new qx.ui.form.TextField(), {row: 1, column: 1});

dialog.add(new qx.ui.basic.Label("TEST"), {row: 2, column: 0});
dialog.add(new qx.ui.form.TextField(), {row: 2, column: 1});

dialog.add(new qx.ui.basic.Label("TEST"), {row: 3, column: 0});
dialog.add(new qx.ui.form.TextField(), {row: 3, column: 1});

doc.add(dialog);
dialog.setModal(true);
dialog.center();
dialog.show();

-- 
Best regards
- Petr Kobalicek <http://kobalicek.com>


2009/10/19 Alexander Steitz <alexander.ste...@1und1.de>:
> Hi Petr,
>
> On Monday 19 October 2009 Petr Kobalíček wrote:
>> what revision is used by qooxdoo/devel ? I used r20400, this is latest
>> from friday. So these bugs I'm talking about have to be fixed today or
>> were introduced after qooxdoo/devel demobrowser and playground were
>> uploaded to the qooxdoo website.
> I've used a current trunk to check the issues and the devel demobrowser is
> using the sources of last thursday night.
>
> Please open bug reports if the issues are still present.
>
> cheers,
>  Alex
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to