Re: [qooxdoo-devel] odd model behavior with qx.ui.tree.TreeFolder

2010-04-30 Thread Greg Beaver
On 4/29/10 3:52 AM, MartinWittemann wrote: > Hello greg, > I opened up a bug report for a similar problem on the list: > http://bugzilla.qooxdoo.org/show_bug.cgi?id=3650 > I hope thats the same problem you have. Could you add yourself as CC and > check your problem if the bug is fixed? If its not f

Re: [qooxdoo-devel] odd model behavior with qx.ui.tree.TreeFolder

2010-04-29 Thread MartinWittemann
Hello greg, I opened up a bug report for a similar problem on the list: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3650 I hope thats the same problem you have. Could you add yourself as CC and check your problem if the bug is fixed? If its not fixed, we should take care of it separately. Regards

Re: [qooxdoo-devel] odd model behavior with qx.ui.tree.TreeFolder

2010-04-23 Thread MartinWittemann
Hi Greg, as you might have read, we are currently in the release phase. So it just want to tell you that it could take some time until I can take care of your problem again. Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/odd-model-behavior-with-qx-ui-tree-TreeF

Re: [qooxdoo-devel] odd model behavior with qx.ui.tree.TreeFolder

2010-04-22 Thread Greg Beaver
On 4/20/10 3:06 AM, MartinWittemann wrote: > Hello Greg, > I took a look at your example but I really cold not figure out whats > happening here. Sorry! > But if you say that cloning the reference helps, then someone dispose the > former model. Or... do you rely on the changeModel event? Maybe that

Re: [qooxdoo-devel] odd model behavior with qx.ui.tree.TreeFolder

2010-04-20 Thread MartinWittemann
Hello Greg, I took a look at your example but I really cold not figure out whats happening here. Sorry! But if you say that cloning the reference helps, then someone dispose the former model. Or... do you rely on the changeModel event? Maybe thats the clue! But the code raised some questions. Why

Re: [qooxdoo-devel] odd model behavior with qx.ui.tree.TreeFolder

2010-04-19 Thread Greg Beaver
On 4/19/10 2:50 AM, MartinWittemann wrote: > Hello Greg, > this behavior sounds strange in deed. Currently it's not clear to me why > this is happening. Can you cut down this issue to a small playground example > where I can exactly see what you are doing and how your structure is? > Maybe we can a

Re: [qooxdoo-devel] odd model behavior with qx.ui.tree.TreeFolder

2010-04-19 Thread MartinWittemann
Hello Greg, this behavior sounds strange in deed. Currently it's not clear to me why this is happening. Can you cut down this issue to a small playground example where I can exactly see what you are doing and how your structure is? Maybe we can additionally speed up your drag'n'drop implementation

[qooxdoo-devel] odd model behavior with qx.ui.tree.TreeFolder

2010-04-18 Thread Greg Beaver
Hi, I'm setting up a tree from a hierarchical listing of category->album->track for organizing audio for display on a website. The tree has drag/drop support so that tracks can be re-ordered or moved into other albums, the same for albums into categories and the ordering of categories. To implem