zoukankan      html  css  js  c++  java
  • flex

    http://www.adobe.com/devnet/flex/testdrive.html

    http://www.adobe.com/devnet/flex/testdrive.html

    1424-4938-3077-5736-3940-5640
    1424-4827-8874-7387-0243-7331

    Controls:

    UI components like TextInput,Button,DataGrid,DropDownList

    Containers:

    Hold content:Controls and othr containers

    used to layout an application

    May have a visual display

    Tour de Flex

    ctrl + space show the hint

    MX components:

    each contains behavior, layout, styles and skin

    Spark components:

    separates behavior,layout,styles and skin into different classes

    default id=contentGroup, titleDisplay

    The Flex Framework provides two sets of containers:MX and Spark.

    Spark: offers a level of abstraction between containers and layouts not available in the MX architecture.are separated from layout managemnt and allow for a develope to specify layouts available in the spark,layouts package or create custom LayoutBase-based layouts to manage the size and position of child elements.

    MX container:manage the size and position of its children based on specified properties and styles.To modify the layout rules of a MX container class,you often create a subclass of a similar container or the base mx.core.Container class and override methods such as updateDisplayList() and measure().

    Three primary approaches to data retrieval

    1. HTTPService- http get and post opertions

    2.webservice- soap/wsdl operations

    3.RemoteObject- remote object connections using AMF

    the MXML compiler,also called mxmlc,is the application that compilers ActionScript and MXML files into a SWF file that can be viewed in the Flash Player.When you run or debug a Flex application in Flash Builder, the MXML compiler is invoked and the files are passed to the compiler as an argument to the application.

  • 相关阅读:
    特征选择常用算法综述
    C++中的extern "C"
    OpenGL管道概括
    使用CGAL查找输入三角网格模型独立模型个数
    图形学领域的关键算法及源码链接
    STL学习笔记
    CGAL+QT4.84+Boost1.53 错误[Parse error at "BOOST_JOIN"]
    Template函数
    在windows环境下安装配置CGAL
    关于C++中的堆、栈
  • 原文地址:https://www.cnblogs.com/lauraxia/p/2909298.html
Copyright © 2011-2022 走看看