Not finding what you are looking for? Request a recipe!
Below solution provides a tip what needs to be done to make effects playing for data tip much more reliable. The core points are: handle effects playing canceling, define show effect for creation complete as well, and handle the case when data tip instance is re-used without visibility change.
Simple workaround is to create custom tool tip class that disables mouse for children of tool tip.
The solution is to catch the mouse wheel in JavaScript inside of the html page that embeds swf. Then pass it into the swf component, where Flash code will generate mouse wheel event. The code samples below work under Flex 3 (SDK 3.1) and FireFox 2.0, though I believe the same solution can be used fo ...
2 solutions here show how to overcome slowness of JSON parser. Solutions here decrease JSON parsing time from 3-10 seconds to < 200ms for 10K of rows by using specific JSON data format and improving of JSON parsing.
Very simple solution is to extend the base class and make sure control min width and height match to the measured.
The solution is to create custom axis class and override filterCache method. In the method, we override the min/max of axis for duration of filtering. Example images show how line chart look like before (filtering) and after (no filtering) use of this solution.
This solution shows how you can define custom tool tip class that supports hide effect for any tool tip hiding event (mouse out or move to other item etc.). It is tested well and works well also for lists, quick mouse movement etc.
Below solution shows how you can draw shadow for group of adjacent items in a good way.
Below solution makes sure that coordinates and size of control is pixel-rounded.
Below code samples show how you can re-order series or items for chart in any required way.