[qooxdoo-devel] 0.8.2 : Table default height

2009-03-09 Thread Jean-Baptiste BRIAUD -- Novlog
Hi, The height of an empty table is different than in 0.8.0 and look like "too much". I'm not sure it's a bug or not, but in fact, I'm not sure it is very important as long as we could set a value like "3 rows". The code to reproduce check that behavior is pretty simple : this.getRoot().add(

Re: [qooxdoo-devel] 0.8.2

2009-03-09 Thread A.Yerenkow
That's good, thanks Martin :) I forgot to mention - I'm using opera 10 preview, nightly builds, qooxdoo works almost fully good here! I'm going to make a front-end for internal CRM for ads company basing on qooxdoo, so, I think I'll post more of such things :) And of course, thanks a lot to all

Re: [qooxdoo-devel] 0.8.2

2009-03-09 Thread Martin Wittemann
Hello, i have taken a look at your example and it looks like the RadioGroup does not fire an event so the bug is in the RadioGroup itself. I filed a bug for that issue: http://bugzilla.qooxdoo.org/show_bug.cgi?id=2081 Thanks for the report. :) Cheers, Martin Am 07.03.2009 um 15:20 schrieb A.

Re: [qooxdoo-devel] 0.8.2

2009-03-09 Thread Alexander Back
Hi, thanks for post and pointing out this issue. Could you please file a bug report at http://bugzilla.qooxdoo.org for this? This way we can take a closer look at this and improve the data binding layer in qooxdoo. Thanks for your help! cheers, Alex On Saturday 07 March 2009 A.Yerenkow wrot

[qooxdoo-devel] 0.8.2

2009-03-07 Thread A.Yerenkow
Hello guys! In current 0.8.2 I'm at last can bind form inputs to custom object (which didn't work for me in 0.8.1); My object is simple getter-setter wrapper for few values; I'm binding it like that: var manager = new qx.ui.form.RadioButton("Manager"); var client = new