Tag Archives: Flex

Flex中使用currentStateChange事件监听State变化

使用currentStateChange Event监听State改变事件.

Posted in ActionScript, Flex | Tagged , , , | Leave a comment

Flex4 State itemCreationPolicy 设定State组件立即创建

没怎么用过State, 据说Flex4中State有很大更新, 今天小用了下. 发现一个问题:

非Start State中的Component在Application Create complete后不能立即使用. 于是想到了之前常用的creationPolicy – 统统设置为ALL, 结果仍旧无济于事.

解决方法: 设定组件itemCreationPolicy="immediate".

More…

Posted in Flex | Tagged , , , | Leave a comment

字符串连续空格处理 – 在线小工具(使用Flex与正则表达式创建)

功能: 将会替换所有的(连续)空格为”,”
原理: Flex中使用RegExp替换.

More…

Posted in Flex | Tagged , | Leave a comment

FREE ebook – Getting started with Adobe Flex (From IBM DB2) Flex快速入门

DB2社区的免费电子书 – Flex快速上手, 尚无中文版.

Posted in Flex | Tagged , , | Leave a comment

Flex 诡异错误Access of possibly undefined property…

今天Debug碰到一个诡异的问题.
跑的好好的程序, 一Build就报错.  而且报错位置一直在Application的某一行, 雷打不动. 开始怀疑Build时动了Application, 增加了一个莫名其妙的字符什么的. 后来仔细排查, 原来是Application的Config xm

More…

Posted in Flex | Tagged , | Leave a comment