Re: FileQuit Menu Item

Jim Wagner <[email protected]> Sat, 14 Apr 2018 08:30:11 -0700
Newsgroups gmane.comp.lang.realbasic.user
Message-ID <[email protected]>
You may have to add your own Quit menu handler.

In some apps, I found that I needed to add a quit command to the CancelQuit event. If I did not, it would crash as you describe.

Jim

James Wagner
Oregon Research Electronics
http://www.orelectronics.net <http://www.orelectronics.net/>




> On Apr 14, 2018, at 8:26 AM, Paul Young <[email protected]> wrote:
> 
> 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