Jean-Francois Cadiere wrote:
Hello all,

I am looking for a mean to get the event queue used into the netlib components.
Using 'GetEventQueue() with NS_UI_THREAD or NS_CURRENT_TREAD does not return the netlib event queue obvioulsy.
Anyone knows how to do it?

Thank you for your help.
Regards,
JF CADIERE

necko uses the event queue from the calling thread, which in most all cases is the UI thread event queue.

getSpecialEventQueue(nsIEventQueueService::UI_THREAD_EVENT_QUEUE);

darin




Reply via email to