Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 5.0

    Better support of effects for chart data tip

    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.

  2. Avg. Rating 4.7

    Make Tool Tip do not flicker when appearing right under the ...

    Simple workaround is to create custom tool tip class that disables mouse for children of tool tip.

  3. Avg. Rating 4.6

    Workaround to support mouse wheel for FireFox with wmode

    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 ...

  4. Avg. Rating 4.5

    Improving speed of JSON data parsing

    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.

  5. Avg. Rating 4.3

    Make control resize itself to the children content

    Very simple solution is to extend the base class and make sure control min width and height match to the measured.

  6. Avg. Rating 4.3

    Disable filtering of Cartesian chart data by axis minimum an ...

    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.

  7. Avg. Rating 4.3

    Better support of effects for tool tip

    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.

  8. Avg. Rating 4.0

    Drawing of shadow for group of adjacent items

    Below solution shows how you can draw shadow for group of adjacent items in a good way.

  9. Avg. Rating 3.5
  10. Avg. Rating 3.5