FileQuit Menu Item

Paul Young <[email protected]> Sat, 14 Apr 2018 11:26:20 -0400
Newsgroups gmane.comp.lang.realbasic.user
Message-ID <[email protected]>
I am using Xojo 2017 Release 3 for Mac to compile for 64 bits.

Using the Red Close button on Window1 results in an exception thrown about one out of twenty times when compiling for 64 bits.  I have disabled the Red Close button and plan to use the Command-Q shortcut to quit the app.

Problem:  I have FileQuit at the bottom of MenuBar1 menu items and Command-Q does close the app but I do not see Quit under the File menu item when the app is running in the IDE or when compiled.  I do see the other File menu items.

Why is this?

Paul Young