Re: GWT, appengine and server-side code

2012-11-11 Thread UB
Never mind...obviously the gwt compiler tries to translate the .server.* - Code too, but, as it is not working, logs that with a hint, that this code will be ignored. It didn't even had to do with my problem since I had a typo in the web.xml, causing my app not to start. Am Sonntag, 11. Novembe

For EmiteGWT(a xmpp client),Is it possible to set head image for each roster item?

2012-11-11 Thread Alex Luya
I am using EmiteGWT as client, but no any method is available on it model RosterItem to get head image,so the question is: is it possible to add header image for each roster item ejabberd server side? -- You received this message because you are subscribed to the Google Groups "Google Web Toolki

Re: DoubleBox and Editor framework bug?

2012-11-11 Thread Daniel Mauricio Patino León
Hello Thomas, thank you for your answer. I understand how the ValueBox with their Render and Parser works. And i understand the difference using Double and double, so a work arround would be use Double wrapper instead primitive types? I think would be nice if the editor generate some code to han

Re: DoubleBox and Editor framework bug?

2012-11-11 Thread Thomas Broyer
On Sunday, November 11, 2012 7:47:11 PM UTC+1, Daniel Mauricio Patino León wrote: > > Seems that edioto framework is trying to get the Double.doubleValue() > without check if the object is null. > > Any one ? > DoubleBox uses DoubleParser. DoubleParser returns 'null' if the value is the empty

Re: How to pass cookies and other request parameters through GWT

2012-11-11 Thread Oliver Krylow
What linker are you using? On Sat, Nov 10, 2012 at 6:22 PM, Kunal Sharma wrote: > Hi, > > I am trying to develop an profile widget as seen in gmail. UI is working > fine but I am not able to read the cookies set by my earlier non-GWT > servlet, though I am evoking request object in Server side G

Re: Meet GWT's new sexy cousin: Lienzo!

2012-11-11 Thread Alfredo Quiroga-Villamil
It's the weekend so I thought I would send out something fun. We are continuing to make progress towards the beta release of Lienzo. This week animation, transforms and shear functionality went in. Be sure to check out: - Drag the rectangle around. All events for Mobile and Desktop are now in.

Re: DoubleBox and Editor framework bug?

2012-11-11 Thread Daniel Mauricio Patino León
Seems that edioto framework is trying to get the Double.doubleValue() without check if the object is null. Any one ? 2012/11/11 Daniel Mauricio Patino León > Its normal when i use a DoubleBox in a Editor to edit a double property > (RequestFactoryEditorDriver) > if i clear the value of the box

GWT, appengine and server-side code

2012-11-11 Thread UB
Hi there, when using gwt, the server-side java code (located in the package .server.*) is not supposed to be translated to javascript but to java bytecode. So I implemented a service in com.mygwtapp.server which reads from a csv-file (using the csvreader-jar). When telling the CSVReader where

How to pass cookies and other request parameters through GWT

2012-11-11 Thread Kunal Sharma
Hi, I am trying to develop an profile widget as seen in gmail. UI is working fine but I am not able to read the cookies set by my earlier non-GWT servlet, though I am evoking request object in Server side GWT application. -Kunal -- You received this message because you are subscribed to the

Re: GWT in Action, 2nd Edition Early Access Addition is Available for Purchase

2012-11-11 Thread dubo
Is it possible to download the book? part three is very important for me. if it is possible to download, where could i download it? Am Samstag, 7. Mai 2011 19:39:42 UTC+2 schrieb wil.pannell: > > http://www.manning.com/koenig2/ -- You received this message because you are subscribed to the Googl

Re: GWT Designer - MenuBar

2012-11-11 Thread Marco
One more problem (see errormessage below). @Thomas Broyer : can you please use your contacts to get any feedback/reaction about this critical designer issue. See also: http://code.google.com/p/gwt-designer/issues/detail?id=1 It's more than a month without any statement. :-( java.lang.IllegalA

Re: Ways to detect a site is running GWT?

2012-11-11 Thread Thomas Broyer
On Sunday, November 11, 2012 12:41:08 PM UTC+1, Joseph Lust wrote: > > My apologies for being unclear. Given that the revision number they built > with is potentially available, that could be used in some form in > $gwt_version such as "0.0.11367". Except that (for now at least) the canonical

Re: Ways to detect a site is running GWT?

2012-11-11 Thread Joseph Lust
My apologies for being unclear. Given that the revision number they built with is potentially available, that could be used in some form in $gwt_version such as "0.0.11367". There are plenty of sites where you can find this rev number in their release JS/CSS/etc. Given that information and the

Re: Ways to detect a site is running GWT?

2012-11-11 Thread Thomas Broyer
There's no version to advertise: Google is known to build everything from "trunk" (the exact revision then depends on when they push changes on production; Groups used to deploy at least once a day for instance) -- You received this message because you are subscribed to the Google Groups "Goog