I can happily get the plugin's window handle using standard NPAPI calls, I'm trying to get the window handle of arbitrary tabs (and indeed frames) which my extension has loaded
Specifically, I am opening pages, at the moment using window.open in the background page (though this may change to something slightly more clean, I haven't really considered what/how yet), and manipulating them with Javascript (e.g. grabbing their title). I can interact with them through Javascript from the background page, but would like to be able to generate native OS events to the window handle of the windows/tabs which I open... >From my experimenting with Spy++ and the results of NPAPI SetWindow calls, the HWND returned for the plugin has no parent which can be conveniently used, though there may be some clever scheme used which I'm just not seeing by not knowing how things really work. --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
