winapi - How can I update the status messages in Firefox from any thread? -


I had a problem updating status message on Firefox with plugin code.

In the form of a document that works only when the main thread is told that my requirement is to update the status from any thread within the Firefox process.

Any help would be appreciated!

You can not update it from any thread because it will violate some thread rules. You have to proxy your updates back to the main thread.


Comments