EBA AJAX Grid + Flex Charting Component (Photo credit: Andre Charland)
Lets now learn about the most important MXML tag in Flex.
Applicaiton
Properties:
layout, define lay out for its child components
vertical - automatic top to bottom in order layout horizontal - automatic left to right in order layout absolute - no automatic layout, (x,y) location based layout
Note: The default layout,BasicLayout
renderer doesn't respect the transformations that occur in the object's width/height/position during rotation. It still tries to layout the objects as if they were not rotated. However, if you use any other layout, likeVerticalLayout
orHorizontalLayout
, the objects new dimensions after rotation is used.
backgroundGradientColors verticalGap
How to Use Absolute Layout in Flex
More DIY videos at 5min.com
How to Use the appropriate Layout Type in your Flex Applicatoin
More DIY videos at 5min.com
Also visit blog to learn about adding inline ActionScript in MXML code
No comments:
Post a Comment