`
dcdc723
  • 浏览: 189726 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

frist one of flex

    博客分类:
  • flex
阅读更多
<?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>

 

分享到:
评论

相关推荐

    The Essential Guide to Flex 3 (Part 1)

    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 ...

    Spring Recipes A Problem-Solution Approach [英文原版]

    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 ...

    FlexGraphics_V_1.79_D4-XE10.2_Downloadly.ir

    - 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 ...

    VB编程资源大全(英文源码 控件)

    WCodeDll.zip COOL Small DLL Calculator that allows input keys / Calculations results directly into a TextBox, ComboBox, etc.&lt;END&gt;&lt;br&gt;28 , GB.zip This a first release of Gold Button (v1.0)....

    RxLib控件包内含RxGIF,全部源码及DEMO

    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...

    GettingReal英文版

    4. **Fix Time and Budget, Flex Scope**(固定时间和预算,灵活调整范围):设定明确的时间和预算限制,然后在此基础上灵活调整项目的范围。 5. **Have an Enemy**(找到一个竞争对手):通过竞争来激励自己不断...

Global site tag (gtag.js) - Google Analytics