If you use dataTipFunction, they will always show

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of robert.ross27
Sent: Wednesday, April 30, 2008 7:44 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Extend label class to always show tooltips?

 

Hi folks,

I'm trying to make tooltips in a datagrid appear, below and to the 
right of the mouse, as they would with the Label component. 
so in the column...

<mx:DataGridColumn 
itemRenderer="mx.controls.Label"
dataField="name" 
headerText="List"/>

However this means that the tooltip will only show if the Label is too 
long for the cell or is truncated.

Can anyone tell me how to extend the Label class so that the tooltip 
will always be shown?

 

Reply via email to