Css dude

2010-08-19 Thread gul
I am working with DialogBox. I have my own window that works if you overwrite standard.css But I'd take another class, so I add a new class gwt-DialogBox-shadow. When compiling the class generates GNW2932039 me, but the daughters subclasses, such as. DialogTopRight,. DialogBottomLeft ... html do

Re: How we can stop control until we receive complete response from GWT

2008-08-26 Thread Feroz Gul Pathan
ll be called AFTER the > request is successfuly over ;) > > On 26 Aug., 07:36, "Feroz Gul Pathan" <[EMAIL PROTECTED]> wrote: > > Thanks for reply > > I used HTTPRequest.asyncGet ... method to make a request. After making a > > call (request) this will

Re: How we can stop control until we receive complete response from GWT

2008-08-25 Thread Feroz Gul Pathan
Thanks for reply I used HTTPRequest.asyncGet ... method to make a request. After making a call (request) this will proceed to next operation and don't wait for the response. How we can block operation until response will be completed and incompletion(String responseText) method will be executed suc