Tag Archives: Flex

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

Flex: 检查/撤销Datagrid编辑数据 Validate/revert editable Datagrid input value

Requirement: We want to validate user input in editable datagrid, and revert the original value(undo) if necessary.
Solution: Handle the ‘itemEditEnd’

More…

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

Flex/Flash font style viewer–Flex/Flash字体预览器

Based on your fonts installed on your local machine, view the font style.
image
Link: http://liguoliang.com/pub/utils/FlashFontStyleViewer.html
Code:
// ha

More…

Posted in Flex | Tagged , , | Leave a comment

推荐:Chrome下ActionScript API 搜索插件

A Chrome plugin for: ActionScript 3.0 Reference.Input “as3 + ‘space’” and keywords:
image
Flex Doc Team Blog 推荐: Chrome浏览器下AS文档的搜索插

More…

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