Google
 
Web www.iamwebdesigner.com
  PROJECTS
  GUIDELINES
  PRICE LIST
  FREE E-BOOKS
  ERP INFO
  SITE MAP
  CONTACT US

 

flex and css

Using the Grid object of ActionScript, the method of actualizing the table tag of html falsely (Flex/Flash)

table.mxml

<? xml version= " 1.0 " encoding= " utf-8 "? >
<mx: Application xmlns: mx= " http://www.adobe.com/2006/mxml " width= " 500 " height= " 300 " layout= " absolute " creationComplete= " main () “>
<mx: Script source= ". /table.as "/>
</mx: Application>

table.as

// ActionScript file

import mx.containers. Grid;
import mx.containers.GridItem;
import mx.containers.GridRow;
import mx.controls. Label;

public function main (): void {

// grid definition <table>
var grid: Grid = new Grid ();

grid.width=400
grid.setStyle ('borderStyle' and 'inset');
grid.setStyle ('borderColor' and 'grey');

for (var i: int = 0; i<5; i++)
{
// line definition <tr>
var gridRow: GridRow = new GridRow ();

for (var j: int = 0; j<5; j++)
{
// line definition <td>
var gridItem: GridItem = new GridItem ();

var label: Label = new Label ();
gridItem.addChild (label);

label.text = 'test';

// line addition </td>
gridRow.addChild (gridItem);
}

// line addition </tr>
grid.addChild (gridRow);

}

// grid addition </table>
addChild (grid);

}

Tips No.1
When reading the source code of the open source Flex of Adobe SDK, memo
Tips No.2
The method of installing the high-speed compiler fcsh of Flex to linux
Tips No.3
Linux (CentOS) the procedure which installs Flex2 SDK (flex)
Tips No.4
The method with Flex Builder of modifying the WEB browser
Tips No.5
Arranging the source and design with FlexBuilder the setting
Tips No.6
CSS framework instruction for use
Tips No.7
2 column layouts which are made with CSS that 3
Tips No.8
2 column layouts which are made with CSS that 2
Tips No.9
The CSS fundamental compilation and 2 column layouts
Tips No.10
Fundamental type is the main footer header.
Tips No.11
pre tag style varieties CSS
Tips No.12
Pixel lattice (grid) background
Tips No.13
The picture is not used and the method the web2.0
Tips No.14
Ending the method of actualizing the angular circle with style
Tips No.15
Worldwide beginning! The method of actualizing the style
 

 

 

PROJECTS | GUIDELINES | PRICE LIST | FREE E-BOOKS | ERP INFO | SITEMAP | CONTACT  | LINK EXCHANGE


Copyright © 2005 Projectsjugaad.com. All Rights Reserved.