Recently the project I am working on stopped showing the menus when the Application is launched.
I am wondering what I might have accidentally changed to make this happen as I am pretty sure it isn’t a bug.
Menus is set to the Menu I have had in place since the beginning,
Document Window,
Placement Default,
The menus reappear when I call other windows in the program??
Nice pickup Julian and Paul, it was set to off
Which begs the question if it is deprecated IDE feature do we have to set this in code in future releases?
[quote=406151:@Martin Fitzgibbons]Nice pickup Julian and Paul, it was set to off
Which begs the question if it is deprecated IDE feature do we have to set this in code in future releases?
Thanks again[/quote]
Why do you think its deprecated?
Just because its in the Advanced tab, doesnt mean its deprecated. Things appear on the Advanced tab when we believe its a seldom used or a set-and-forget option.
Notes
Mac: When True, the Dock and main menu bar are hidden when your app is frontmost.
Windows: When True, the taskbar (including "Start" button) is hidden, regardless of whether your app is frontmost.
Linux Mint: When True, the window menu bar is hidden (other distributions may have different behavior).
I think True should be False here.
And for people new to programming, having True/False in the docs, but OFF/ON in Xojo is confusing.