hunkybill
17 Jun 2007, 10:21 AM
Hi,
Not sure how to explain this one. Qtips work fine on my two rendered trees in a BorderLayout upon initial loading. I have a DnD source tree with nodes that can be dragged to the other destination tree for dropping. All is well with the QTips at this point, as long as I stay legal with the DnD.
If I initiate a DRAG on a node in the source tree that has allowDrag: false, the node is draggable with an ICON representing a document, but no Drop zone lights up, which is good, showing this node is NOT droppable. I wonder why it drags in the first place though??? Letting go of the DRAG sees the icon animate back to it's source node.
Now, after this drag attempt on a non-draggable TreeNode, ALL QTips are off. Hovering over a node with QTip shows nothing.
What's up with that? Any hints, tips or ideas most welcome.
Thanks
Not sure how to explain this one. Qtips work fine on my two rendered trees in a BorderLayout upon initial loading. I have a DnD source tree with nodes that can be dragged to the other destination tree for dropping. All is well with the QTips at this point, as long as I stay legal with the DnD.
If I initiate a DRAG on a node in the source tree that has allowDrag: false, the node is draggable with an ICON representing a document, but no Drop zone lights up, which is good, showing this node is NOT droppable. I wonder why it drags in the first place though??? Letting go of the DRAG sees the icon animate back to it's source node.
Now, after this drag attempt on a non-draggable TreeNode, ALL QTips are off. Hovering over a node with QTip shows nothing.
What's up with that? Any hints, tips or ideas most welcome.
Thanks