mxml: 1 2 3 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 ...
分类:
其他好文 时间:
2015-03-02 16:26:30
阅读次数:
133
mxml: 1 2 3 4 5 8 9 10 11 12 13 14 15 ...
分类:
编程语言 时间:
2015-03-02 16:24:27
阅读次数:
208
主程序mxml: ; if (!rightClickRegisted){ TreeRightClickManager.regist(); rightClickRegisted = true; ...
分类:
其他好文 时间:
2015-03-02 16:18:50
阅读次数:
175
mxml: 1 2 3 7 8 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 3...
分类:
其他好文 时间:
2015-03-02 16:18:22
阅读次数:
148
mxml: 1 2 3 4 5 8 9 10 41 42 43 44 45 46 47 48 49 ...
分类:
其他好文 时间:
2015-03-02 16:18:11
阅读次数:
148
mxml: 1 2 3 6 7 23 24 25 26 27 28 29 30 ...
分类:
其他好文 时间:
2015-03-02 16:14:14
阅读次数:
124
Flex中label换行有两种情况在AS中赋值:label.text="Online\r\nResources"在mxml中赋值:text="Online Resources"在flash builder中就可以换行显示了。左右有四种对齐方式,上下四种对齐方式。也就是说mx中的label不支...
分类:
其他好文 时间:
2015-03-02 14:41:55
阅读次数:
134
视频监控的web观看端有视频回放这一块,需要做一个时间轴,下面是根据Graphics画的时间轴的例子
例子做的只是把时间轴网格,时间轴填充和会移动的时间画出来了,很多细节没有,例子中有用Flex画文字的两种实现方式,画时间刻度那种实现不知道怎么改样式
代码如下:
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"...
分类:
其他好文 时间:
2015-02-09 18:27:11
阅读次数:
146
生成MyReport打印控件
打开Flash Builder添加一个应用,命名为MyReportPrintApp。
封装myreport的打印方法让外部js能够访问,MyReportPrintApp.mxml代码如下:
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:myreport="myreport.*"
minWid...
分类:
Web程序 时间:
2015-02-05 21:57:43
阅读次数:
280
生成MyReport打印控件打开Flash Builder添加一个应用,命名为MyReportPrintApp。 封装myreport的打印方法让外部js能够访问,MyReportPrintApp.mxml代码如下: xmlns:mx="http://www.adobe.com/2006/mxml"...
分类:
Web程序 时间:
2015-02-05 13:40:20
阅读次数:
228