Re: Datatips not functioning correctly in list and grids

2012-03-21 Thread Justin Mclean
Hi, > For s:DataGrid that isn't how it works. Yes it does work differently to the mx components, sorry I had incorrectly assumed it would do the same thing. > Look at the doc for dataTipField and dataTipFunction. I think you would need > to use a dataTipFunction and > decide when to show the

Re: Datatips not functioning correctly in list and grids

2012-03-21 Thread Carol Frampton
Justin, For s:DataGrid that isn't how it works. Look at the doc for dataTipField and dataTipFunction. I think you would need to use a dataTipFunction and decide when to show the tip yourself. http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/spark/co mponents/DataGrid.html#data

Datatips not functioning correctly in list and grids

2012-03-20 Thread Justin Mclean
Hi, The documentation for datatips state "DataTips are tooltips designed to show the text that is too long for the row." However currently datatips show up all of the time in mx:AdvancedDataGrid, mx:DataGrid, mx:List and s:DataGrid. The code is implemented correctly in the ListItemRender (and