Missing menubar

I’m using RealStudio 2011 Release 4.3 and was doing a small app in it (one window) and for some reason when I run the app or launch the compiled build the menubar on my computer disappears. I thought perhaps my monitor was getting confused so I unhooked it and just ran it on my laptop with the same results. So not only does my app not show a menubar, the OSX menubar disappears when the app runs. I looked at the build settings, App properties and the window properties but can’t see any difference between a working app and this one. Any ideas?

Is the MenuBar Property Value set to “MenuBar1”? or is it set to “None”

this is a property of each WINDOW, not of the app

Check if you have MenuBarVisible = False anywhere. This will do what you are describing.

http://documentation.xojo.com/index.php/Window.MenuBarVisible