Re: [qooxdoo-devel] Object Controller converters to bind tree selection

2010-05-02 Thread MartinWittemann
Your welcome. ;) -- View this message in context: http://qooxdoo.678.n2.nabble.com/Object-Controller-converters-to-bind-tree-selection-tp4982679p4995537.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] Object Controller converters to bind tree selection

2010-04-30 Thread Guilherme Aiolfi
oh God, thank you, Martin. > It was really a challenge to do that but finally I got it After 4 hours trying to make it work yesterday I started to think I was mentally challenged. It wasn't so trivial after all. I owe you a beer (or more than one), really. On Fri, Apr 30, 2010 at 7:24 AM, Marti

Re: [qooxdoo-devel] Object Controller converters to bind tree selection

2010-04-30 Thread MartinWittemann
Uh, just realized that the former link pointing to localhost! Here is the link to the online playground. http://tinyurl.com/32cd88z Sorry, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Object-Controller-converters-to-bind-tree-selection-tp4982679p4984881.html Sent fro

Re: [qooxdoo-devel] Object Controller converters to bind tree selection

2010-04-30 Thread MartinWittemann
Hi, sorry for the first mail. After reading your mail a second time I got the problem. It was really a challenge to do that but finally I got it: http://tinyurl.com/32655ud What do you think? Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Object-Controller-c

Re: [qooxdoo-devel] Object Controller converters to bind tree selection

2010-04-30 Thread MartinWittemann
Hey, could you give me some details what you want to do with that object controller? I don't get what your goal is so its hard to say whats the right way to do it. Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Object-Controller-converters-to-bind-tree-selectio

[qooxdoo-devel] Object Controller converters to bind tree selection

2010-04-29 Thread Guilherme Aiolfi
Hi, can anyone, please, give me an simple example of a tree added as target to a Object Controller? Info: the tree has an controller like: var treeController = new qx.data.controller.Tree(null, tree, "children", "label"); The model is load from a store: store.bind("model", treeController, "mod