5 messages in com.googlegroups.google-web-toolkitRe: Request status information
FromSent OnAttachments
quericaMar 22, 2007 1:29 am 
Adam TMar 22, 2007 5:22 am 
quericaMar 23, 2007 8:39 am 
Adam TMar 23, 2007 8:55 am 
ankostisMar 23, 2007 10:26 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Request status informationActions...
From:Adam T (adam@gmail.com)
Date:Mar 23, 2007 8:55:09 am
List:com.googlegroups.google-web-toolkit

...told you I was getting too reliant on my IDE :-) Glad it helped though!

//Adam

On Mar 23, 4:40 pm, "querica" <quer@googlemail.com> wrote:

Thanks a lot Adam, that's what I was looking for!

Just some hints for those who need that code, too (although the IDE will keep you informed about the errors anyway...):

- REST_STATUS should be 0

- the methods setRest() and setWorking() lack the return value type.. it should be public void setXyz()

- in the ProcessRequest constructor we should use initWidget() instead of setWidget()