The first thing i would do is make sure that your <mx:ControlBar> mxml tag is NOT the last mxml tag in your component.
Have you tried making it the first? That's what i'm doing on one of my panels where i do want a Control bar of buttons at the top of my popup Panel window. --Scott --- In [email protected], "michael_ramirez44" <[EMAIL PROTECTED]> wrote: > > I want my Panel control to have a ControlBar link componet that appears > at the top of the Panel instead of the bottom. Basically I want my > Panel control to have a Application type menu. >

