Is there a way to HIDE the Menu bar

Is there a way to hide the menu bar in Corona built apps?
Chad
chad@palmbeachsoftware.com
http://www.palmbeachsoftware.com [import]uid: 3396 topic_id: 182 reply_id: 300182[/import]

Yes:

display.setStatusBar( display.HiddenStatusBar )

This is also demonstrated in the sample code: “StatusBar” [import]uid: 5 topic_id: 182 reply_id: 191[/import]

I should dig through the sample code more…I’ve been busy impatiently coding. :slight_smile: Thanks!

Chad [import]uid: 3396 topic_id: 182 reply_id: 192[/import]