[gwt-contrib] Re: OOPHM in gwt trunk doesn't like ExtGWT's Viewport class

2009-02-04 Thread John Tamplin
On Wed, Feb 4, 2009 at 2:57 AM, Cameron Braid came...@braid.com.au wrote: Using ExtGWT 1.2.1, with this simple entry point public void onModuleLoad() { Viewport vp = new Viewport(); RootPanel.get().add(vp); } causes the module to immediately unload with this

[gwt-contrib] Re: OOPHM in gwt trunk doesn't like ExtGWT's Viewport class

2009-02-04 Thread Cameron Braid
Ahh.. yeah. I was using the NPAPI plugin. I didn't realise there were two plugins. Thanks for pointing that out. I switched over to the XPCOM plugin, and it works a treat ! Thanks again. Cameron On Wed, Feb 4, 2009 at 6:00 PM, John Tamplin j...@google.com wrote: On Wed, Feb 4, 2009 at 2:57