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]

Mar
6
2011

Download Adobe AIR 1.5 Cookbook

The hands-on recipes in this cookbook help you solve a variety of tasks and scenarios often encountered when using Adobe AIR to build Rich Internet Applications for the desktop. Thoroughly vetted by Adobe's AIR development team, Adobe AIR 1.5 Cookbook addresses fundamentals, best practices, and more. If you want to learn the nuances of Adobe AIR to build innovative applications, this is the book you've been waiting for. [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
10
2011

pdf2swf: Error applying selected viewer

As we all know, pdf2swf can easily convert Acrobat PDF files into Flash SWF files. Today I use this tool to convert but get an Error: Error applying selected viewer. [More]

Month List