Category Archives: Flex

有关Flex,ActionScript,AIR…

Apache Flex: MXML or ActionScript ?

Deciding to create components in MXML or ActionScript
 
One of the first decisions that you must make when creating custom components is deciding

More…

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

Install Subversion for Eclipse Indigo3.7/Helios3.6/Galileo3.5 Eclipse安装Subversion插件

Subversive installation instructions
http://www.eclipse.org/subversive/documentation/gettingStarted/aboutSubversive/install.php
Update sites:

Indigo

More…

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

一点关于Flex的牢骚

2月份Adobe有发布3个flash平台下的白皮书: http://www.adobe.com/devnet/flashplatform/whitepapers.html
image
之前有看到微博上转来转去的flash runtime白皮书. 我没有太多兴趣参与他们的讨论, 也只是今天才有空扫了两眼R

More…

Posted in Flex | Tagged | Leave a comment

Flex: 选用XML而非Class表述数据的蛋疼问题

由于路线不同,可能某些flex项目会完全抛弃Class而仅使用xml描述数据。突然间, 没有了对象, 满眼所见的都是XML.

轻快吗? 流畅吗? 清晰易懂吗? 我抱着试试看的态度开始接纳不太熟悉的世界.

1. 完全没有代码提示, 代码基本靠手;
2. 不论怎么写, 在编译时都不会有问题, 漫长

More…

Posted in Flex | Tagged | Leave a comment

Using XML filter in ActionScript – Flex中过滤XML

我一直不喜欢在AS中频繁的操作XML, 但没办法, 最近所有的data都是来自于XML, 没有任何ValueObject, 清一色的XML.

把把都得翻书找手册 :(   弱到爆

 

image

Trace到的结果:

image

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