<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/google-web-toolkit</id>
  <title type="text">Google Web Toolkit Google Group</title>
  <subtitle type="text">
  The official Google Web Toolkit (GWT) developer discussion group. GWT lets you build AJAX apps in the Java programming language.
  </subtitle>
  <link href="/group/google-web-toolkit/feed/atom_v1_0_msgs.xml" rel="self" title="Google Web Toolkit feed"/>
  <updated>2009-11-22T22:35:56Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Ian Bambury</name>
  <email>ianbamb...@gmail.com</email>
  </author>
  <updated>2009-11-22T22:35:56Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/2b416abecb2aa551/d94e0d1294bec3d8?show_docid=d94e0d1294bec3d8</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_thread/thread/2b416abecb2aa551/d94e0d1294bec3d8?show_docid=d94e0d1294bec3d8"/>
  <title type="text">Re: SimplePanel Problem</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Andre Leger</name>
  <email>rareleg...@gmail.com</email>
  </author>
  <updated>2009-11-22T21:12:44Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/124cea81a3688992/ea235be2aa202337?show_docid=ea235be2aa202337</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_thread/thread/124cea81a3688992/ea235be2aa202337?show_docid=ea235be2aa202337"/>
  <title type="text">Re: UDP packets &amp; GWT</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>ToXiC</name>
  <email>dezm...@gmail.com</email>
  </author>
  <updated>2009-11-22T15:49:35Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/d8e1e0749ee58839/57d64d60af7775e0?show_docid=57d64d60af7775e0</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_thread/thread/d8e1e0749ee58839/57d64d60af7775e0?show_docid=57d64d60af7775e0"/>
  <title type="text">create a rollover image</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>ishan</name>
  <email>nitinsam...@gmail.com</email>
  </author>
  <updated>2009-11-22T12:11:53Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/2b416abecb2aa551/e105c7e36bc0195a?show_docid=e105c7e36bc0195a</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_thread/thread/2b416abecb2aa551/e105c7e36bc0195a?show_docid=e105c7e36bc0195a"/>
  <title type="text">SimplePanel Problem</title>
  <summary type="html" xml:space="preserve">
  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;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Sudeep S</name>
  <email>sudee...@gmail.com</email>
  </author>
  <updated>2009-11-22T19:14:07Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/54cc0e7314f29275/5faf85c62ab76be8?show_docid=5faf85c62ab76be8</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_thread/thread/54cc0e7314f29275/5faf85c62ab76be8?show_docid=5faf85c62ab76be8"/>
  <title type="text">gwt + jquery rounded corner</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Sam Taha</name>
  <email>taha...@gmail.com</email>
  </author>
  <updated>2009-11-22T18:49:21Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/bb98ca98a1b853ed/50c2fdf7def15549?show_docid=50c2fdf7def15549</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_thread/thread/bb98ca98a1b853ed/50c2fdf7def15549?show_docid=50c2fdf7def15549"/>
  <title type="text">Re: Anyone using soafaces for client server communication ?</title>
  <summary type="html" xml:space="preserve">
  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?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Yozons Support on Gmail</name>
  <email>yoz...@gmail.com</email>
  </author>
  <updated>2009-11-22T18:03:32Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/67b7410fdec1cfb8/73bb4c31eed561ae?show_docid=73bb4c31eed561ae</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_thread/thread/67b7410fdec1cfb8/73bb4c31eed561ae?show_docid=73bb4c31eed561ae"/>
  <title type="text">Re: Google Web Toolkit 2.0 RC1 Now Available</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Stephen Walsh</name>
  <email>stephenwalsh....@gmail.com</email>
  </author>
  <updated>2009-11-22T16:54:31Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/a6206a3c9c4e25e1/d1938ee59bbd8812?show_docid=d1938ee59bbd8812</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_thread/thread/a6206a3c9c4e25e1/d1938ee59bbd8812?show_docid=d1938ee59bbd8812"/>
  <title type="text">Re: Garmin Communicator API</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Adam T</name>
  <email>adam.t...@gmail.com</email>
  </author>
  <updated>2009-11-22T15:57:50Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/a6206a3c9c4e25e1/461904458db3dfd1?show_docid=461904458db3dfd1</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_thread/thread/a6206a3c9c4e25e1/461904458db3dfd1?show_docid=461904458db3dfd1"/>
  <title type="text">Re: Garmin Communicator API</title>
  <summary type="html" xml:space="preserve">
  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;,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Sudeep S</name>
  <email>sudee...@gmail.com</email>
  </author>
  <updated>2009-11-22T15:56:21Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/123bf12aa61f2658/62b36310614fdccd?show_docid=62b36310614fdccd</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_thread/thread/123bf12aa61f2658/62b36310614fdccd?show_docid=62b36310614fdccd"/>
  <title type="text">MenuBar in a Flextable cell</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>smiletolead</name>
  <email>kumar.gane...@gmail.com</email>
  </author>
  <updated>2009-11-22T15:14:24Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/332527a5b1d6ba5b/ca6abdfbbf37c218?show_docid=ca6abdfbbf37c218</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_thread/thread/332527a5b1d6ba5b/ca6abdfbbf37c218?show_docid=ca6abdfbbf37c218"/>
  <title type="text">Re: Using same RPC servlet by mutliple modules</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>smiletolead</name>
  <email>kumar.gane...@gmail.com</email>
  </author>
  <updated>2009-11-22T15:13:00Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/332527a5b1d6ba5b/43037d27898fbe9d?show_docid=43037d27898fbe9d</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_thread/thread/332527a5b1d6ba5b/43037d27898fbe9d?show_docid=43037d27898fbe9d"/>
  <title type="text">Re: Using same RPC servlet by mutliple modules</title>
  <summary type="html" xml:space="preserve">
  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:
  </summary>
  </entry>
  <entry>
  <author>
  <name>amjedonline</name>
  <email>amjedonl...@gmail.com</email>
  </author>
  <updated>2009-11-22T15:03:23Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/67b7410fdec1cfb8/c8f92fdbf7a984a0?show_docid=c8f92fdbf7a984a0</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_thread/thread/67b7410fdec1cfb8/c8f92fdbf7a984a0?show_docid=c8f92fdbf7a984a0"/>
  <title type="text">Re: Google Web Toolkit 2.0 RC1 Now Available</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>bryanb</name>
  <email>webbt...@gmail.com</email>
  </author>
  <updated>2009-11-22T07:58:19Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/6e2e50c917cda57a/b4ca77b978533941?show_docid=b4ca77b978533941</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_thread/thread/6e2e50c917cda57a/b4ca77b978533941?show_docid=b4ca77b978533941"/>
  <title type="text">Re: Image Generation</title>
  <summary type="html" xml:space="preserve">
  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 ;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Oleg K.</name>
  <email>seq...@gmail.com</email>
  </author>
  <updated>2009-11-21T22:38:46Z</updated>
  <id>http://groups.google.com/group/google-web-toolkit/browse_thread/thread/9eb513e449be3940/04edb2a2c87857a0?show_docid=04edb2a2c87857a0</id>
  <link href="http://groups.google.com/group/google-web-toolkit/browse_thread/thread/9eb513e449be3940/04edb2a2c87857a0?show_docid=04edb2a2c87857a0"/>
  <title type="text">Re: Add class to SerializationPolicy whitelist...</title>
  <summary type="html" xml:space="preserve">
  I am faced the same problem. &lt;br&gt; So what is the way to customize serialization whitelist ?
  </summary>
  </entry>
</feed>
