[flexcoders] Re: Creating tooltip for datagrid column header(s)?

2008-01-02 Thread chuyler1
Try defining the component in-line instead. You also don't want to use the ToolTip component because you still need to display the header text. Instead, just use a Label component and set the toolTip string for the label like so... mx:DataGridColumn width=26 textAlign=center editable=false

[flexcoders] Re: Creating tooltip for datagrid column header(s)?

2008-01-02 Thread candysmate
--- In flexcoders@yahoogroups.com, chuyler1 [EMAIL PROTECTED] wrote: Try defining the component in-line instead. You also don't want to use the ToolTip component because you still need to display the header text. Instead, just use a Label component and set the toolTip string for the label