Message processing from plugin
Sean <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Hello, I have a plugin that creates a top level native window with a message loop required for processing Windows messages. The plugin has been working great since FF1. However, with FF4, the plugin no longer receives any Windows messages (PeekMessage always returns zero). It therefore can not respond to mouse-clicks or custom Windows messages that it uses for notification purposes. Why does this no longer work with FF4? How can I receive messages again? Thanks, Sean