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
"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
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
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