Re: [qooxdoo-devel] SelectBox and databinding question

2010-09-22 Thread thron7
> Thanks for the clarification. I'll go with trunk, then, and "freeze" to some > (tested) revision before going into production. That's a good idea, and is used by other projects in the same way. T. -- Start uncovering t

Re: [qooxdoo-devel] SelectBox and databinding question

2010-09-22 Thread Fritz Zaucker
Hi Martin, Thomas On Wed, 22 Sep 2010, thron7 wrote: >>> What about 1.2.1, is this perhaps coming sooner? >> >> Currently, there are no plans to do so. If no real critical bug is >> showing up, the 1.2.1 release will be at the same day as 1.3 >> >> >>> Ideally for us it would come late October as

Re: [qooxdoo-devel] SelectBox and databinding question

2010-09-22 Thread thron7
>> What about 1.2.1, is this perhaps coming sooner? > > Currently, there are no plans to do so. If no real critical bug is > showing up, the 1.2.1 release will be at the same day as 1.3 > > >> Ideally for us it would come late October as our application should >> go into production October 30t

Re: [qooxdoo-devel] SelectBox and databinding question

2010-09-22 Thread Martin Wittemann
Hey, > I just started to use databinding seriously in my current application and I > like it VERY MUCH as it results in much simpler/compact code. Thanks. That was one of the goals building it. :) > Now I only have to figure out where in my application I can use it and do > some cleanup! If yo

Re: [qooxdoo-devel] SelectBox and databinding question

2010-09-22 Thread Fritz Zaucker
Hi Martin, I was hoping that you had the answer. I read through some mailing list entries I found with Google and those didnt' sound encouraging. Yes, I think this is what I am looking for. This should allow me to get rid of my current hack using databinding only in one direction and an explicit

Re: [qooxdoo-devel] SelectBox and databinding question

2010-09-21 Thread Martin Wittemann
Hello Fritz, I was sure I had exactly such a demo some time ago. I added this feature recently so you cant find it in the current demos. Just take a look at the form and list Controller demo in the devel demo browser. Is that what you are looking for? http://demo.qooxdoo.org/devel/demobrowser/

[qooxdoo-devel] SelectBox and databinding question

2010-09-21 Thread Fritz Zaucker
Hi, I would like to use a SelectBox with databinding like in http://demo.qooxdoo.org/current/demobrowser/#data~SelectBox.html However, I would like to have items in the select box that have both label and model. Without databinding I would create such a SelectBox with var sb = new qx.ui.fo