Manu, There may be an easier way to do this, but I think you'll need to create a new ToolTipBorder object, and either have it accept an ArrayCollection (or whatever) in its constructor, or else make a public var on the object (i.e. myToolTipData:ArrayCollection = new ArrayCollection;).
http://livedocs.adobe.com/flex/3/html/help.html?content=tooltips_6.html gives some instruction on creating a new ToolTipBorder object. Again, there may be an easier way, but this is how I think I'd go about solving the problem. Hope that helps. Ross --- In [email protected], Manu Dhanda <[EMAIL PROTECTED]> wrote: > > > Hii > > I was looking for a custom tooltip. > > Is there a way that I can pass an object to a tooltip rather then a String. > > Say, I want to pass an Arraycollection.. Is that possible?? > > And if it is.. then how? > > Thanks. > > > -- > View this message in context: http://www.nabble.com/Custom-Tooltip-tp19953678p19953678.html > Sent from the FlexCoders mailing list archive at Nabble.com. >

