BTW, the error message I get is
TypeError: Error #1009: Cannot access a property or method of a null
object reference.
        at com.alltel.rapid.aopscheduler.view::SearchByLocationView/::getRSM()
        at 
com.alltel.rapid.aopscheduler.view::SearchByLocationView/__locationsTree_rollOver()


when trying..
private function getRSM(event : MouseEvent ):void       {
        locationsTree.toolTip = [EMAIL PROTECTED];

}


Thanks again






On 2/2/07, Greg Morphis <[EMAIL PROTECTED]> wrote:
> I'm trying to set up a toolTip for the Tree Node and get some data in
> it from XML..
> Does anyone have experience in doing this?
> I do something like
> rollOver(getName(event)) in the Tree
> however that forces a MouseEvent, which doesn't have the
> selectedTarget method...
>
> I can get the data on click, using [EMAIL PROTECTED],
> but I want to do it as they roll over the Tree leafs.
>
> Anyways, has anyone done this before and can offer some help?
>
> Thanks
>

Reply via email to