(Flex3 Flex4 FlashBuilder)
[Flex] as3xls读取excel,修改保存单表(二)
摘要:这个方法仅用了as3xls读取excel的功能,修改保存独立出来了。 "; xlsStr += ""; for each(var fieldHead:String in headerArr) ...
阅读全文
posted @
2015-11-10 11:32
晏过留痕
阅读(966)
推荐(0)
[Flex] as3xls读取excel,修改保存单表(一)
摘要:经过大神修改过的as3xls支持中文,并可以修改保存单一sheet,保存后原有的excel样式均会消失,目前仅能如此。
阅读全文
posted @
2015-11-10 11:23
晏过留痕
阅读(1088)
推荐(0)
[Flex] ButtonBar系列——flex3 皮肤和外观设置
摘要:ButtonBar { buttonStyleName: myCustomButtonStyleName; color: #999999; } .myCustomButtonSty...
阅读全文
posted @
2015-10-15 12:03
晏过留痕
阅读(601)
推荐(0)
[Flex] ButtonBar系列——皮肤和外观设置
摘要:@namespace s "library:...
阅读全文
posted @
2015-10-15 12:01
晏过留痕
阅读(381)
推荐(0)
[Flex] ButtonBar系列——最后一个项目的样式设置
摘要:@namespace s "library://ns.adobe.com/flex/spark"; @namespace mx "library://ns.adobe.com/flex/mx"; ...
阅读全文
posted @
2015-10-15 11:50
晏过留痕
阅读(289)
推荐(0)
[Flex] ButtonBar系列——flex3 ButtonBar样式之颜色的填充
摘要:.allButtons2 { /* Creates a gradient from red/orange when button is in the "out" state. */ fillColors...
阅读全文
posted @
2015-10-15 11:18
晏过留痕
阅读(399)
推荐(0)
[Flex] ButtonBar系列——控制ButtonBar菜单是否可用
摘要:@namespace s "library:...
阅读全文
posted @
2015-10-15 11:13
晏过留痕
阅读(936)
推荐(0)
[Flex] ButtonBar系列——flex3 ButtonBar圆角菜单的运用
摘要:.myCustomButtonStyleName { cornerRadius: 16; }
阅读全文
posted @
2015-10-15 11:04
晏过留痕
阅读(307)
推荐(0)
[Flex] 动态获取组件宽度和高度
摘要:flex中我们有时并不想一开始就设置某个组件的宽度和高度,而想动态获取某个组件经填充后的width和height,但是会发现width和height均为0,这时我们可以注册一下两个事件之一来解决。 1 import mx.events.FlexEvent; 2 import mx.events.Re...
阅读全文
posted @
2015-07-22 15:52
晏过留痕
阅读(955)
推荐(0)
[Flex] FlashBuilder 4.6运用标签嵌入字体方法
摘要:1 2 5 6 7 8 9 @namespace s "library://ns.adobe.com/flex/spark";10 @namespace mx "library://ns.adobe.com/fle...
阅读全文
posted @
2015-06-30 15:23
晏过留痕
阅读(327)
推荐(0)