anybody knows why datatips are to slow or sometimes don't show at all?

<mx:DataGrid
id="datagrid"
dataProvider="{datos}" 
width="180" height="100%"
editable="false"
fontFamily="garamond" fontSize="14">
<mx:layoutConstraints>
<mx:Anchor horizontalCenter="10" verticalCenter="0"/>
</mx:layoutConstraints>
<mx:columns>
<mx:Array>
                                                                
<mx:DataGridColumn showDataTips="true" headerText="Lista"
columnName="dato"/>
</mx:Array>
</mx:columns>
</mx:DataGrid>







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Home is just a click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to