How about this? http://dougmccune.com/blog/2007/03/21/flex-panel-component-with-controlbar-docked-to-the-top-instead-of-bottom/
Doug On 21 Mar 2007 15:39:52 -0700, Ashish Goyal <[EMAIL PROTECTED]> wrote:
I'm not sure. If it doesn't work inside the Panel then you can also place it on top of the Panel. You can get more info about ApplicationControlBar at http://livedocs.adobe.com/flex/201/langref/mx/containers/ApplicationControlBar.html -Ashish ------------------------------ *From:* michael_ramirez44 [mailto:[EMAIL PROTECTED] *Sent:* Wednesday, March 21, 2007 3:28 PM *To:* [email protected] *Subject:* [flexcoders] Re: How do I get the ControlBar to show at the t op of my Panel? Ashish, Will the ApplicationControlBar work inside a Panel control? Michael --- In [email protected] <flexcoders%40yahoogroups.com>, Ashish Goyal <[EMAIL PROTECTED]> wrote: > > Try using mx:ApplicationControlBar > > > > -Ashish > > > > > > _____ > > From: scott_flex [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 21, 2007 10:56 AM > To: [email protected] <flexcoders%40yahoogroups.com> > Subject: [flexcoders] Re: How do I get the ControlBar to show at the top of > my Panel? > > > > 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] <mailto:flexcoders% <flexcoders%25> 40yahoogroups.com> ups.com, > "michael_ramirez44" > <michael_ramirez44@> 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. > > >

