[related to the tree node rollOver message I started the other day..]

I'm trying to set the toolTip of a tree node and running into problems.
I'm not sure if it's a bug or what.

I can set the toolTip of the Tree, however you have to move the mouse
all the way off of the
Tree and back onto one of the nodes for it to change.
It doesnt seem to fire when moving from node to node..

I use the itemRollOver event as such : itemRollOver="rollOverEvent(event)"

and
private function rollOverEvent(event : ListEvent ):void {
        locationsTree.toolTip = [EMAIL PROTECTED];
}

this shows the toolTip of the node but as I move through the list it
doesnt change.
I have to mouse out of the Tree and back in to get it to fire again.

I've also tried using the dataTipField and showDataTips but that
doesnt work either.
I've also tried the dataTipFunction, but couldnt get that to work either.

Can someone offer some help..

Reply via email to