Hi Dietrich,
thanks for your help, it works!
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Double-click-Evente-Virtual-Tree-tp7587807p7587810.html
Sent from the qooxdoo mailing list archive at Nabble.com.
---
Hi Friedrich,
it seems that bindItem within the delegate is called multiple times, so
the event listener gets bound multiply.
But if you use configureItem instead it works like expected:
http://tinyurl.com/haqq9yc
Am 02.12.2015 um 10:22 schrieb FriedrichF:
> Hi,
>
> i want to get the do
Hi,
i want to get the double click event on an item in an virtual Tree. I did
this with a delegate and it works so far.
The Problem is when i open close a node and after that i double click on an
Element, it executes the Listener so often i opened a Node.
In this Playground you can see this behav