Hi, Derrell!

Thanks for your suggestion. I tried  to use

myTree._containerObject.addEventListener("mouseout", "myEventHandler");
and 
myTree.getTree()._containerObject.addEventListener("mouseout",
"myEventHandler");

Unfortunately, none of these two works. "mouseout" is still dispatched when
i move the mouse over the tree nodes. And when i start dragging a node this
event is no longer dispatched at all.. Still there must be some event to
handle (because the mouse Tooltip knows when to change its icon to "not
allowed" when outside the tree area and dragging).



Derrell Lipman wrote:
> 
> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://www.nabble.com/mouse-event-on-drag-node-from-tree-outside-the-tree-area-tp16741182p16762143.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to