[flexcoders] Help With Collapsible Component

2010-06-18 Thread Angelo Anolin
Hi FlexCoders, I saw this example of a Flex Application. http://www.radscientist.com/flexpm/demo/index.html I want to be able to create the collapsible component which was used in the application. The one wherein you click on the + sign, the panel collapses. Care to tell what components do I

Re: [flexcoders] Help With Collapsible Component

2010-06-18 Thread Brendan Meutzner
You will need to familiarize yourself with States. The components specifically used are not as important as the concept of an open and closed state. The author likely used a simple container like VBox/HBox/Canvas, and had the button change the state so that the size was increased, the children