Re: [qooxdoo-devel] Form DataBinding

2010-09-30 Thread Martin Wittemann
Thanks. :) Am 30.09.2010 um 16:54 schrieb "Markus Wolf" mailto:[email protected]>>: Yep, added a bug report to bugzilla for this including the url of my code. The code is just one use case of this and is fairly unconfigurable, but it should be a good example. Regards Markus 2010/

Re: [qooxdoo-devel] Form DataBinding

2010-09-30 Thread Markus Wolf
Yep, added a bug report to bugzilla for this including the url of my code. The code is just one use case of this and is fairly unconfigurable, but it should be a good example. Regards Markus 2010/9/30 Martin Wittemann > Hey, > Thanks for supplying your code. I will take a look at it when I'm ba

Re: [qooxdoo-devel] Form DataBinding

2010-09-30 Thread Martin Wittemann
Hey, Thanks for supplying your code. I will take a look at it when I'm back at office next week. As Thomas said, it would be cool if you open up a bug report for Thant and add your code the. I will take care of that but then. Thanks, Martin Von meinem iPad gesendet Am 30.09.2010 um 12:37 schrie

Re: [qooxdoo-devel] Form DataBinding

2010-09-30 Thread thron7
On 09/30/2010 12:35 PM, Markus Wolf wrote: > Hi there, > > I've hacked a FormController to support unidirectional binding and added > a reset and a commit method. The code is available > here: http://github.com/KnisterPeter/qooxdoo-formcontroller and could > probably integrated into qooxdoo core

Re: [qooxdoo-devel] Form DataBinding

2010-09-30 Thread Markus Wolf
Hi there, I've hacked a FormController to support unidirectional binding and added a reset and a commit method. The code is available here: http://github.com/KnisterPeter/qooxdoo-formcontroller and could probably integrated into qooxdoo core. :-) Maybe I find some time and better integegrate this

Re: [qooxdoo-devel] Form DataBinding

2010-09-30 Thread Markus Wolf
Hi Martin, yes we have the list controller already working. But we do not only want an unidirectional binding. If we do that and have to specify all the unidirectional bindings and model set operations on save manually, then the databinding is of not much worth then. It would be very helpful to ha

Re: [qooxdoo-devel] Form DataBinding

2010-09-29 Thread Martin Wittemann
Thanks for the Info. Going to check that soon. Am 29.09.2010 um 21:20 schrieb "Guilherme Aiolfi" mailto:[email protected]>>: But did you access the playground clicking in the link you gave? The selection and cursor don't appear for me (only for your link). But if I press backspace, it removes

Re: [qooxdoo-devel] Form DataBinding

2010-09-29 Thread Guilherme Aiolfi
But did you access the playground clicking in the link you gave? The selection and cursor don't appear for me (only for your link). But if I press backspace, it removes a char. Just the selection and cursor is not working. On Wed, Sep 29, 2010 at 3:54 PM, Martin Wittemann wrote: > Hm, how not

Re: [qooxdoo-devel] Form DataBinding

2010-09-29 Thread Martin Wittemann
Hm, how not working? I use chrome (mac) at work and it works like a charm. :) Von meinem iPad gesendet Am 29.09.2010 um 20:25 schrieb "Guilherme Aiolfi" mailto:[email protected]>>: The editor is not working properly in your example. The funny thing is that if I go directly to

Re: [qooxdoo-devel] Form DataBinding

2010-09-29 Thread Guilherme Aiolfi
The editor is not working properly in your example. The funny thing is that if I go directly to http://demo.qooxdoo.org/devel/playground/, it works fine. I've tried in FF and Chrome. On Wed, Sep 29, 2010 at 2:45 PM, Martin Wittemann wrote: > Hey, > > that question is really interesting. So inte

Re: [qooxdoo-devel] Form DataBinding

2010-09-29 Thread Martin Wittemann
Hey, that question is really interesting. So interesting I started up the playground at home. ;) So the fact is, that the form controller always sets up the binding in both ways. But luckily, the form controller is not that much more than the object controller in your case. The good thing is, w

Re: [qooxdoo-devel] Form DataBinding

2010-09-29 Thread Guilherme Aiolfi
I don't see how to do that without cloning the model object. But I'm interested in the response and ideas from others. On Wed, Sep 29, 2010 at 1:37 PM, Markus Wolf wrote: > Hi there, > > I have a question about the databinding. > We have the following UseCase in our application: > 1) We display

[qooxdoo-devel] Form DataBinding

2010-09-29 Thread Markus Wolf
Hi there, I have a question about the databinding. We have the following UseCase in our application: 1) We display a list of json/model objects in a qx.ui.list.List widget 2) If the user selects one and pushes an edit button a new window is opened 3) In this window the selected model item from the