Re: UI_PROCESS_INVALID_QUIT_LEVEL
GWRepNate@aol.com
Thu, 10 Oct 1996 12:49:07 -0400
In a message dated 96-10-10 11:07:06 EDT, jouni.miettunen@ccc.fi (Jouni
Miettunen) writes:
> My program died saying "Death due to UI_PROCESS_INVALID_QUIT_LEVEL".
> What does this mean? I did @send self::MSG_META_QUIT(); when it should
> have been @send MyApp::MSG_META_QUIT();
Terve Jouni
Where were you sending this message from? If you send MSG_META_QUIT to the
process object it won't work correctly. You should always send it to the
application object.
Nathan