Category Archives: Flex

有关Flex,ActionScript,AIR…

Apache Flex: 新动向, 邮件列表也出来了!

这哥们总结的很好:
Apache Flex :: Flex-Dev summaries 4
Apache Flex :: Flex-Dev summaries 3
Apache Flex :: Flex-Dev summaries 2
Apache Flex :: Flex-Dev summarie

More…

Posted in Flex | Tagged , | Leave a comment

Apache已同意接收Adboe Flex – Flex enters Apache incubation

I am pleased to announce that Flex as been accepted into the Apache Incubator. With weekends and holidays, I suspect that it will still be several day

More…

Posted in Flex | Tagged , | Leave a comment

How to display errorString in a Datagrid ItemEditor?

There is a datagrid displaying users:
image
And this datagrid is editable ,  we can modify username directly, by default, Flex will use TextInput as t

More…

Posted in Flex | Tagged , , | Leave a comment

Replace all by Split/RegEx in ActionScript

Problem
We need replace all method.
Solution
use RegEx or split&jion;
Detailed explanation
We can use the following two methods:
private function

More…

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

Flex: verticalScrollPolicy auto/on/off

最近碰到一个问题: 当Flex右侧垂直滚动条出现时, 下方水平滚动条必定随之出现, 详细的描述就是:
该UIComponent高度一定, 宽度设置为percent(也就是说宽度可以变化), 当Add一个内部组件到该UI上后, UI需要更多高度, 但高度一定, 只好出现右侧滚动条(默认的ScrollP

More…

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