Re: [qooxdoo-devel] QWT in JBoss

2009-07-06 Thread Michael Hartmeier
Hi Sascha, looks like a bug on Windows - qwt got more testing on Linux ... Can you send me a listing of the files in your war file? Or the whole application if you're allowed to? As a work-around, you could try to manually package the contents target/ into a war file. You can use "jar"; make

[qooxdoo-devel] Data Binding and Map Vars

2009-07-06 Thread Guilherme Aiolfi
Hi Martin and others, I was trying to use data bindings with hash maps, the native ones. Here something I tried: --code-- var textfield = new qx.ui.form.TextField(); var obj = {}; textfield.setLiveUpdate(true); var doc = this.getRoot(); doc.add(textfield,{ left : 100, top :

Re: [qooxdoo-devel] Some random issues I've collected with workarounds

2009-07-06 Thread Christian Schmidt
Perfect, thank you! Ralf Nieuwenhuijsen schrieb: > On Mon, Jul 6, 2009 at 1:37 PM, Christian Schmidt > mailto:schmidt.christ...@1und1.de>> wrote: > > Hi Ralf, > > I will try to answer your questions 2 and 3. > > 2) I have tried to reproduce your issue, but I couldn't reproduce it. >

[qooxdoo-devel] QWT in JBoss

2009-07-06 Thread Becher, Sascha
Hello, I need to evaluate qooxdoo with QWT for a Java Enterprise Application. Building (target: package) and running an example application with tomcat works fine, but I need to deploy the war or ear into JBoss. Since JBoss uses a Tomcat server, this should be no problem at all, but the .war co

Re: [qooxdoo-devel] Some random issues I've collected with workarounds

2009-07-06 Thread Alexander Back
Hi Ralf, many thanks for this detailed feedback! cheers, Alex On Monday 06 July 2009 Ralf Nieuwenhuijsen wrote: > I will! > > I was very much aware of the state of both the flash support and the > animation support. > And I think it's all moving at great pace already. I especially like the >

[qooxdoo-devel] QWT in JBoss

2009-07-06 Thread Becher, Sascha
Hello, I need to evaluate qooxdoo with QWT for a Java Enterprise Application. Building (target: package) and running an example application with tomcat works fine, but I need to deploy the war or ear into JBoss. Since JBoss uses a Tomcat server, this should be no problem at all, but the .war c

Re: [qooxdoo-devel] Some random issues I've collected with workarounds

2009-07-06 Thread Ralf Nieuwenhuijsen
On Mon, Jul 6, 2009 at 1:37 PM, Christian Schmidt < schmidt.christ...@1und1.de> wrote: > Hi Ralf, > > I will try to answer your questions 2 and 3. > > 2) I have tried to reproduce your issue, but I couldn't reproduce it. > With my example I always get one event fired. Could you please send a > cod

Re: [qooxdoo-devel] Some random issues I've collected with workarounds

2009-07-06 Thread Ralf Nieuwenhuijsen
>Good point. Can you please add a comment to the bug report mentioned above? >Such input is highly appreciated. Done. >You just have to have a little patience with us ;-) I will! I was very much aware of the state of both the flash support and the animation support. And I think it's all moving

Re: [qooxdoo-devel] Some random issues I've collected with workarounds

2009-07-06 Thread Christian Schmidt
Hi Ralf, I will try to answer your questions 2 and 3. 2) I have tried to reproduce your issue, but I couldn't reproduce it. With my example I always get one event fired. Could you please send a code snippet that reproduce your issue. Thanks 3) Could you please open a bug report for this. Than

[qooxdoo-devel] problem to call a variable/widget in other file

2009-07-06 Thread Martin_GER
Hello, I have a problem to call a variable/widget in other file. I would like to retrieval the current value. Here an example: About “testprogram\source\class\testprogram\Application.js” I start the program and call/open a class in “testprogram\source\class\testprogram\Login.js”. In the file “Lo

Re: [qooxdoo-devel] Some random issues I've collected with workarounds

2009-07-06 Thread Alexander Back
Hi Ralf, On Sunday 05 July 2009 Ralf Nieuwenhuijsen wrote: > *1. You can't change the source url of an PNG image, nor can you destroy > the image container, on IE6/IE7. > *The error message is actually given by qooxdoo itself, unfortunately, it > is only triggered on IE. > > Workarounds: > - use

Re: [qooxdoo-devel] qx.ui.table.model.Simple.setSortMethods()

2009-07-06 Thread Derrell Lipman
On Mon, Jul 6, 2009 at 6:01 AM, Ian Horst wrote: > Derrell, > > I see your point. But let's take away from developers to define > descending function. Qooxdoo framework can figure it out itself. Less > code is better. :) > > I don't have time to look at the backend of qooxdoo right now, but > ins

Re: [qooxdoo-devel] qx.ui.table.model.Simple.setSortMethods()

2009-07-06 Thread Ian Horst
Derrell, I see your point. But let's take away from developers to define descending function. Qooxdoo framework can figure it out itself. Less code is better. :) I don't have time to look at the backend of qooxdoo right now, but instead of setSortMethods we could use ...setSortMethod: function (

Re: [qooxdoo-devel] Some random issues I've collected with workarounds

2009-07-06 Thread Martin Wittemann
Hello Ralf, first of all thank you very much for the detailed description. This gives us a good insight into your problems during the development. Im not the expert in all of your mentioned fields so I just pick some of the statements and try to comment on them. Alex and Christian will sure

Re: [qooxdoo-devel] Automatically resize a qx.ui.form.List according to the number of contained items

2009-07-06 Thread Vincent Bernardi
On 5 juil. 09, at 15:41, Ralf Nieuwenhuijsen wrote: > Out of curiosity: are you using the qx.ui.popup.Popup containing a > list as an sort of rich combo-box? > Does this work out nice in practice? If by a combo-box you mean both a list and an editable text field, not really, we just display th

Re: [qooxdoo-devel] icon URI string question

2009-07-06 Thread panyasan
panyasan wrote: > > > Ralf Nieuwenhuijsen-2 wrote: >> >> I've put this below the other default asset in my application.json >> >> #asset(qx/*) >> >> > > That did it! Thanks so much. > However, will this mean that all icons will be copied over into a built version? I haven't quite under