(转)Flex Chart Sampler
摘要: 最近因为工作的绘图需要,一直在使用Flex的chart控件,这玩意儿确实是很好用的工具,样式和对数据的处理都比较强大。关于它的使用,网上有一个大名鼎鼎的Demo,Flex Chart Sampler,http://demo.quietlyscheming.com/ChartSampler/app.html源码可以从source里看到,博主也下了一份备份在了博客里。另外还有一篇来自Rhythmhythm文章,介绍了Flex开发的十种示例工具(文中将其比作“十种武器”,也确实够形象),给出地址和大家分享~http://flex4jiaocheng.com/blog/285#chart sample
阅读全文
posted @
2011-03-29 15:24 66℃的绿茶 阅读(89) |
评论 (0) 编辑
(原)Flex 控件&类 的自定义事件添加
摘要: NewClass源码摘要:本文记录了Flex中给控件和类加入自定义事件的步骤。正文:虽然网上已经有很多类似的资料了, 不过还是想自己写一篇,作为存档。(一)给类A加入自定义事件FavPathDelEvt,Appliaction调用A,并响应A的事件(1)写一个自定义事件as类,类中附带参数Index。packageNewClass{importflash.events.Event;publicclassFavPathDelEvtextendsflash.events.Event{privatevar_index:int;publicfunctionsetIndex(index:int):voi
阅读全文
posted @
2011-03-02 18:19 66℃的绿茶 阅读(135) |
评论 (0) 编辑