Hi Adam, Thanks for suggestion. I have already tried with dataTipField property as <mx:Tree dataTipField ="@name"/>. but this didn't show any toolTip for tree nodes.
Thanks & Regards, Baljeet Singh --- In [email protected], "Adam Dorritie" <[EMAIL PROTECTED]> wrote: > > On 9/4/07, Baljeet singh <[EMAIL PROTECTED]> wrote: > > I am creating a tree with XmlListCollection as data provider to tree. > > I want show tooltip for each node of the tree based on name > > attribute of XML node in XML file. Below is my sample code:-- > > Have you tried using the dataTipFunction or dataTipField properties of > the Tree class? > > Adam >

