<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">         &nbs
翻译 精选 2014-06-26 01:02:14
509阅读
PopUpButton { cornerRadius: 8; arrowButtonWidth: 30; popUpGap: 50; textIndent: 0; letterSpacing:...
转载 2013-12-28 23:03:00
99阅读
2评论
弹出菜单的运行Flash效果见:http://tongqiuyan.blog.163.com/blog/static/1955453022011922113758634/ 静态图片: <?xml version="1.0" encoding="utf-8"?>  mx:Application xml
推荐 原创 2011-10-22 11:48:27
3343阅读
1点赞
2评论
The following example shows how you can create a pop up TitleWindow container using the Flex PopUpButton control
原创 2021-07-29 15:22:54
140阅读
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">  <mx:XMLList id="xmllist">  &nb
翻译 精选 2014-06-26 01:31:17
532阅读
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="initCollrction();">  <
翻译 精选 2014-06-26 00:08:31
491阅读
The following example shows how you can use a Tree control as a PopUpButton control’s pop up in Flex
原创 2021-07-29 15:23:10
61阅读
The following example shows you how you can align the labels in a PopUpButton control’s pop up menu in Flex by setting the popUpStyleName and textAlign styles
原创 2021-07-29 15:22:19
98阅读
 刚接触flex图表组件,在网上找了部分资料,现在整理一下,为以后留下相关资料   <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/200
转载 精选 2013-01-12 15:06:13
526阅读
鸿蒙 Next 中 Flex 组件的简略使用方法 在鸿蒙 Next 开发中,Flex 组件是一种强大的布局工具,用于以弹性方式布局子组件。以下是其简略使用方法。 1. 基本概念 Flex 组件从 API Version 7 开始支持,在渲染时有二次布局过程。其主轴默认撑满父容器,与 Column、R
原创 9月前
74阅读
Flex DataGrid组件 实际上,DataGrid组件是属于列表组件的,之所以单独拿出来讲解,主要是因为 DataGrid组件有着很强大的功能,也有很多扩展的应用是在开发中经常用到的。DataGrid组件是按照行和列的形式显示数据的。有几个类是只有 DataGrid组件才能使用的,包括DataGridCellEditor类、DataGridColumn类和HeaderR
转载 精选 2009-04-29 10:05:27
10000+阅读
2点赞
3评论
原文来自方案网 http://www.fanganwang.com/Product-detail-item-1455.html,欢迎转载。   关键字:甘特图,Flash甘特图,AnyGantt,项目管理     AnyGantt是一个强大的,基于Flash的数据可视化解决方案。允许任何人利用有力的动画和最终的可交互性。 AnyGantt是构建复杂和
转载 精选 2012-08-09 10:51:07
597阅读
自己动手扩展flex自己的组件
原创 2013-10-16 18:17:13
573阅读
Flex常用组件(上) 学习内容Ø Flex组件的分类 Ø Flex常用组件使用。 Ø 使用组件处理数据和交互 Ø ActionScript3.0和JavaScript交互 能力目标 Ø 掌握使用各种常用组件搭建用户界面 Ø 掌握ActionScript3.0和JavaScript交互方法     本章简介 本章主要介绍如何使用Flex组件构建界面。Flex组件可分为可见组件和非可见组件。可见组
原创 2021-07-26 15:56:01
328阅读
<?xml version="1.0" encoding="utf-8"?>     <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.a
原创 2009-08-19 15:57:18
1877阅读
Application{ backgroundColors:#000000,#3f3f3f; backgroundImage:Embed(source="/style/background.jpg"); backgroundSize:"100%"; fontSize:14;}Button{ upSkin:Embed(source="");//弹起时 overSkin:Embed(source=""...
转载 2010-08-16 08:35:00
117阅读
比较重要的类和接口在flex_sdk_4.0.0.7219_mpl_src -- > frameworks -- > projects --> framework --> src --> mx -->core 1。接口继承体系,从底层接口到高层接口如下:IFlexDisplayObject --> IBitmapDrawable, IEventDispat...
转载 2010-02-01 10:37:00
130阅读
2评论
1、设计思路(1)新建一个应用程序;(2)在应用程序中,声明一个数组;(3)给一个Repeater,里面包含一个Button和TextInput。2、设计源码RepeaterCom.mxml: ...
转载 2013-10-11 20:48:00
67阅读
2评论
 视频课:https://edu.csdn.net/course/play/7621Flex常用组件(上)学习内容Ø Flex组件的分类Ø Flex常用组件使用。Ø 使用组件处理数据和交互Ø ActionScript3.0和JavaScript交互能力目标Ø 掌握使用各种常用组件搭建用户界面Ø 掌握ActionScript3.0和JavaScript交互方法  本章简介本章主要介绍如何使用Fle
原创 2021-01-11 21:50:40
836阅读
The following example shows how you can change the background color and alpha of a PopUpButton control’s pop up menu in Flex by setting the popUpStyleName, backgroundAlpha, and backgroundColor styles.
原创 2021-07-29 15:22:17
126阅读
  • 1
  • 2
  • 3
  • 4
  • 5