Closed GoogleCodeExporter closed 8 years ago
Hi,
Thinking about this now I agree with your logic and am tempted to just rewite
the External_PluginReady handler
to pass the GEWebBrowser object rather than adding an additional event.
My thinking is that it is very easy to obtain the plug-in object from the
browser but impossible to obtain the
browser object from the plug-in...
It would mean something like the following would be used...
{{{
private IGEPlugin ge = null;
private void GeWebrowser1_PluginReady(object sender, GEEventArgs e)
{
GEWebBrowser browser = sender as GEWebBrowser;
ge = browser.GetPlugin();
}
}}}
So I will either implement the patch or rewrite the method in the next commit.
Thanks!
Fraser
Original comment by fraser.c...@gmail.com
on 30 Sep 2009 at 12:21
Original comment by fraser.c...@gmail.com
on 1 Oct 2009 at 11:32
Original comment by fraser.c...@gmail.com
on 12 Oct 2009 at 6:08
Original issue reported on code.google.com by
blai...@gmail.com
on 30 Sep 2009 at 9:38Attachments: