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

2009-05-05 Thread Raydo
Hi, I'm trying to load gadgets into my own application for some time now, but without luck :( I like someone to be able to enter the url of a gadget, which then should be added to my application. NOTE: this gadget is unknown at compile time, it's url is entered during runtime) Can this be done ?

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

2009-03-06 Thread Eric Ayers
You are right, there is something about that technique that doesn't work. I found this alternative implementation of the gadget worked, though: In SimpleFriendConnect.html, add: !-- Include the Google Friend Connect javascript library. -- script type=text/javascript src=

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

2009-03-06 Thread XiongJia Le
Thanks for you help. I have understood this problem. I attached the issue talking address, maybe this can help other people. http://code.google.com/p/gwt-google-apis/issues/detail?id=248 On Fri, Mar 6, 2009 at 11:49 PM, Eric Ayers zun...@google.com wrote: You are right, there is something

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

2009-03-04 Thread Xiongjia Le
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 object and set the gadget's script (got from Google Friend Connect ) to this object. This is the code summary: HTML htmObj = new HTML(!-- some script got