[qooxdoo-devel] question about qx.ui.tree.VirtualTree and selection behavior

2012-02-01 Thread edemir...@technocon.com
Hey guys is it possible to let the qx.ui.tree.VirtualTree behave as follows. 1. You click on a VirtualTreeItem which has children and with this click it will select the item you have clicked and the children's it contains. 2. When scenario 1 is done, we deselect one of it's childrens and what also

Re: [qooxdoo-devel] question about qx.ui.tree.VirtualTree

2011-10-19 Thread rsantiagopaz
"Unfortunately, for the VirtualTree there is no parent navigation (maybe apart from ".openNodeAndParents"). All has to be done on the model. What you can do is get the model at the beginning, traverse it, and add parent references to each node you visit. When you then work with model nodes, you

Re: [qooxdoo-devel] question about qx.ui.tree.VirtualTree

2011-10-18 Thread thron7
On 10/18/2011 09:56 AM, rsantiagopaz wrote: > Hi > > I am working with qx.ui.tree.VirtualTree. Good widget. > > But ¿How i can select (programmatically) the parent node of actually > selected node? > > I get tree.getSelection().getItem(0), but, how I get the parent? Unfortunately, for the Virtua

[qooxdoo-devel] question about qx.ui.tree.VirtualTree

2011-10-18 Thread rsantiagopaz
Hi I am working with qx.ui.tree.VirtualTree. Good widget. But ¿How i can select (programmatically) the parent node of actually selected node? I get tree.getSelection().getItem(0), but, how I get the parent? What about qx.ui.tree.VirtualTreeItem, this is used for something? Thanks (sorry my eng