Re: [flexcoders] Progress bar in place over a component?

2010-03-04 Thread Fotis Chatzinikos
Yes depending on your panel's layout you can add the progress bar as the topmost component (if layout is absolute) or add it as an 'overlay' by adding the progress bar on the panel's rawChildren: myPanel.rawChildren.addChild(myProgressBar) ; On Thu, Mar 4, 2010 at 2:45 AM, Raymond Brown

[flexcoders] Progress bar in place over a component?

2010-03-03 Thread Raymond Brown
Is it possible to have several components inside a panel and as one of the components does something in the background can you place a progress bar over the component itself - NOT the whole page ?