<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="dc()" layout="absolute" backgroundGradientAlphas="[1.0, 1.0]" backgroundGradientColors="[#ED2727, #EDE2E2]" width="482" height="389">
<mx:Label text="Hello Word" color="#EBF4F6" fontSize="20" x="10" y="10"/>
<mx:Script>
<![CDATA[
internal function dc():void{
var arr:Array=new Array();
for(var i:Number=0;i<6;i++)
{
//给数组赋值
arr.push("元素"+i);
}
//绑定数据到list控件
dt1.dataProvider=arr;
dt2.dataProvider=arr;
//允许拖动
dt1.dragEnabled=true;
//允许放入
dt2.dropEnabled=true;
dt1.allowMultipleSelection=true;
dt2.dropEnabled=true;
}
]]>
</mx:Script>
<mx:Label x="134" y="21" text="测试数据" id="mydt"/>
<mx:List x="54" y="69" id="dt1" width="116" height="252"></mx:List>
<mx:List x="236" y="69" height="252" id="dt2"></mx:List>
</mx:Application>
分享到:
相关推荐
It seemed like I had just finished the first edition and, within a few weeks, we were in a long and ever-changing series of betas for Flex 3. In the course of that period, many of the chapters ...
One of the first (if not the first) books on the latest Spring 3.x, and the first Spring code Recipes book focused on Spring Web-tier development The Spring framework is growing. It has always been ...
- ADD: In TFlexPanel.DefaultLinkPoint property added Size field that lets define visual size of the connection points of the flex-connectors. Initialized with DefaultLinkPointSize constant in the ...
WCodeDll.zip COOL Small DLL Calculator that allows input keys / Calculations results directly into a TextBox, ComboBox, etc.<END><br>28 , GB.zip This a first release of Gold Button (v1.0)....
component, plus the additional benefit of using only one Windows timer for up to 32767 timing events. You can customize this component in designer using easy-to-use component editor. TAppEvents is an...
4. **Fix Time and Budget, Flex Scope**(固定时间和预算,灵活调整范围):设定明确的时间和预算限制,然后在此基础上灵活调整项目的范围。 5. **Have an Enemy**(找到一个竞争对手):通过竞争来激励自己不断...