anybody using juce to make browser plugins?
I just tried the demo plugin, which works fine in windows.
in osx (10.8.2), however, it doesn’t draw. Area where the purple window should be is white/blank.
Communicating with the plugin works however.
it pops up the popup when the button is pressed, this then appears behind the browser. and a little bit later you get a plugin failure message where the plugin should be…
I know the demo code is a bit out of date, but I would like to know if the BrowserPluginComponent at least works and draws on a mac.