[wxOSX][wx-3.0.2] wxEVT_QUERY_END_SESSION is not invoked

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
Rudra
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 224
Joined: Fri Sep 13, 2013 2:59 pm

[wxOSX][wx-3.0.2] wxEVT_QUERY_END_SESSION is not invoked

Post by Rudra »

[OSX-10.9.5, Xcode-6.2, wx-3.0.2/cocoa]

Hi,

I see that the shutting down the machine or logging out the user, the wxEVT_QUERY_END_SESSION is not being invoked.
I get the wxFrame's close event but CanVeto() always returns true;

Please suggest.

Thanks,
R.
Post Reply