Why not set the visible = false or includeInLayout = false? <mx:ApplicationControlBar visible="false" includeInLayout="false" />
---------------------------------------- From: "Wildbore, Brendon" <[email protected]> Sent: Thursday, January 22, 2009 11:53 AM To: "[email protected]" <[email protected]> Subject: RE: [flexcoders] Hiding the application control bar? Hi Rob, I believe in the windowedApplication tag you set showStatusBar to false eg. <mx:WindowedApplication showStatusBar="false" > Hope this helps Brendon ---------------------------------------- From: [email protected] [mailto:[email protected]] On Behalf Of Rob Kunkle Sent: Thursday, 22 January 2009 9:40 p.m. To: [email protected] Subject: [flexcoders] Hiding the application control bar? Hi coders. Just wondering if there is an easy way to hide the application control bar? I looked around a bit but haven't found any obvious solution. I've tried changing the y coordinates, but this seems to shift the whole application upwards. Ideally I'd like to just have the control bar floating on top of the rest of the application, then have it slide out of view when not in use. Sorry if this is a no-brainer! Rob

