Re: Blur before click

2010-03-26 Thread A. Kong
You may take a look at DeferredCommand Cheers -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsu

Re: JsonpRequestBuilder and JsArray

2010-03-23 Thread A. Kong
Hi, Thomas, Thanks for the detail explanation! After making the change, I can read the title attribute from the Article object. Cheers On Mar 22, 10:43 pm, Thomas Broyer wrote: > On Mar 22, 1:21 am, "A. Kong" wrote: > > > Hi, Thomas, > > > Thanks very much for t

Re: JsonpRequestBuilder and JsArray

2010-03-21 Thread A. Kong
nt in the json data. I hope I did not sound too confusing. Maybe there is a gap in how I understand the JNI works Cheers On Mar 22, 9:43 am, Thomas Broyer wrote: > On Mar 21, 8:00 pm, "A. Kong" wrote: > > > > > Hi, all, > > > I am still encountering som

JsonpRequestBuilder and JsArray

2010-03-21 Thread A. Kong
Hi, all, I am still encountering some problem with JsonpRequestBuilder. I hope anyone may point out what's why with my code. Basically I have a json server which emits the following data: [{'Article': {'title': 'Main test2010-03-17 19:21:54.865390'}}, {'Article': {'title': 'Main test2010-0

JsonpRequestBuilder, AsyncCallBack function signature and List

2010-03-14 Thread A. Kong
Hi, all, I would like to use JsonpRequestBuilder to interact with one of my backend server function. The function returns a list of json object to the caller. However, because JsonpRequestBuilder does not accept an AsyncCallback of this declaration AsyncCallback>, because the generic type is boun

Re: JsonpRequestBuilder and inherits?

2010-03-07 Thread A. Kong
Seems like I have found out the answer myself I just need to add this line to the gwt.xml Cheers -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe