Many people are having problem to display dataTip on a Datagrid only if the text is truncated. The best solution I found to use Label as an itemRenderer. we also need to set truncateToFit property of an Label to true.
Following example explains how to use itemRenderer in a dataGrid, it also explains how to show datatip only if the text is truncated.
we could have one extended Label class LabelRenderer ———————————————–
//LebelRenderer..
package com.subrat
{ import mx.controls.Label; publicclass LabelRenderer extends Label
{ publicfunction LabelRenderer()
{ super(); this.truncateToFit=true;
}
}
Bring your designs to life with intuitive new animation tools that make your work easier and more efficient. Streamline your workflow with an improved user interface and a powerful coding environment. The feature of CS 4 are :
Optimized animation tools (object base animation)
Rich drawing capabilities
Intuitive user interface
Streamlined workflow : it support Adobe Pixel Bendernew, Adobe Photoshop and Illustrator import,Animation conversion to ActionScript, Animation copy and paste
Timesaving coding tools
Advance debugger
Improved Adobe software integration
Online services like Adobe Kuler and Adobe Bridge .
Hi, All Flex Lovers, there is a good chance to be a part of Flex 3 Contributer. Solve any 3 bugs from Flex bug List and chance to win free Flex books and Free MAX 2008 registration. For every 3 bugs where we accept and commit your submitted patch, we will purchase an Adobe-related book from your Amazon wish list (once you’ve had your 3rd patch accepted we’ll reach out to you to find your wish list). There are milestone releases of the Flex 3 SDK planned for the Summer and Fall of 2008. Wouldn’t it be cool if you were able to say that you had a part in them?