I'm using a subclass of mx.containers.Panel. There is no controlBarContent array.
________________________________ From: claudiu ursica <the_bran...@yahoo.com> To: "flexcoders@yahoogroups.com" <flexcoders@yahoogroups.com> Sent: Monday, March 12, 2012 3:23 PM Subject: Re: [flexcoders] ControlBar not visible in Flex 4.6 You need to put your stuff inside controlBarContent array. C ________________________________ From: Dave Glasser <dglas...@pobox.com> To: "flexcoders@yahoogroups.com" <flexcoders@yahoogroups.com> Sent: Monday, March 12, 2012 5:28 PM Subject: [flexcoders] ControlBar not visible in Flex 4.6 I have an app originally developed in Flex 3.3, which I'm in the process of migrating to Flex 4.6. I don't want to have to rewrite everything using Spark components and containers. I have a mx.containers.TitleWindow with a mx.containers.ControlBar added as the last child. It shows up as expected in Flex 3.3, but it's not there in Flex 4.6. Does anyone know what I need to do to get it to show up in Flex 4.6, without rewriting everything using Spark components? I tried compiling with the halo theme, but that didn't work.