mxml
Populating A TileList On Creation Complete Using XML In Flex
Fri, 11/07/2008 - 11:36 | by philipnorton42A TileList is part of a group of elements that allow you to add components in a specific order and orientation. The TileList controls the displaying of a number of items set out as tiles and so it best suited to displaying images as thumbnails.
There are many ways to do this, but none of the examples on the Flex site seemed to be very useful, or very well explained. What I wanted to do was to create a TileList that displayed the tiles in a certain way and used an XML file to fill up the list of items with images, each image having a label associated with it.
Creating Some Simple Flex Interface Elements
Tue, 11/04/2008 - 12:21 | by philipnorton42Following on from my previous blog post about installing Flex on Windows I thought I would go through how to create an interface using mxml. When you create a Flex 3 project the first file you are given is called Main.mxml, which has the following content.