ok, for an example, I have a row in the list. And for it's tooltip, I want to display various characteristics (which I have in the form of name/value pairs in a list). Does that give you an idea??
---row1 ---row2 (ToolTip)[has a name/value list, which can be represented as a tooltip] --- ---rowN So, my concern of passing an Object to Tooltip is passing anything that can be an Object as in ArrayCollection/Array/String/int/image etc.. Thanks, Manu. Flex Gangsta wrote: > > For what reason do you want to pass an object to it? That might clear > up any confusion that I have > > Sent from my iPhone > > On Oct 13, 2008, at 8:42 AM, Manu Dhanda <[EMAIL PROTECTED]> > wrote: > >> >> I can always define a custom tooltip with a Panel, List or anything >> in it. >> >> But the real issue is, >> >> How can I pass data to it(as an Object/Collection), other then just >> text ??? >> >> Any idea/thoughts?? >> >> -Manu. >> >> >> >> Flex Gangsta wrote: >>> >>> Well, it all depends how you want it rendered... If you pass an array >>> collection... For what reason and how do you want it to render? >>> >>> Sent from my iPhone >>> >>> On Oct 13, 2008, at 5:09 AM, 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. >>>> >>>> >>>> ------------------------------------ >>>> >>>> -- >>>> Flexcoders Mailing List >>>> FAQ: http://groups.yahoo.com/group/flexcoders/files/ >>>> flexcodersFAQ.txt >>>> Alternative FAQ location: >>>> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 >>>> Search Archives: >>>> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo >>>> ! Groups Links >>>> >>>> >>>> >>> >>> >> >> -- >> View this message in context: >> http://www.nabble.com/Custom-Tooltip-tp19953678p19957337.html >> Sent from the FlexCoders mailing list archive at Nabble.com. >> >> >> ------------------------------------ >> >> -- >> Flexcoders Mailing List >> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt >> Alternative FAQ location: >> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 >> Search Archives: >> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo >> ! Groups Links >> >> >> > > -- View this message in context: http://www.nabble.com/Custom-Tooltip-tp19953678p19959178.html Sent from the FlexCoders mailing list archive at Nabble.com.

