Re: UI_PROCESS_INVALID_QUIT_LEVEL

Jouni Miettunen (jouni.miettunen@ccc.fi)
Fri, 11 Oct 1996 10:20:57 +0300

Hello all,

Nice to be back on the list!

> 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.

That's what I did == send to process object.. A mistake already corrected.

I'm not sure, where I was.. My app has only process thread, but I have to
go to system ui thread and do some things there. I save the process optr,
but am a bit worried, if it will remain valid while I'm away..

But that's not the problem. The problem is activating an object defined in
my own app resources from the system thread to be run in the system thread.
I have only a few quesses about how to do it <sigh>

>Nathan

--jouni