Hi,
It'd be nice to have this event, because on MacOS closing a window doesn't mean you actually exit the application.
On PB IDE when you close the window it closes PB and it simply is odd for Mac users.
Thanks
PB_Event_AppTerminate
Re: PB_Event_AppTerminate
You will get a #PB_Event_Menu event with with EventMenu()=#PB_Menu_Quit in this case.
http://www.purebasic.com/documentation/menu/index.html
http://www.purebasic.com/documentation/menu/index.html
quidquid Latine dictum sit altum videtur
Re: PB_Event_AppTerminate
freak wrote:You will get a #PB_Event_Menu event with with EventMenu()=#PB_Menu_Quit in this case.
http://www.purebasic.com/documentation/menu/index.html

Thanks, guess I was sleepy!!