On Thu, Apr 17, 2008 at 5:01 AM, Ina Munteanu <[EMAIL PROTECTED]> wrote:
>
> I tried to attach an event listener
> myTree.addEventListener("mouseout", myEventHandler);
> but this was no help. Mouseout event is dispatched each time i leave a
> TreeFolder node from tree, not only when i leave the Tree.
>
Although you'll be playing with internals that might not remain the same in
future versions of Tree, you can attempt to add an event listener to the
"container" of the tree root, which is what contains all of the root's
children. Try this (entirely untested):
myTree._containerObject.addEventListener("mouseout", "myEventHandler");
That may give you your mouseout event when you leave the entire tree rather
than just the root node.
Derrell
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel