<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Google Web Toolkit Google Group</title>
  <link>http://groups.google.com/group/google-web-toolkit</link>
  <description>The official Google Web Toolkit (GWT) developer discussion group. GWT lets you build AJAX apps in the Java programming language.</description>
  <language>en</language>
  <item>
  <title>Re: SimplePanel Problem</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/2b416abecb2aa551/d94e0d1294bec3d8?show_docid=d94e0d1294bec3d8</link>
  <description>
  Don&#39;t put more than one widget in a simple panel is the easy answer. You &lt;br&gt; might be using ass() instead of addWidget() in something. The latter &lt;br&gt; generally tends to remove existing widgets. &lt;br&gt; &lt;p&gt;Look at the error report and it will tell you what line, or post it here and &lt;br&gt; I will. &lt;br&gt; &lt;p&gt;A quick hint: a few lines of code are useful sometimes but 20-30 pages tends
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/2b416abecb2aa551/d94e0d1294bec3d8?show_docid=d94e0d1294bec3d8</guid>
  <author>
  ianbamb...@gmail.com
  (Ian Bambury)
  </author>
  <pubDate>Sun, 22 Nov 2009 22:35:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: UDP packets &amp; GWT</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/124cea81a3688992/ea235be2aa202337?show_docid=ea235be2aa202337</link>
  <description>
  For an update, what I did is output the data to an xml file on the &lt;br&gt; server, then fetch the data with a simple http GET using &lt;br&gt; RequestBuilder. To deal with SOP, I had to put the xml file on the &lt;br&gt; same domain as my shindig container. &lt;br&gt; &lt;p&gt;Thanks for the help, it is always appreciated. &lt;br&gt; &lt;p&gt;Andre
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/124cea81a3688992/ea235be2aa202337?show_docid=ea235be2aa202337</guid>
  <author>
  rareleg...@gmail.com
  (Andre Leger)
  </author>
  <pubDate>Sun, 22 Nov 2009 21:12:44 UT
</pubDate>
  </item>
  <item>
  <title>create a rollover image</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/d8e1e0749ee58839/57d64d60af7775e0?show_docid=57d64d60af7775e0</link>
  <description>
  i am new to this technology....i am right now creating a website using &lt;br&gt; this toolkit...i need help in creating a image rollover type of &lt;br&gt; display where three or more images would periodically rollover.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/d8e1e0749ee58839/57d64d60af7775e0?show_docid=57d64d60af7775e0</guid>
  <author>
  dezm...@gmail.com
  (ToXiC)
  </author>
  <pubDate>Sun, 22 Nov 2009 15:49:35 UT
</pubDate>
  </item>
  <item>
  <title>SimplePanel Problem</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/2b416abecb2aa551/e105c7e36bc0195a?show_docid=e105c7e36bc0195a</link>
  <description>
  package adagium.pacs.agent.client; &lt;br&gt; &lt;p&gt;import java.util.ArrayList; &lt;br&gt; import java.util.Date; &lt;br&gt; import java.util.HashMap; &lt;br&gt; import java.util.Iterator; &lt;br&gt; import java.util.Map; &lt;br&gt; import java.util.Set; &lt;br&gt; &lt;p&gt;import adagium.pacs.agent.client.rpc. DataProviderService; &lt;br&gt; import adagium.pacs.agent.client.rpc. DataProviderServiceAsync;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/2b416abecb2aa551/e105c7e36bc0195a?show_docid=e105c7e36bc0195a</guid>
  <author>
  nitinsam...@gmail.com
  (ishan)
  </author>
  <pubDate>Sun, 22 Nov 2009 12:11:53 UT
</pubDate>
  </item>
  <item>
  <title>gwt + jquery rounded corner</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/54cc0e7314f29275/5faf85c62ab76be8?show_docid=5faf85c62ab76be8</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I am trying to use jquery.corner.js to round my panel in gwt using the below &lt;br&gt; code &lt;br&gt; &lt;p&gt;* &lt;br&gt; &lt;p&gt;public* *final* *native* *void* roundCorner()/*-{ &lt;br&gt; &lt;p&gt;$wnd.$(&amp;quot;#roundedPanel&amp;quot;).corner (&amp;quot;5px&amp;quot;); &lt;br&gt; &lt;p&gt;where &amp;quot;roundedPanel&amp;quot; is the id of the div panel. Though it is invoking the &lt;br&gt; jquery.corner.js it is not rounding it. Is it not possible to round corners
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/54cc0e7314f29275/5faf85c62ab76be8?show_docid=5faf85c62ab76be8</guid>
  <author>
  sudee...@gmail.com
  (Sudeep S)
  </author>
  <pubDate>Sun, 22 Nov 2009 19:14:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: Anyone using soafaces for client server communication ?</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/bb98ca98a1b853ed/50c2fdf7def15549?show_docid=50c2fdf7def15549</link>
  <description>
  Do you only see this problem in hosted mode? Do you see it in web &lt;br&gt; mode? &lt;br&gt; &lt;p&gt;What version of soafaces are you using? &lt;br&gt; &lt;p&gt;Are you getting any servlet errors?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/bb98ca98a1b853ed/50c2fdf7def15549?show_docid=50c2fdf7def15549</guid>
  <author>
  taha...@gmail.com
  (Sam Taha)
  </author>
  <pubDate>Sun, 22 Nov 2009 18:49:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: Google Web Toolkit 2.0 RC1 Now Available</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/67b7410fdec1cfb8/73bb4c31eed561ae?show_docid=73bb4c31eed561ae</link>
  <description>
  This has been asked many times already. The general answer seems to be that &lt;br&gt; they are eager to get it out, but that there&#39;s no formal date yet. If you &lt;br&gt; are just getting started, 2.0 may be the place to start, though there is &lt;br&gt; less documentation available, especially for the new capabilities. They
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/67b7410fdec1cfb8/73bb4c31eed561ae?show_docid=73bb4c31eed561ae</guid>
  <author>
  yoz...@gmail.com
  (Yozons Support on Gmail)
  </author>
  <pubDate>Sun, 22 Nov 2009 18:03:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: Garmin Communicator API</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/a6206a3c9c4e25e1/d1938ee59bbd8812?show_docid=d1938ee59bbd8812</link>
  <description>
  Well that worked sort of. It got past the Garmin is undefined error. Does &lt;br&gt; the load() function look like JSON to you? I&#39;m simultaneously trying to &lt;br&gt; learn GWT and the communicator-api, so I&#39;m not too familiar with either code &lt;br&gt; structure just yet. &lt;br&gt; &lt;p&gt;Thanks for the reply, Adam! &lt;br&gt; &lt;p&gt;Stephen Walsh
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/a6206a3c9c4e25e1/d1938ee59bbd8812?show_docid=d1938ee59bbd8812</guid>
  <author>
  stephenwalsh....@gmail.com
  (Stephen Walsh)
  </author>
  <pubDate>Sun, 22 Nov 2009 16:54:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: Garmin Communicator API</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/a6206a3c9c4e25e1/461904458db3dfd1?show_docid=461904458db3dfd1</link>
  <description>
  Stephen, &lt;br&gt; &lt;p&gt;You&#39;re most likely going to need to use the $wnd or $doc variable &lt;br&gt; within your JSNI code as the Garmin JS is not loaded into the same &lt;br&gt; area as GWT code (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/webtoolkit/doc/1.6/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; DevGuideCodingBasics.html#DevG uideJavaScriptNativeInterface) &lt;br&gt; &lt;p&gt;i.e. var display = new $wnd.Garmin.DeviceDisplay(&amp;quot;gar minDisplay&amp;quot;,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/a6206a3c9c4e25e1/461904458db3dfd1?show_docid=461904458db3dfd1</guid>
  <author>
  adam.t...@gmail.com
  (Adam T)
  </author>
  <pubDate>Sun, 22 Nov 2009 15:57:50 UT
</pubDate>
  </item>
  <item>
  <title>MenuBar in a Flextable cell</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/123bf12aa61f2658/62b36310614fdccd?show_docid=62b36310614fdccd</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I have a req wherein I have to add a menubar widget to every row in a &lt;br&gt; flextable. When the menubar is clicked it opens but it also expands the &lt;br&gt; cell in which it is placed distorting the layout. &lt;br&gt; &lt;p&gt;Any ideas on this one. &lt;br&gt; &lt;p&gt;Thanks &lt;br&gt; Sudeep
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/123bf12aa61f2658/62b36310614fdccd?show_docid=62b36310614fdccd</guid>
  <author>
  sudee...@gmail.com
  (Sudeep S)
  </author>
  <pubDate>Sun, 22 Nov 2009 15:56:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: Using same RPC servlet by mutliple modules</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/332527a5b1d6ba5b/ca6abdfbbf37c218?show_docid=ca6abdfbbf37c218</link>
  <description>
  I want know why it does not work without using Guice. Because &lt;br&gt; specifying a URL pattern with wild card is working for a normal &lt;br&gt; servlet but it is not working for a RPC servlet
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/332527a5b1d6ba5b/ca6abdfbbf37c218?show_docid=ca6abdfbbf37c218</guid>
  <author>
  kumar.gane...@gmail.com
  (smiletolead)
  </author>
  <pubDate>Sun, 22 Nov 2009 15:14:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: Using same RPC servlet by mutliple modules</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/332527a5b1d6ba5b/43037d27898fbe9d?show_docid=43037d27898fbe9d</link>
  <description>
  Specifying the wild card did not work some reason. &lt;br&gt; &lt;p&gt;On Nov 20, 6:28 pm, Kamal Chandana Mettananda &amp;lt;lka...@gmail.com&amp;gt; &lt;br&gt; wrote:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/332527a5b1d6ba5b/43037d27898fbe9d?show_docid=43037d27898fbe9d</guid>
  <author>
  kumar.gane...@gmail.com
  (smiletolead)
  </author>
  <pubDate>Sun, 22 Nov 2009 15:13:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: Google Web Toolkit 2.0 RC1 Now Available</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/67b7410fdec1cfb8/c8f92fdbf7a984a0?show_docid=c8f92fdbf7a984a0</link>
  <description>
  Hi Bruce, &lt;br&gt; When can we expect the release ( roughly )? &lt;br&gt; So that we could decide whether to start working on 2.0 or not ?? &lt;br&gt; &lt;p&gt;-Amjed
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/67b7410fdec1cfb8/c8f92fdbf7a984a0?show_docid=c8f92fdbf7a984a0</guid>
  <author>
  amjedonl...@gmail.com
  (amjedonline)
  </author>
  <pubDate>Sun, 22 Nov 2009 15:03:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: Image Generation</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/6e2e50c917cda57a/b4ca77b978533941?show_docid=b4ca77b978533941</link>
  <description>
  Something like this works for me. &lt;br&gt; &lt;p&gt;On the server: &lt;br&gt; &lt;p&gt;import java.awt.Container; &lt;br&gt; import java.awt.Graphics2D; &lt;br&gt; import java.awt.MediaTracker; &lt;br&gt; import java.awt.RenderingHints; &lt;br&gt; import java.awt.Toolkit; &lt;br&gt; import java.awt.image.BufferedImage; &lt;br&gt; &lt;p&gt;import javax.imageio.ImageIO; &lt;br&gt; import javax.servlet.http.HttpServlet ;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/6e2e50c917cda57a/b4ca77b978533941?show_docid=b4ca77b978533941</guid>
  <author>
  webbt...@gmail.com
  (bryanb)
  </author>
  <pubDate>Sun, 22 Nov 2009 07:58:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: Add class to SerializationPolicy whitelist...</title>
  <link>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/9eb513e449be3940/04edb2a2c87857a0?show_docid=04edb2a2c87857a0</link>
  <description>
  I am faced the same problem. &lt;br&gt; So what is the way to customize serialization whitelist ?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-web-toolkit/browse_thread/thread/9eb513e449be3940/04edb2a2c87857a0?show_docid=04edb2a2c87857a0</guid>
  <author>
  seq...@gmail.com
  (Oleg K.)
  </author>
  <pubDate>Sat, 21 Nov 2009 22:38:46 UT
</pubDate>
  </item>
  </channel>
</rss>
