1 / 8

components

components. Flex components. VISAUL COMPONENT hierarchy. Object. EventDispatcher. DisplayObject. InteractiveObject. DisplayObjectContainer. Sprite. FlexSprite. UIComponent. All Components. Coordinate systems. content 0, 0 -. global 0, 0 -. local 0, 0 -. Sizing flex Components.

temira
Download Presentation

components

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. components Flex components

  2. VISAUL COMPONENT hierarchy Object EventDispatcher DisplayObject InteractiveObject DisplayObjectContainer Sprite FlexSprite UIComponent All Components

  3. Coordinate systems content 0, 0 - global 0, 0 - local 0, 0 -

  4. Sizing flex Components width percentWidth minWidth maxWidth OK measuredMinWidth measuredWidth

  5. Layout flex components - absolute position <mx:Button x=10 y=20 /> OK percent size <mx:Button x=10 y=40 width=100% /> | OK anchor position <mx:Button right=10 bottom=10 /> - OK

  6. Flex containers paddingTop paddingLeft x Content Area Container paddingBottom paddingRight

  7. Flex container layouts Base Layout <mx:Canvas /> <s:BaseLayout /> Horizontal Layot <mx:HBox /> <s:HorizontalLayout /> horizontalGap Vertical Layout <mx:VBox /> <s:VerticalLayout /> Tile Layout <mx:Tile /> <s:TileLayout /> horizontalGap verticalGap verticalGap

  8. TASK

More Related