Hi people, I am new to this group, I have started working with GWT and JBoss and I have to say I am really happy with the result. I have a question about Google Gadgets to be included in my GWT application. Currently when you go the google gadgets page you can get the code of it in a form of a script tag like this:
<script src="http://www.gmodules.com/ig/ifr?url=http:// hosting.gmodules.com/ig/gadgets/file/112581010116074801021/ turtle.xml&up_turtleName=Turtle&up_waterColor=d0dce5&up_percentWater=. 75&up_groundColor=EEEEEE&up_foodColor=CCCC33&up_numTurtles=2&up_turtle1HeadColor=828250&up_turtle1ShellColor=828250&up_turtle1LegColor=66663f&up_turtle2HeadColor=828250&up_turtle2ShellColor=828250&up_turtle2LegColor=66663f&up_turtle3HeadColor=828250&up_turtle3ShellColor=828250&up_turtle3LegColor=66663f&up_turtle4HeadColor=828250&up_turtle4ShellColor=828250&up_turtle4LegColor=66663f&up_turtle5HeadColor=828250&up_turtle5ShellColor=828250&up_turtle5LegColor=66663f&synd=open&w=320&h=200&title=__UP_turtleName__&border= %23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> I try to add the gadget by doing this: HTML gadget = new HTML(...script...); vpanel.add(gadget); But it doesn't work. I know you can create native methods, but native methods may be fixed and the gadget I expect is variable, any solution? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
