On my latest project, I was going through several areas of the application adding toolTips to make some of the data that is clipped visible if desired. In doing so, I found out that I needed to use a combination of the different types of tips available.
Most components have a toolTip property that you can [...]
Entries Tagged as 'Components'
List, ItemRenderer, toolTip… oh my!
March 11th, 2010 · No Comments
Tags: Components · Flex · RIA
Dynamically Add Components to a Container
April 28th, 2007 · No Comments
There are many reasons why you might want to add components to containers dynamically. The most common reasons are for performance or flexibility. Either way, having a good understanding of how it works is essential.
First a little background information about what these methods are from
The addChild and addChildAt methods come from the DisplayObjectContainer class. The [...]
Tags: Components · Flash Platform

