Re: Why unhandled System Messages wait in queue

On 03/04/13 08:53, Janusz Majnert wrote:
> I'm still curious how/if an application can "unregister" itself from
> receiving system messages. Or maybe there is a way to flush the message
> queue?

setMessageHandler('foo', null) will make sure the application no longer
receives system messages of type 'foo'.

--
Mounir

Received on Thursday, 4 April 2013 15:44:21 UTC