Apr
13
2011

Flex object vs AS3 object

The object in Flex 4 is defined with , and the object in AS3 is defined with new Object() or {}. They are essentially the same, but there are slightly differences between them. [More]

Apr
12
2011

Completely hide series in a Flex chart

Generally, if there are already more Series in a chart, we usually don't directly remove the Series. We would hide them and show them again when needed rather than directly re-request data to redraw the chart. You may say, that's easy, just set the Series visible property to false, right? It's not true, the Series have been hidden, but their axes haven’t been updated. [More]

Feb
17
2011

One bug of Flex Chart Legend

I want customize the legend, put a delete button on each legend item, click the button and easily remove the corresponding series from the chart. [More]

Feb
9
2011

Asynchronous RPC operations using Asynctoken

How to present all retrieved data by many asynchronous RPC operations with HTTPService, RemoteObject or WebService? Try AsyncToken. [More]

Jan
31
2011

Flex chart components cause the design model error

Today, I create a chart application under Flex SDK 4 with Flash Builder 4, when I switch the chart MXML file from development mode to design mode, one error occurs - Design mode: Error during component layout. Choose Design > Refresh to refresh design mode. [More]

Month List