Re: [qooxdoo-devel] binding problem with Tree and Storage

2010-04-30 Thread MartinWittemann
Hi Greg, thanks for the details. I'll take care of that issue myself ASAP. Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/binding-problem-with-Tree-and-Storage-tp4938991p4984690.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] binding problem with Tree and Storage

2010-04-29 Thread Greg Beaver
On 4/29/10 3:50 AM, MartinWittemann wrote: > Hi, > I took the time today to check that behavior you writing about. This really > seems like a bug. So I opened up an issue report for that [1]. > Currently, we have a second thread on the mailing list maybe on the same > issue [2]. Maybe you can have

Re: [qooxdoo-devel] binding problem with Tree and Storage

2010-04-29 Thread MartinWittemann
Hi, I took the time today to check that behavior you writing about. This really seems like a bug. So I opened up an issue report for that [1]. Currently, we have a second thread on the mailing list maybe on the same issue [2]. Maybe you can have a look at his workaround until the bug is fixed. Re

Re: [qooxdoo-devel] binding problem with Tree and Storage

2010-04-23 Thread insulae
Thanks Martin for your quick answer. I want to add some new information for when you can see the problem. I think it is a bug in the Object Store. I have 2 examples very similar, basically, do exactly the same: After load a Tree with some initial data, allow add new children nodes to any of the exi

Re: [qooxdoo-devel] binding problem with Tree and Storage

2010-04-23 Thread MartinWittemann
Hello Juan, I will take care of your problem as soon as I have time. We are currently in the release phase so it could take some time until I get to it. Best, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/binding-problem-with-Tree-and-Storage-tp4938991p4949138.html Sen

Re: [qooxdoo-devel] binding problem with Tree and Storage

2010-04-22 Thread insulae
Thanks for your answer Martin, your example with the correction works perfectly. But in my example don't :(, It's still have the same problem described above. Please, if you can try my example, but without changing it, just attach the correction suggested in the event "execute" of the button1: ...

Re: [qooxdoo-devel] binding problem with Tree and Storage

2010-04-22 Thread MartinWittemann
Hello Juan, This sounds like an easy task for the data binding. Just take a look at the following playground example to see how it can be done. The trick is to use the selection of the controller instead of using the selection of the view. http://tinyurl.com/28enqxn Regards, Martin -- View thi

[qooxdoo-devel] binding problem with Tree and Storage

2010-04-21 Thread insulae
the idea of this application is load the information received from the server into a Tree. When the information is loaded i want to add new nodes to the tree, without interact with the server, i want to do this writing directly to the Object Model of the Object Store. The new nodes must be childre