
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for pgt</title>
	<atom:link href="http://pgt.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://pgt.de</link>
	<description>t3chnology scouting GmbH</description>
	<lastBuildDate>Fri, 22 Feb 2013 10:03:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on How to cancel backspace key from navigating back&#8230; by Petar</title>
		<link>http://pgt.de/2012/03/21/how-to-cancel-backspace-key-from-navigating-back/comment-page-1/#comment-5694</link>
		<dc:creator>Petar</dc:creator>
		<pubDate>Fri, 22 Feb 2013 10:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=910#comment-5694</guid>
		<description><![CDATA[Thanks for this nice part of code :)

I changed a little bit and it works for me very nice. Here is my changes:

Element as = Element.as(event.getNativeEvent().getEventTarget());

boolean readOnly = as.getPropertyBoolean(&quot;readOnly&quot;);
boolean contentEditable = as.getPropertyBoolean(&quot;isContentEditable&quot;);
if (readOnly &#124;&#124; !contentEditable) {
	event.getNativeEvent().stopPropagation();
	event.getNativeEvent().preventDefault();
}]]></description>
		<content:encoded><![CDATA[<p>Thanks for this nice part of code :)</p>
<p>I changed a little bit and it works for me very nice. Here is my changes:</p>
<p>Element as = Element.as(event.getNativeEvent().getEventTarget());</p>
<p>boolean readOnly = as.getPropertyBoolean(&#8220;readOnly&#8221;);<br />
boolean contentEditable = as.getPropertyBoolean(&#8220;isContentEditable&#8221;);<br />
if (readOnly || !contentEditable) {<br />
	event.getNativeEvent().stopPropagation();<br />
	event.getNativeEvent().preventDefault();<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GPE, eclipse and maven never ending story. Done. by Massi</title>
		<link>http://pgt.de/2012/12/19/gpe-eclipse-and-maven-never-ending-story-done/comment-page-1/#comment-4724</link>
		<dc:creator>Massi</dc:creator>
		<pubDate>Sun, 23 Dec 2012 21:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=1015#comment-4724</guid>
		<description><![CDATA[Thank you, I did use your links for m2e and m2e-wtp however with some minor trivial fixes on the Google WorkingWithMaven it did work ok for me. (Eclipse Indigo)  http://code.google.com/p/google-web-toolkit/wiki/WorkingWithMaven

I couldn&#039;t really use your guide as i got lost at a point, after you say to not use the archetype, my fault maybe as I&#039;m not a maven expert. Just so you know.]]></description>
		<content:encoded><![CDATA[<p>Thank you, I did use your links for m2e and m2e-wtp however with some minor trivial fixes on the Google WorkingWithMaven it did work ok for me. (Eclipse Indigo)  <a href="http://code.google.com/p/google-web-toolkit/wiki/WorkingWithMaven" rel="nofollow">http://code.google.com/p/google-web-toolkit/wiki/WorkingWithMaven</a></p>
<p>I couldn&#8217;t really use your guide as i got lost at a point, after you say to not use the archetype, my fault maybe as I&#8217;m not a maven expert. Just so you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GPE, eclipse and maven never ending story. Done. by GWT, maven, m2e &#124; techscouting through the java news</title>
		<link>http://pgt.de/2012/12/19/gpe-eclipse-and-maven-never-ending-story-done/comment-page-1/#comment-4710</link>
		<dc:creator>GWT, maven, m2e &#124; techscouting through the java news</dc:creator>
		<pubDate>Wed, 19 Dec 2012 10:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=1015#comment-4710</guid>
		<description><![CDATA[[...] Working config and versions can be found here. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Working config and versions can be found here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Presentation slides from the W-JAX 2012 by Interview: GWT wird immer bekannter &#124; techscouting through the java news</title>
		<link>http://pgt.de/2012/11/06/presentation-slides-from-the-w-jax-2012/comment-page-1/#comment-4685</link>
		<dc:creator>Interview: GWT wird immer bekannter &#124; techscouting through the java news</dc:creator>
		<pubDate>Wed, 07 Nov 2012 11:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=1010#comment-4685</guid>
		<description><![CDATA[[...] Vortrag wurde aufgezeichnet ist aber noch nicht online. Die Folien habe ich bereits online gestellt.  49.008085 8.403756 Teilen Sie dies mit:TwitterE-MailDruckenFacebookLinkedInStumbleUponGoogle [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Vortrag wurde aufgezeichnet ist aber noch nicht online. Die Folien habe ich bereits online gestellt.  49.008085 8.403756 Teilen Sie dies mit:TwitterE-MailDruckenFacebookLinkedInStumbleUponGoogle [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to change the style of a CellTable/ DataGrid by Marko</title>
		<link>http://pgt.de/2012/07/06/how-to-change-the-style-of-a-celltable-datagrid/comment-page-1/#comment-4666</link>
		<dc:creator>Marko</dc:creator>
		<pubDate>Wed, 03 Oct 2012 07:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=968#comment-4666</guid>
		<description><![CDATA[thanks! this clientbundles give me a bit of a headache when overriding.]]></description>
		<content:encoded><![CDATA[<p>thanks! this clientbundles give me a bit of a headache when overriding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Checkbox in cell table/ data grid header by P.G.Taboada</title>
		<link>http://pgt.de/2012/05/09/checkbox-in-cell-table-data-grid-header/comment-page-1/#comment-4660</link>
		<dc:creator>P.G.Taboada</dc:creator>
		<pubDate>Wed, 12 Sep 2012 14:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=945#comment-4660</guid>
		<description><![CDATA[You are welcome! 
Yes, I have been using, training and promoting GWT here in Germany for a while now.]]></description>
		<content:encoded><![CDATA[<p>You are welcome!<br />
Yes, I have been using, training and promoting GWT here in Germany for a while now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Conditional CSS with GWT, linear gradient&#8230; by shiddzoid</title>
		<link>http://pgt.de/2012/07/07/conditional-css-with-gwt-linear-gradient/comment-page-1/#comment-4659</link>
		<dc:creator>shiddzoid</dc:creator>
		<pubDate>Tue, 11 Sep 2012 07:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=992#comment-4659</guid>
		<description><![CDATA[Where is the IE 7/8 condition? oh wait... :D]]></description>
		<content:encoded><![CDATA[<p>Where is the IE 7/8 condition? oh wait&#8230; :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Checkbox in cell table/ data grid header by Lakota Lefler</title>
		<link>http://pgt.de/2012/05/09/checkbox-in-cell-table-data-grid-header/comment-page-1/#comment-4658</link>
		<dc:creator>Lakota Lefler</dc:creator>
		<pubDate>Mon, 10 Sep 2012 20:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=945#comment-4658</guid>
		<description><![CDATA[Thanks for the article, have you been working with GWT for a long time?]]></description>
		<content:encoded><![CDATA[<p>Thanks for the article, have you been working with GWT for a long time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to cancel backspace key from navigating back&#8230; by ABhijit Dutta</title>
		<link>http://pgt.de/2012/03/21/how-to-cancel-backspace-key-from-navigating-back/comment-page-1/#comment-4654</link>
		<dc:creator>ABhijit Dutta</dc:creator>
		<pubDate>Wed, 29 Aug 2012 02:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=910#comment-4654</guid>
		<description><![CDATA[Can we see a sample program where it was used?]]></description>
		<content:encoded><![CDATA[<p>Can we see a sample program where it was used?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CellTable/DataGrid wrapped by TabLayoutPanel (non active tab): Table not filled by P.G.Taboada</title>
		<link>http://pgt.de/2012/07/07/celltabledatagrid-wrapped-by-tablayoutpanel-non-active-tab-table-not-filled/comment-page-1/#comment-4639</link>
		<dc:creator>P.G.Taboada</dc:creator>
		<pubDate>Sun, 08 Jul 2012 10:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=985#comment-4639</guid>
		<description><![CDATA[Calling &quot;onResize&quot; just makes the cell table redraw, but not reload the data. For that purpose I had an interface 


public interface PagingView&lt;DATA extends Serializable&gt; extends View {
    void reload();
}


and let the views implement something like:

for (HasData&lt;DATA&gt; display : getDataDisplays()) {
            display.setVisibleRangeAndClearData(display.getVisibleRange(), true);
}

That solved the problem with loading the data.

Hope it helps!]]></description>
		<content:encoded><![CDATA[<p>Calling &#8220;onResize&#8221; just makes the cell table redraw, but not reload the data. For that purpose I had an interface </p>
<p>public interface PagingView<data extends Serializable> extends View {<br />
    void reload();<br />
}</data></p>
<p>and let the views implement something like:</p>
<p>for (HasData<data> display : getDataDisplays()) {<br />
            display.setVisibleRangeAndClearData(display.getVisibleRange(), true);<br />
}</data></p>
<p>That solved the problem with loading the data.</p>
<p>Hope it helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating cell widgets with uibinder by Miltos</title>
		<link>http://pgt.de/2012/07/06/creating-cell-widgets-with-uibinder/comment-page-1/#comment-4638</link>
		<dc:creator>Miltos</dc:creator>
		<pubDate>Sun, 08 Jul 2012 05:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=976#comment-4638</guid>
		<description><![CDATA[Nice example.

What if I want to render a dynamic image in ui.xml(not from ImageResources)?
The image src is changing.

i.e.
&lt;!-- ....ui.xml --&gt;


How I would get the src to FileNameCell class?
I tried:

void render(SafeHtmlBuilder sb
,String filename
,String testImg 
//OR ,SafeUri testImgUri
);

...

cellRenderer.render(
sb
,file.getName()
,&quot;http://www.testimage.com/bla.jpg&quot; //,UriUtils.fromTrustedString(&quot;http://www.testimage.com/bla.jpg&quot;)
);
...

Thanks Miltos]]></description>
		<content:encoded><![CDATA[<p>Nice example.</p>
<p>What if I want to render a dynamic image in ui.xml(not from ImageResources)?<br />
The image src is changing.</p>
<p>i.e.<br />
<!-- ....ui.xml --></p>
<p>How I would get the src to FileNameCell class?<br />
I tried:</p>
<p>void render(SafeHtmlBuilder sb<br />
,String filename<br />
,String testImg<br />
//OR ,SafeUri testImgUri<br />
);</p>
<p>&#8230;</p>
<p>cellRenderer.render(<br />
sb<br />
,file.getName()<br />
,&#8221;http://www.testimage.com/bla.jpg&#8221; //,UriUtils.fromTrustedString(&#8220;http://www.testimage.com/bla.jpg&#8221;)<br />
);<br />
&#8230;</p>
<p>Thanks Miltos</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CellTable/DataGrid wrapped by TabLayoutPanel (non active tab): Table not filled by joey</title>
		<link>http://pgt.de/2012/07/07/celltabledatagrid-wrapped-by-tablayoutpanel-non-active-tab-table-not-filled/comment-page-1/#comment-4637</link>
		<dc:creator>joey</dc:creator>
		<pubDate>Sun, 08 Jul 2012 04:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=985#comment-4637</guid>
		<description><![CDATA[Hi, I tried this workaround. Somehow it is not working for me. Weird. 
Do you know why? or do you have another workaround?
thanks]]></description>
		<content:encoded><![CDATA[<p>Hi, I tried this workaround. Somehow it is not working for me. Weird.<br />
Do you know why? or do you have another workaround?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT 2.5 Release candidate 1 [update1] by Future of GWT and GWT 2.5 [updated] &#124; techscouting through the java news</title>
		<link>http://pgt.de/2012/06/27/gwt-2-5-release-candidate-1/comment-page-1/#comment-4633</link>
		<dc:creator>Future of GWT and GWT 2.5 [updated] &#124; techscouting through the java news</dc:creator>
		<pubDate>Mon, 02 Jul 2012 10:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=955#comment-4633</guid>
		<description><![CDATA[[...] GWT 2.5 RC1 is out. I am test-driving the release and collecting impression and release information here. [update2]  49.008085 8.403756 Teilen Sie dies mit:TwitterE-MailDruckenFacebookGefällt [...]]]></description>
		<content:encoded><![CDATA[<p>[...] GWT 2.5 RC1 is out. I am test-driving the release and collecting impression and release information here. [update2]  49.008085 8.403756 Teilen Sie dies mit:TwitterE-MailDruckenFacebookGefällt [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT 2.5 Release candidate 1 [update1] by Johannes Barop</title>
		<link>http://pgt.de/2012/06/27/gwt-2-5-release-candidate-1/comment-page-1/#comment-4632</link>
		<dc:creator>Johannes Barop</dc:creator>
		<pubDate>Sun, 01 Jul 2012 14:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=955#comment-4632</guid>
		<description><![CDATA[Hi,

I&#039;m not getting a compiler report when -XenableClosureCompiler is enabled. I created an issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=7475]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m not getting a compiler report when -XenableClosureCompiler is enabled. I created an issue: <a href="http://code.google.com/p/google-web-toolkit/issues/detail?id=7475" rel="nofollow">http://code.google.com/p/google-web-toolkit/issues/detail?id=7475</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT 2.5 Release candidate 1 [update1] by P.G.Taboada</title>
		<link>http://pgt.de/2012/06/27/gwt-2-5-release-candidate-1/comment-page-1/#comment-4631</link>
		<dc:creator>P.G.Taboada</dc:creator>
		<pubDate>Wed, 27 Jun 2012 18:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=955#comment-4631</guid>
		<description><![CDATA[For some reason, -XfragmentMerge 20 seems to break my app. Testing...]]></description>
		<content:encoded><![CDATA[<p>For some reason, -XfragmentMerge 20 seems to break my app. Testing&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use the SimpleHttpInvokerServiceExporter by P.G.Taboada</title>
		<link>http://pgt.de/2009/02/26/how-to-use-the-simplehttpinvokerserviceexporter/comment-page-1/#comment-4626</link>
		<dc:creator>P.G.Taboada</dc:creator>
		<pubDate>Fri, 13 Apr 2012 05:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=275#comment-4626</guid>
		<description><![CDATA[Sure you have stopped the process? You can&#039;t run it twice.]]></description>
		<content:encoded><![CDATA[<p>Sure you have stopped the process? You can&#8217;t run it twice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use the SimpleHttpInvokerServiceExporter by T.N.Subramaniam</title>
		<link>http://pgt.de/2009/02/26/how-to-use-the-simplehttpinvokerserviceexporter/comment-page-1/#comment-4625</link>
		<dc:creator>T.N.Subramaniam</dc:creator>
		<pubDate>Fri, 13 Apr 2012 00:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=275#comment-4625</guid>
		<description><![CDATA[Oh BTW I am running it from Eclipse]]></description>
		<content:encoded><![CDATA[<p>Oh BTW I am running it from Eclipse</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use the SimpleHttpInvokerServiceExporter by T.N.Subramaniam</title>
		<link>http://pgt.de/2009/02/26/how-to-use-the-simplehttpinvokerserviceexporter/comment-page-1/#comment-4624</link>
		<dc:creator>T.N.Subramaniam</dc:creator>
		<pubDate>Fri, 13 Apr 2012 00:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=275#comment-4624</guid>
		<description><![CDATA[Great article. I was looking for just this. But a question. It works the first time. I made a small modification and ran the client again and I get: 

Exception in thread &quot;main&quot; org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#039;httpServer&#039; defined in class path resource [beans-jvmserver.xml]: Invocation of init method failed; nested exception is java.net.BindException: Address already in use: bind

Seems like the factory creates the bean and then you can&#039;t modify your class using this method. Any suggestions? Thnx.]]></description>
		<content:encoded><![CDATA[<p>Great article. I was looking for just this. But a question. It works the first time. I made a small modification and ran the client again and I get: </p>
<p>Exception in thread &#8220;main&#8221; org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#8216;httpServer&#8217; defined in class path resource [beans-jvmserver.xml]: Invocation of init method failed; nested exception is java.net.BindException: Address already in use: bind</p>
<p>Seems like the factory creates the bean and then you can&#8217;t modify your class using this method. Any suggestions? Thnx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Companies using Google Web Toolkit by P.G.Taboada</title>
		<link>http://pgt.de/2012/03/15/companies-using-google-web-toolkit/comment-page-1/#comment-4622</link>
		<dc:creator>P.G.Taboada</dc:creator>
		<pubDate>Thu, 29 Mar 2012 16:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=905#comment-4622</guid>
		<description><![CDATA[The button should get enabled as soon as you have filled in all required fields. Did you answer the average team developer size? Is your email address a valid one (I am using regex, so don&#039;t try /dev/null@office.bin or something like that...)

If you can&#039;t make it take off, could you send me a screenshot of the registration page please? 
I&#039;ll look to it ASAP.]]></description>
		<content:encoded><![CDATA[<p>The button should get enabled as soon as you have filled in all required fields. Did you answer the average team developer size? Is your email address a valid one (I am using regex, so don&#8217;t try /dev/null@office.bin or something like that&#8230;)</p>
<p>If you can&#8217;t make it take off, could you send me a screenshot of the registration page please?<br />
I&#8217;ll look to it ASAP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Companies using Google Web Toolkit by John Malpas</title>
		<link>http://pgt.de/2012/03/15/companies-using-google-web-toolkit/comment-page-1/#comment-4621</link>
		<dc:creator>John Malpas</dc:creator>
		<pubDate>Wed, 28 Mar 2012 17:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://pgt.de/?p=905#comment-4621</guid>
		<description><![CDATA[Hello,

I just attempted to add the Calflora Database to 
your GWT Reference List, but the &#039;Submit company registration
request&#039; button was not enabled. I tried logging in
through Google Groups, but it was still not enabled.
I would like to add our copany to your list;
is there something else I should try?

Thank you]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I just attempted to add the Calflora Database to<br />
your GWT Reference List, but the &#8216;Submit company registration<br />
request&#8217; button was not enabled. I tried logging in<br />
through Google Groups, but it was still not enabled.<br />
I would like to add our copany to your list;<br />
is there something else I should try?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
