dedecms织梦内容管理系统    
首页 | java | C/C++ | PHP | 操作系统 | ajax | 脚本编程 | 安全技术 | 本站下载页 | flex | CRM | 专题 | QQ群 | 测试中心 | 会员中心 | 积分规则
  当前位置:主页>flex>文章内容
flex UIComponent直接创建Button
来源: 作者:

public class Test extends UIComponent{

 
  override protected function createChildren():void
  {
  super.createChildren();
   
  button=new Button();
  button.label="commit";
   button.width=50;
   button.height=10;


  this.addChild(button);
  }


上一篇:flex RSS 2.0 规范   下一篇:flex 绘制图形例子
[收藏] [推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
用户名: 新注册) 密码: 匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论
  热点文章
·Flex 打印DataGrid内容
·Flex中的闪烁效果
·flex: 使用setInterval 制作定时
·FLEX优秀开源项目介绍
·AS3中的正则表达式
·flex确认提示(confirm window)
·Flex RemoteObject类参考
·flex:RemoteObject 和 DataGrid
·AS3的面向对象特点概述
·利用AS3的图形界面开发及资源管
·AS3.0 访问属性
·AS3.0强大的事件机制
  相关文章
·flex RSS 2.0 规范
·flex 绘制图形例子
·Flex中的拖放(Drag-Drop)事件入
·AIR下让组件(UIComponent)支持
·URLLoader加载XML
·AS3 for each in
·ActionScript 3 中的可变长数组
·对Adobe Flex的十大误解
·flex存储和验证数据
·Flex HTTPService如何给后台传递
·flex 如何使用HTTPService传值
·flex httpservice xml
  相关信息
copy right @ 百家拳软件项目研究室 2007 辽ICP备07011763