Tag Archives: Flex

Flex小工具: 匹配String

需求
分别有两列数据, A列作为数据源, B列中数据都来自于A列. 现在需要验证B列中的数据是否都能在A列中匹配到相同的数据.
image
工具地址
http://liguoliang.com/pub/utils/StringMatcher/StringMatcher.html
image
核心代码:

var so

More…

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

AIR Error: invalid application descriptor: Unknown namespace/ versionNumber must have a non-empty value.

Adobe AIR 最近一年升级火速, 去年1.5.3创建的Project使用高版本的SDK后会因为配置文件引发各类错误, 譬如:
Error1:  Namespace 1.5.3 in the application descriptor file should be equal or

More…

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

FlashBuilder 插件版:选择正确的Eclipse版本

今天碰到一个诡异的问题:
新同事安装完毕FlashBuilder4,作为插件版安装完毕后,启动Eclipse,极为异常, 无法import已有project.
询问才知他使用的是Eclipse 3.7,如果没有记错, 应该是下一版本(4.6)才能支持Eclipse 3.7。
不过FlashBuild

More…

Posted in Flex | Tagged , , | 1 Comment

Create Android Applications Using Flex – 使用Flex创建Android应用

随着FlashBuilder4.5的发布, 用户组里堆满了关于移动开发的帖子, 关于AIR能否火起来, AIR性能的问题, 暂不考虑, 没有调查没用应用就没有发言权. 但如果本身应用是基于Flex的, 很多类库或UI都可以复用, 在这种情况下如果要做移动应用, 那选择AIR无疑能够节省大量时间.

More…

Posted in Flex | Tagged , | Leave a comment

About the overloading in Flex

Those days I’m looking a new job related to Java and Flex… Seems that this is a popular interview question, I event didn’t encounter it in the ACE. Bu

More…

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