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 message in the firebug
> console :
>
> Bad NPObject as private data!
>
>
Are you using the NPAPI plugin?  If so, it has various issues and isn't
likely to be fixed.  You should use the XPCOM plugin, though what is
currently available is only FF3-compatible.

-- 
John A. Tamplin
Software Engineer (GWT), Google

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to