contentPane
Submitted by jonathan on Fri, 06/06/2008 - 01:06
The Container class implements much of the behavior of the containers in the Flex Framework. This article is broken into sections to deal with each of the pieces of functionality individually.
Submitted by jonathan on Thu, 04/24/2008 - 00:45
Problem
You have a PopUpButton that is failing with a null error unexpectedly.
Solution
Reinitialize the popUp property of the PopUpButton every time it receives the addedToStage event. You can save a reference to the class in your parent component.
