Tag Archives: Flex

FlashBuilder: 如何根据序列号确定其对应版本?

如何根据序列号确定其对应版本?
image
由于之前采购过不同版本的FB, 具体序列号对应版本早已记不清楚, 于是微博上@了几个专家, 尚未收到任何答复的情况下直接拨打Adobe的客服:
中国10800 744 0438(通过联通),或 10800 440 0421(通过电信)[http://shop.ado

More…

Posted in Flex | Tagged , , | Leave a comment

ActionScript: Check if a xml attribute/element exists 检查XML属性/元素是否存在

Here is the XML:
<XeSex sexIDElement='MID'> <SexID> M </SexID> <Name> Male </Name> <Active> y </Active> <

More…

Posted in ActionScript | Tagged , , | Leave a comment

Flex Build: org.xml.sax.SAXParseException :The entity name must immediately follow the ‘&’ in the entity reference

在过去接近4年的时间里, 很少使用MXML, 几乎都是纯AS, 最近操作了一点点MXML, 譬如:
<s:Button enabled=”isDirty() && canSaveNow()” />
 
在build的时候遇到错误:
org.xml.sax.SA

More…

Posted in ActionScript | 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

Flex: verticalScrollPolicy auto/on/off

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

More…

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