摘要: http://www.vcasmo.com/slide/flash/748 阅读全文
posted @ 2009-10-30 23:37 伊莱克斯 阅读(246) 评论(0) 推荐(0) 编辑
摘要: http://dougmccune.com/blog/2007/08/17/my-360flex-slides-and-code/ 阅读全文
posted @ 2009-10-30 23:31 伊莱克斯 阅读(470) 评论(0) 推荐(0) 编辑
摘要: http://www.flashj.cn/wp/air-file-operation2.html AIR文件操作(二):使用文件对象操作文件和目录 阅读全文
posted @ 2009-10-30 13:50 伊莱克斯 阅读(1036) 评论(0) 推荐(0) 编辑
摘要: http://www.smashingapps.com/2009/03/30/17-adobe-air-apps-that-can-save-your-time.html 阅读全文
posted @ 2009-10-26 11:08 伊莱克斯 阅读(110) 评论(0) 推荐(0) 编辑
摘要: flex与excel相互复制在Excel(OpenOfficeCalc)中,当多个单元格被复制时,这些单元格的数据是以tab键分隔一行行数据(tab-separatedvalues(TSV))存放在剪贴板中的,当这些数据被粘贴到GoogleSpreadsheets中时,这些TSV格式的数据被解析并被相应插入到GoogleSpreadssheets中了。既然知道其中的奥妙,那么剩下的就是在Flex中... 阅读全文
posted @ 2009-08-28 09:28 伊莱克斯 阅读(2291) 评论(1) 推荐(1) 编辑
摘要: 直接设置 Legend的fontSize是没有用的。可以通过派生LegendItem类,并设置Legend的ItemClass属性来实现。package{import mx.charts.LegendItem;public class BigFontLegendItem extends LegendItem{ public function BigFontLegendItem() { super(... 阅读全文
posted @ 2009-08-27 14:41 伊莱克斯 阅读(799) 评论(0) 推荐(0) 编辑
摘要: 最近写了一点点Flex2 Chart的代码, 记录下一些东西: 1. chart界面各组成部分一般都是可以自定义的, 对应各自的render.2. 改变PlotSeries中点的颜色, 没有直接的color属性, 需要设置它的style实现. 如下面代码改变点的颜色为0xeec500:<mx:PlotSeries id="plot1" xField="day" yField="price" ... 阅读全文
posted @ 2009-08-21 11:08 伊莱克斯 阅读(678) 评论(0) 推荐(0) 编辑
摘要: http://www.amcharts.com/line/logarithmic-scale-chart/上面链接处是一个 可以 zoom chart 的DEMO. 阅读全文
posted @ 2009-08-21 11:05 伊莱克斯 阅读(308) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"><mx:TextArea x="10" y="32" width="436" height="253" id="t1"/><mx:... 阅读全文
posted @ 2009-08-20 10:29 伊莱克斯 阅读(1377) 评论(1) 推荐(0) 编辑