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.

  • 相关阅读:
    Ubuntu在用root账户使用xftp连接时提示拒绝连接
    Ubuntu设置root账户密码
    Ubuntu安装Nginx
    Ubuntu不能上网解决办法
    Ubuntu16.04修改静态ip地址
    Ubuntu下vi编辑器不听话
    thinkpad t420安装debian需要注意的细节
    debian7配置iptables
    debian的甘特图工具
    debian修改ssh端口
  • 原文地址:https://www.cnblogs.com/lauraxia/p/2909298.html
Copyright © 2011-2022 走看看