Show a window from 32-bit NPAPI Plugin in 64-bit Safari
Posted
by Glenn Howes
on Stack Overflow
See other posts from Stack Overflow
or by Glenn Howes
Published on 2010-02-23T11:13:57Z
Indexed on
2010/03/14
0:35 UTC
Read the original article
Hit count: 565
I have an old NPAPI plugin for OS X that I'm trying to refit for use with Snow Leopard's version of Safari. My problem is that when I switch Safari to 64-bit mode, it changes the plugin environment to out of process mode (where plugins are hosted by a 32-bit WebKitPluginHost process). And now my toolbar palettes are not visible on screen, even though the NSPanels on which they are based think they are visible. The documentation says that bringing up windows is not recommended, but doesn't say its prohibited; is there something I can do to bring up my Windows?
© Stack Overflow or respective owner