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&amp;up_turtleName=Turtle&amp;up_waterColor=d0dce5&amp;up_percentWater=.
75&amp;up_groundColor=EEEEEE&amp;up_foodColor=CCCC33&amp;up_numTurtles=2&amp;up_turtle1HeadColor=828250&amp;up_turtle1ShellColor=828250&amp;up_turtle1LegColor=66663f&amp;up_turtle2HeadColor=828250&amp;up_turtle2ShellColor=828250&amp;up_turtle2LegColor=66663f&amp;up_turtle3HeadColor=828250&amp;up_turtle3ShellColor=828250&amp;up_turtle3LegColor=66663f&amp;up_turtle4HeadColor=828250&amp;up_turtle4ShellColor=828250&amp;up_turtle4LegColor=66663f&amp;up_turtle5HeadColor=828250&amp;up_turtle5ShellColor=828250&amp;up_turtle5LegColor=66663f&amp;synd=open&amp;w=320&amp;h=200&amp;title=__UP_turtleName__&amp;border=
%23ffffff%7C3px%2C1px+solid+%23999999&amp;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
-~----------~----~----~----~------~----~------~--~---

Reply via email to