Re: Browser (IE) hangs when launched a GWT application in a child window

2009-06-10 Thread Maddy
Any thoughts on this? Please help me. It is very urgent. On Jun 5, 5:58 pm, Maddy msures...@gmail.com wrote: Hi gpike, Thank you very much for the information.Can you little bit explain more how to handle the outstanding rpc requests? Maddy On Jun 5, 4:02 pm, gpike gop...@gmail.com wrote

Re: Return type of AsyncCallback methods

2009-06-10 Thread Maddy
Hi, I am using GWT1.4.61 and I guess, I can not use generics syntax. Even in the above example, If I change the return type from String to 'Request'. How can I get the string value, which is actually the response. I need the 'request' object only to handle the state of that. Thanks Maddy

Re: Return type of AsyncCallback methods

2009-06-10 Thread Maddy
Yes. I need the Handle on the RPC request, so that I can cancel, if that is pending. On Jun 10, 2:29 pm, Maddy msures...@gmail.com wrote: Hi, I am using GWT1.4.61 and I guess, I can not use generics syntax. Even in the above example, If I change the return type from String to 'Request

Re: Return type of AsyncCallback methods

2009-06-10 Thread Maddy
Thanks Jason, It is not supported in GWT 1.4.61 Thanks Maddy On Jun 10, 3:29 pm, Jason Essington jason.essing...@gmail.com wrote: it isn't the callback methods, but rather the return type of the   method in your Async Interface so rather than    void doSomething(AsyncCallback cb

Browser (IE) hangs when launched a GWT application in a child window

2009-06-05 Thread Maddy
Hi, My GWT application gets launched in a child browser from another parent brwoser. When the user closes the browser, while the GWT application is running and when he launches back the application again, IE hangs and it is just a blank screen.. This is not happening all the time and it happens

Re: Browser (IE) hangs when launched a GWT application in a child window

2009-06-05 Thread Maddy
Hi gpike, Thank you very much for the information.Can you little bit explain more how to handle the outstanding rpc requests? Maddy On Jun 5, 4:02 pm, gpike gop...@gmail.com wrote: Hi Maddy,   We had the same issue. What we found was if the window was closed while an rpc request

Re: Child browser not responding...

2008-10-02 Thread Maddy
the javascript is running 4) Now access the GWT application in the second brwoser and it will not respond. Technically it is not problem with GWT application, but it is a problem with javascript. Can any body throw some info on this issue? Thanks Suresh On Oct 1, 8:17 am, Maddy [EMAIL PROTECTED

Re: Child browser not responding...

2008-10-01 Thread Maddy
Any thoughts on this? On Sep 30, 6:44 pm, Maddy [EMAIL PROTECTED] wrote: Hi, We have developed a GWT applicaation and it can be accessed from another page using a link. Issue: When we launch the GWT application, it opens in a child window. Before it gets the response from GWT service