Re: problem about add the 3rd party gadgets to GWT page.

2009-03-06 Thread XiongJia Le
#cc); RootPanel.get().getElement().appendChild(gadgetDiv); addFriendConnect(id); } } On Wed, Mar 4, 2009 at 9:18 PM, Xiongjia Le lexiong...@gmail.com wrote: Hi All, Yesterday, I wrote a test page for add the gadget of Google Friend Connect to my GWT page. I create a new HTML

problem about add the 3rd party gadgets to GWT page.

2009-03-04 Thread Xiongjia Le
from 'Google Friend Connect'--) RootPanel.get().add(htmObj); But this code only can run on Firefox. In other browsers (IE, Chrome, etc.) the gadget is can not show correctly. Do we need use other way to add a 3rd party gadgets to GWT page? Thanks, Xiongjia Le