Tags
Archives
Tag Archives: Flex
[旧文存档]Flex: Alert 使用总结 Using Alert in Flex
1. 通过Alert强制用户选择.
2. 使用一个方法 Handle多个Alert.
// 弹出Alert
Alert.show(RM.getString(BUNDLE_ONLINE_TEST, "olt.attempt.warn.remove"), RM.getStr
Flex: Setting Datagrid column percentWidth – 设置Datagrid 列宽度为百分比
需求: 设置DatagridColumn的Percent width
临时解决方法: 监听Datagrid的CREATION_COMPLETE事件, 在响应函数中重置Column的宽度.
效果: 参见http://cutown.com/home/reg.php, 网页内嵌入的Datagrid中, 后两列宽度为首列之外的宽度均分.
Posted in ActionScript, Flex
Tagged ActionScript, DataGrid, DataGrid percentWidth, Flex
Leave a comment
Using crossdomain.xml (Error #2048 Error #2170…) 使用crossdomain控制跨域访问
当试图与某站外URL的进行数据交互时 (如通过URLLoader), 如果目标站点无crossdomain.xml或该文件未允许当前站点的访问, 则会出现#2048, #2170等错误.
Cross-domain policy file specification (PDF, 129 KB)
