--- In flexcoders@yahoogroups.com, "mmatczynski" <[EMAIL PROTECTED]> 
wrote:
>
> Thanks for the reply!
> 
> "you can display it somehow, maybe by setting a tooltip somewhere" -
> Getting the text isn't the problem, getting it to display is!  :)
> 
> I want the tooltip to display whenever someone mouses over the cell in
> the custom ItemRenderer's column (just like it works when I don't
> specify a custom ItemRenderer).  Any idea how to accomplish this?
> 
> Thanks!
> Mike

Many classes have a ToolTip property you can set.  For instance, 
UIComponent.  You can even use the ClassFactory approach to specify a 
ToolTip function to use to make your itemRenderer more reusable.

HTH;

Amy

Reply via email to